Hello there and happy new year!!!
Do you know what is this error ? I’ve not seen any problem on my home automations at the moment but I’m not a big fan of this kind of error… ^^
Logger: pyhap.characteristic
Source: /usr/local/lib/python3.8/site-packages/pyhap/characteristic.py:138
First occurred: 10:41:46 (2 occurrences)
Last logged: 10:41:46
SecuritySystemCurrentState: value=0 is an invalid value.
SecuritySystemTargetState: value=0 is an invalid value.
I no longer see this error after modifying my homekit.yaml configuration.
Instead of including ‘alarm_control_panel’ domain, I modified it and only added alarm entity ‘alarm_control_panel_xxxx’. I don’t see this error anymore!!!
I went to Settings | Devices & Services | I then looked for HASS Bridge | Configure | Select mode and domains | at the bottom of the dialog box: Domains to include | then I de-selected the “alarm”.
I have to restart and check my logs to see if I still get the “SecuritySystemCurrentState: value=0 is an invalid value” log entry.
I disabled the logs with this:
Since there is no real harm, I don’t want to see this error every time.
logger:
filters:
pyhap.characteristic:
- "SecuritySystemCurrentState: value=0 is an invalid value."
- "SecuritySystemTargetState: value=0 is an invalid value."