DSC PC1500 ESP32 Homebridge Homekit fork created #171
Replies: 3 comments 2 replies
-
Hi @polishedmarvin - Nice! It's good to see this for the DSC classic series, I'll update the README with a link to your implementation. It also should be possible to get data from the PC1500 by using interrupts for the clock and data lines, similar to this library - the advantage is that the sketch would not need to block and halt all other processing while collecting data from the panel (as is currently done in dougkpowers/pc1550-interface). It's been on the TODO list, but if the ESP32 is handling MQTT well with the looping code then that's great news for the PC1500 folks! |
Beta Was this translation helpful? Give feedback.
-
Hi @polishedmarvin - I've added support for the Classic series (so far, PC1500/PC1550) to the |
Beta Was this translation helpful? Give feedback.
-
Great. When I get a chance I will try it out.
… On Jan 23, 2021, at 7:38 PM, Nikhil Choudhary ***@***.***> wrote:
Hi @polishedmarvin - I've added support for the Classic series (so far, PC1500/PC1550) to the develop branch. This uses the same interrupt-driven data capture as the PowerSeries, and the Homebridge sketch is supported as well.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
I have created a fork for my implementation of a DSC PC1500 Keybus Reader for ESP32 Homebridge Homekit
@polishedmarvin/dscKeybusInterface/examples/ESP32/PC1500KeybusReader
Adapted from dougkpowers/pc1550-interface
Adapted from taligentx/dscKeybusInterface for Homebridge
Beta Was this translation helpful? Give feedback.
All reactions