Eduard van Valkenburg

Results 96 comments of Eduard van Valkenburg

apparently pydantic didn't like new style typing with __future__.annotations, after reverting it works now!

@hwchase17 I added sample notebooks.

And merged! Just connection strings though

I have not been able to test that feature with a actual device because I don't have one. Taking this as an example: https://github.com/eavanvalkenburg/pysiaalarm/blob/master/tests/run_aio.py should get you going, with `protocol...

Thanks for trying it out and reporting, my own alarm doesn't use this so I had to implement based on specs, I'll add this to the tests and see what's...

@Hackett1727 how are you using the package, if it is in HA, then make sure the ping interval is set correctly on both HA and in the alarm system itself.

Hi @ChronoRadion I do not have a ADM device so I could never test these, if you are able add the lines above to the test suite then we can...

In this class all sorts of cases are present: https://github.com/eavanvalkenburg/pysiaalarm/blob/0df5af750412421e697a106aa5ac9dfec1727398/tests/test_sia_package_cases.py#L110