Raymond P. Burkholder

Results 4 comments of Raymond P. Burkholder

Just in case a further reference to this issue is needed, here is another re-creation, this using Ryu 4.13 on current Debian Stretch, and a code evaluation. Will the eventless.sleep()...

Making the following change to /usr/local/lib/python2.7/dist-packages/ryu/lib/hub.py eliminated the exception (add 'eventless.sleep()) to line 32 of the file after the import statement): ``` if HUB_TYPE == 'eventlet': import eventlet eventlet.sleep() import...

For those coming here like I did, note that the expander branch is deprecated. There is a https://github.com/taligentx/dscKeybusInterface/pull/290#issuecomment-1109145310 pull request outstanding with revised code.

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