dscKeybusInterface
dscKeybusInterface copied to clipboard
An Arduino/esp8266/esp32 library to directly interface with DSC security systems.
If I use *9[code] to set the panel to stay with no entry delay, it is reported as away with no entry delay. ` 495.04: 00100111 0 10001010 00010110 00000000...
I have an interesting problem, when I arm the alarm using the stay command the alarm functions 100% as expected. But when arming with away the alarm status continues to...
Following #188 I started to implement decoded protocol into `dscKeybusPrintData.cpp` for 0x8D cmd as much as I can, with massive testing on RF5132 v3.14, v5.0 and v5.1 modules. I'm still...
Hello. I think I have figured out an event status not yet tracked. When you program auto-disarm, regardless of the partition, an event status is generated with the following characteristics:...
question
Hi,you could add the arming of the system with user code 01, 02 ......... 40 and disarming as well? And I would have another request if it is possible to...
TLDR: - fix multi-char writer - refactor to reduce repeated code - refactor print functions - refactor interrupt handlers - reversed the bit order in interrupt to make data compatible...
Update HomeAssistant Examples Defining manually configured MQTT entities directly under the respective platform keys (e.g., fan, light, sensor, etc.) is deprecated, and support will be removed in Home Assistant Core...
Support for DSC PC1500/PC1550 is now in `develop` - this uses the same interrupt-based data capture as the PowerSeries, and like [dougkpowers/pc1550-interface](https://github.com/dougkpowers/pc1550-interface), requires configuring the panel PGM in PC16 mode....