nuimo-openhab-python
nuimo-openhab-python copied to clipboard
Use your Nuimo as a UI for openHAB!
python-openhab changed the variable "openHAB" to "OpenHAB" with version 2.14, so the import and initial call has to be changed Maybe add the restriction for the version >= 2.14 of...
I have created a fairly basic sitemap: ``` sitemap nuimo label="Nuimo" { Slider item=Volume icon="music" Text label="Light" icon="light" { Switch item=Light_GF_Living_Wall Slider item=Light_GF_Living_Wall } } ``` Everything works and I...
If the Nuimo controller looses the bluetooth connection it tries to reconnect. It looks like it is succesful (checkmark icon on Nuimo controller), but the controller does not respond afterwards...
Kai suggested once to maybe get this shipped as an openHAB Extension using Jython. First, I was not convinced because I have doubts that the bluetooth part works under Jython....
When using the suggested systemd configuration, during startup the following error occurs if this program is running on the same host as openHAB: ``` nuimo-openhab.service - Nuimo openHAB Integration Service...
It would be useful is Setpoint elements would be supported as well. But currently, I'm not quite sure how exactly such a support should look like. If you have concrete...
Sometimes, the openHAB REST API throws errors, those are currently not catched / handled by this application. The most likely error to handle would be 503 which is thrown when...