dscKeybusInterface icon indicating copy to clipboard operation
dscKeybusInterface copied to clipboard

Missing module interface data when using library functions from dsckeybusinterface.cpp

Open Dilbert66 opened this issue 3 years ago • 2 comments

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 off of the module data read functionality out of the dscKeybusInterface.cpp code section to the dscKeybusReader group only. This is a concern since it is very useful to capture external module data such as wireless battery levels. The panel does not send those, but the modules do so it's really handy for that. Could you not instead of just removing the code, just use a define to remove them if not needed but still keep the ability for the dsckeybusinterface to monitor both the panel and module data?

Dilbert66 avatar Apr 25 '22 19:04 Dilbert66

Hi @Dilbert66, what are you doing in the meantime? Do you include the dscKeybusReader group code?

edited: I see you have wireless battery capability in your https://github.com/Dilbert66/esphome-dsckeybus/tree/dev dev branch

rburkholder avatar May 03 '23 18:05 rburkholder

I use my own implentation of this library for my own projects as I had a few specific requirements not supported here.

Dilbert66 avatar May 03 '23 19:05 Dilbert66