Homebridge cofiguration issue #265
Replies: 1 comment
-
|
Hi, I made configuration changes to Homebridge: Now I got following Warnings in the Homebridge log: So it seems that ESP8622 send two different statuses (D and 1D) for the topic dsc/Get/Partition1. Is it possible to make Homebridge settings so, that both of those are able to read? Or need I change something to esp8622 configuration to avoid those warnings? Anyway, it seems that the configuration is working correctly and it is able to change the system status. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have set up dscKeybusInterface for Raspberry PI Bullseye to control PC1616 via Homebridge and Apple HomeKit. Everything seems to working fine except setting a status of DSC. If I try to set status to Home, Away or Night the status will be set correctly in DSC but Homebridge get a wrong status message from DSC.
In Homebrige Log I see following messages:
[1/18/2022, 6:40:24 AM] Homebridge v1.3.9 (HAP v0.9.8) (Homebridge EA45) is running on port 51040.
[1/18/2022, 6:40:24 AM] [DSC Alarm System] Received MQTT: dsc/Get/Partition1 = D
[1/18/2022, 6:40:24 AM] [DSC Alarm System] Warning: targetState received [D] which is not in configured values {"1S":0,"1A":1,"1N":2,"1D":3}
[1/18/2022, 6:42:57 AM] [DSC Alarm System] Publishing MQTT: dsc/Set = 1N
[1/18/2022, 6:42:57 AM] [DSC Alarm System] Received MQTT: dsc/Get/Partition1 = 1N
[1/18/2022, 6:42:57 AM] [DSC Alarm System] Warning: currentState received [1N] which is not in configured values {"SA":0,"AA":1,"NA":2,"D":3,"T":4}
[1/18/2022, 6:44:09 AM] [DSC Alarm System] Publishing MQTT: dsc/Set = 1S
[1/18/2022, 6:44:09 AM] [DSC Alarm System] Received MQTT: dsc/Get/Partition1 = 1S
[1/18/2022, 6:44:09 AM] [DSC Alarm System] Warning: currentState received [1S] which is not in configured values {"SA":0,"AA":1,"NA":2,"D":3,"T":4}
[1/18/2022, 6:44:37 AM] [DSC Alarm System] Publishing MQTT: dsc/Set = 1D
[1/18/2022, 6:54:49 AM] [DSC Alarm System] Received MQTT: dsc/Get/Partition1 = 1D
[1/18/2022, 6:54:49 AM] [DSC Alarm System] Warning: currentState received [1D] which is not in configured values {"SA":0,"AA":1,"NA":2,"D":3,"T":4}
[1/18/2022, 6:54:49 AM] [DSC Alarm System] Received MQTT: dsc/Get/Partition1 = D
[1/18/2022, 6:54:49 AM] [DSC Alarm System] Warning: targetState received [D] which is not in configured values {"1S":0,"1A":1,"1N":2,"1D":3}
Do I have some wrong configuration in ESP8266 or Homebridge?
Another issue is OpenVPN in the same Raspberry. I have noticed Homebridge doesn't answer in HomeKit if OpenVPN is running. Do you have some configuration tip for that?
Thank you for developing this great project. It seems to be doable also for beginners.
Beta Was this translation helpful? Give feedback.
All reactions