Nikhil Choudhary

Results 39 comments of Nikhil Choudhary

Hi @peterkappelt - this project is great to see! Have you considered adding the `Security System` device and `ArmDisarm` trait? I've written an interface ([taligentx/dscKeybusInterface](https://github.com/taligentx/dscKeybusInterface)) for DSC PowerSeries security systems...

This could be tricky for OTA tuners - there is a case where the number of different concurrent streams can validly exceed the number of tuners. For ATSC, each channel...

I've measured the PC1550 signals at ~13.7v on an oscilloscope, it's possible that the Arduino is handling this via the AVR internal ESD protection diodes (https://www.rugged-circuits.com/10-ways-to-destroy-an-arduino) but for esp8266/esp32 this...

@BriceDet, >I don't understand fully the integration done by @taligentx The 0xAA command that you decoded turns out to be nearly the same as the 0xA5 panel status command, but...

>Some messages from event buffer log which are reported as Unknown data (or their decoded names differ from event buffer on keypads) that I took from panels: Thanks for the...

>If it helps you, here are more zone expander supervisory status - took yesterday (I can took supervision logs for all zone expanders from 1-7 if needed): Hi @kricon -...

Hi @brad55590 - possibly, this library uses quite a bit of the resources on the microcontrollers as-is so I haven't looked into frameworks like Tasmota. I'll leave this feature request...

Hi @kricon - thanks for the RF5132 work! Heads-up that I've updated the code structure in `develop` to isolate `KeybusReader` code from the rest of the library. This saves space...

How does the output of the `KeybusReader` sketch look? Any garbled data or CRC errors? There shouldn't be spurious messages, if you're seeing things like `0x10: "Keypad lockout"` without activity...

Hi @sbrown4 - thank you! This will be a cleaner way to set the time from the library, added to the TODO list to see if panels will accept 0xD0...