-
Notifications
You must be signed in to change notification settings - Fork 10
[Honeywell FX020] Failed to Communicate #32
Comments
Hi @Alexwijn I don't know what is going on there, what you could try (if you know a bit of python) is to run the underlying package (https://github.com/eavanvalkenburg/pysiaalarm) code and see what kind of messages are being sent by the alarm, before all the parsing happens, the protocol used is quite specific, so if they implemented it slightly differently then that might cause issues! |
I also noticed that my encryption was turned on. I turned it off and I'm receiving this: And the exception: I don't know anything about the SIA protocol, but I imagine the received line should be a lot longer than that. |
@Alexwijn give the latest a try, I changed something in the underlying package that might fix this! |
Thanks for the update. Got the following error now: |
so it seems there is something else going on with your alarm systems, normally a line is a lot longer, do you have some documentation about the alarm system? |
No, this alarm system came pre-installed when I moved into this house. Did you find out anything out yet? |
I just noticed but the numbers |
Also note that the docs give me an example of how the account Id could look like, eg. AAA. But I can only enter numbers not letters. |
@Alexwijn do you mean you can only enter numbers in your alarm? that should work, but you might not to translate that number to a base16 number (which includes A-E), like here: https://www.rapidtables.com/convert/number/decimal-to-hex.html |
I'm trying to get this working with Honeywell Flex100 centrale. where 123456 is the account number defined on the Galaxy. |
@eavanvalkenburg, I've been able to test further and gather some network traces of communications between my Flex 100 and another app. Each of the above lines were send separately, and required acknowledgement. First line is the account number, second line matches a SIA event block, third line is some additional ASCII text, last line is 0 or end of communication. PS: Or might it be that 4 lines should be concatenated and then matched against the sia_content_regex ? |
@compunix-be thank you so much for this effort! It indeed looks like it is spreading things out over multiple messages so this gives me a starting point to see if I can build something for this! |
@eavanvalkenburg did you had time to research this ? If you want me to debug something, let me know. |
I'm trying to use this component with my Honeywell Galaxy Flex 20 (FX020), firmware version 3.0.2.
Version of the custom_component and HA setup (version, OS, etc)
HA: 0.116.4
Component: master, but also tested beta
Configuration
Not relevant.
Describe the bug
The alarm system also reports that it can't communicate with the server (FTC). And the component also got a task exception that it can't read the test message, I think.
Debug log
The text was updated successfully, but these errors were encountered: