dscKeybusInterface
dscKeybusInterface copied to clipboard
An Arduino/esp8266/esp32 library to directly interface with DSC security systems.
Hey, cannot figure out why system time to time is sending ExitDelay message, even its not expected ``` dsc/get/partition_msg {"partition":1,"code":"1","status":"Ready"} dsc/get/partition_msg {"partition":1,"code":"8","status":"Exit delay"} ``` There is no specific pattern when...
Hello, Comparing the newly updated version with the one from a year ago, I have one question. When the fire, auxiliary and panic keys are pressed using the keypad, the...
A couple of samples from setting the panel's date/time from an IT100. ``` YYY1YYY2 MMMM DDDDD HHH1HHH2 MMM1MMM2 CRC 11111111 1 00100001 00000100 00001101 00001000 01001001 10000011 [Module/0xD0] Unknown data...
Hi Nikhil, i've streamlined the write functions to a be a bit more efficient and more exandable. I've added a circular buffer (about 10 pending events) to allow non-blocking input...
Hi Nikhil, I was updating my library version to your latest develop branch and noticed that it broke a few things with my code. This was related to the splitting...
GREAT WORK! Did anyone found the way to also act as a zone expander? Would be very nice to add "virtual" sensors or zones. I couldn't find any reference/information on...
Command 0x8D seems to be used for programming RF module, and it sends data from panel to RF module after programming entry is done. Note that PC5102 and RF5108 RF...
I admit that I am not familiar with MQTT and Home Assistant and I need some help: In the following code: ... const char* mqttServer = "192.168.1.200"; _**The domain or...
I built a dscKeybusInterface for my PC1616 security system based on ESP8266 HomeAssistant -MQTT example. It works great! Thanks for the great job! I noticed an issue with using the...
Hi folks, Post issues/feedback for the `KeypadInterface` sketch in the `develop` branch - this part of the library allows a microcontroller (tested on Arduino Uno, esp8266, esp32, esp32-s2) to directly...