Raymond P. Burkholder
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
Thank you for the update. As more background: * in your installation notes, you have a step for `make daScript` which seems to skip all the test stuff and just...
My anticipated use case is an automation project which loads a number of smaller single-use scripts. Based upon various event patterns, one of the scripts would be selected for execution....