dscKeybusInterface
dscKeybusInterface copied to clipboard
An Arduino/esp8266/esp32 library to directly interface with DSC security systems.
### Discussed in https://github.com/taligentx/dscKeybusInterface/discussions/323 Originally posted by **pansament** August 15, 2023 I have managed to determinate that whet i set in sketch "accesCode" my 6 digit arm/disarm code in serial...
Hello, I testing openhab sketch ant it works preety well, but now i see a problem with pgm status (isn`t work) ``` * 2. Create a "things" file for the...
Hello, I have a PC1864. I am getting a keybus error once I connect the ESP to the keybus. The keypads show an error. I can silence the error but...
Hey, I'm testing the VirtualKeypadWEB sketch on the second alarm, I came up with an idea to show the status of individual lines additionally on the COM port, but I...
HI, Is it possible to emulate the escort 5580tc module and display the temperature on the LCD keypad?
Won't compile with current ArduinoJson. Simple fix adding: const ``` @@ -1644,7 +1644,7 @@ if (!err) { JsonObject root = doc.as(); if (root.containsKey("btn_single_click")) { - char *tmp = (char *)root["btn_single_click"].as();...
Blynk QR code is still not working on any of my Android phones, unfortunately I have no IOS device. I tried a camera spoofing program for MS Windows and used...
Hello! The esp32-POE adapter support? I would like using the DSC with LAN. https://www.olimex.com/Products/IoT/ESP32/ESP32-POE-ISO-EA/open-source-hardware
Without this, `dsc.year`, `dsc.month`, `dsc.hour` and `dsc.minute` becomes messed up. This ensure the time-related variables are only changed when a Timestamp message arrives, which is every 240 seconds (4 minutes)...
Hi All, I am amazed about this DSC project, I have a DSC alarm system at home. I could already use successfully the "Unlocker", but what I don´t know at...