eavanvalkenburg / pysiaalarm

A python package to connect to a SIA DC-09 based alarm system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ADM-CIC] Not working with Eldes

nobless opened this issue · comments

Without timestamp:
2022-01-19 04:09:45 WARNING (MainThread) [pysiaalarm.base_server] CRC mismatch, ignoring message. Sent CRC: BCD3, Calculated CRC: 52A3. Line was "ADM-CID"1533L0#4F39[#4F39|1412 00 000]
2022-01-19 04:09:57 WARNING (MainThread) [pysiaalarm.base_server] CRC mismatch, ignoring message. Sent CRC: FCDF, Calculated CRC: 1E5C. Line was "ADM-CID"1534L0#4F39[#4F39|1412 00 000]

With timestamp:
2022-01-19 04:12:36 WARNING (MainThread) [pysiaalarm.base_server] Code not found, replying with DUH to account: 4F39
2022-01-19 04:12:48 WARNING (MainThread) [pysiaalarm.base_server] Code not found, replying with DUH to account: 4F39

Used both offical integration from HA itself, and tried from Master branch.