You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The integration detects the alarm system. It sets up entities and devices but does not fill them:
"binary_sensor.7974_ffaa1122_connectivity" == off
"alarm_control_panel.7974_ffaa1122_zone_1_alarm" == unavailable
"binary_sensor.7974_ffaa1122_power" == unavailable
"binary_sensor.7974_ffaa1122_zone_1_moisture" == unknown
"binary_sensor.7974_ffaa1122_zone_1_smoke" == unknown
The log repeats fastly this line:
2022-09-05 23:47:28.266 WARNING (MainThread) [pysiaalarm.base_server] Last line could not be parsed succesfully. Error message: No matches found, event was not a SIA or ADM Spec event, line was: %s. Line: 7A28002F"ADM-CID"6616R0L0#foc7688[#foc7688|1351 01 000]
Does this mean that the system does not work at all with this integration or can I configure it somehow?
Many greetings,
Eckart
The text was updated successfully, but these errors were encountered:
First off, the official integration doesn't use yaml anymore so please switch to that one, because I have no clue anymore if the old one still works. If I manually compare the string to the latest regex it should work, so please use the offical and then report back!
Hello,
I use a simple but reliable alarm system: FOCUS FC-7688. According to the manual, it can handle SIA2013 and CID.
It offers fields in the CMS configuration that do not match those of the SIA integration:
My configuration.yaml contains
The integration detects the alarm system. It sets up entities and devices but does not fill them:
"binary_sensor.7974_ffaa1122_connectivity" == off
"alarm_control_panel.7974_ffaa1122_zone_1_alarm" == unavailable
"binary_sensor.7974_ffaa1122_power" == unavailable
"binary_sensor.7974_ffaa1122_zone_1_moisture" == unknown
"binary_sensor.7974_ffaa1122_zone_1_smoke" == unknown
The log repeats fastly this line:
Does this mean that the system does not work at all with this integration or can I configure it somehow?
Many greetings,
Eckart
The text was updated successfully, but these errors were encountered: