-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bentel Absoluta compatible #53
Comments
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 |
ok, I just added:
but I get these errors:
and then I do not receive any events. |
Hi, As far as I discoverd, Fibro works with UDP protocol and implements a manual handshake between the alarm panel and the receiver: at this point, AP starts to send events to the receiver but every event must be kissedoff: the difficult part is to understand which response the Alarm Panel accept, in order to estabilsh a correct communication. |
hello,
I have a Bentel Absoluta alarm system that runs as SIA client over FIBRO (UDP), so it needs a receiver to communicate.
Do you know if this python module is compatible with it?
Can you please share a simple code to run an UDP server and parse the client message with pysiaalarm lib?
thanks.
The text was updated successfully, but these errors were encountered: