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

Parsing error on comxline 3516-2

sh-hilden opened this issue · comments

Hi,
I got a parsing error if I try to connect my comxline 3516-2 to my HA. Can you help?
2022-08-07 19:56:14 WARNING (MainThread) [pysiaalarm.base_server] Last line could not be parsed succesfully. Error message: Parse content: no matches found in %s, using matcher: %s. Line: CA910045"ADM-CID"0011R1L1#12345678[#12345678|1130 00 007]345678[] 2345678[]
2022-08-07 19:56:14 WARNING (MainThread) [pysiaalarm.base_server] Last line could not be parsed succesfully. Error message: Parse content: no matches found in %s, using matcher: %s. Line: 9C1E0045"ADM-CID"0011R1L1#12345678[#12345678|1130 00 007]022 0)9a��t
2022-08-07 19:56:14 WARNING (MainThread) [pysiaalarm.base_server] Last line could not be parsed succesfully. Error message: Parse content: no matches found in %s, using matcher: %s. Line: FD250045"ADM-CID"0011R1L1#12345678[#12345678|1130 00 007]022 G�5v

Hi,
while i was integrating my comxline into Homeassistant i made a few changes to get it working.

compare
my fork/branch

i hope this helps