taligentx / dscKeybusInterface

An Arduino/esp8266/esp32 library to directly interface with DSC security systems.
GNU General Public License v3.0
504 stars 126 forks source link

Not writing to panel [latest dev branch] #185

Closed sj-louw closed 3 years ago

sj-louw commented 3 years ago

Hi

Does anyone maybe know of existing issues with writing to the panel, using the latest dev branch?

I have updated my existing v1.2 Homeassistant sketch with the "v1.4" version yesterday. All data are read and posted properly to the correct topics and Homeassistant displays it correctly. I just cannot arm/disarm the panel. I have verified correct payload is posted to the correct topics also. I have tested it via Homeassistant and also by manually posting to the dsc/Set topic. Before the sketch upgrade, everything did work as expected.

Using the updated sketch as per https://github.com/taligentx/dscKeybusInterface/blob/develop/examples/esp8266/HomeAssistant-MQTT/HomeAssistant-MQTT.ino

sj-louw commented 3 years ago

It starting working out of the blue :)