nuimo-openhab-python icon indicating copy to clipboard operation
nuimo-openhab-python copied to clipboard

Use your Nuimo as a UI for openHAB!

Results 8 nuimo-openhab-python issues
Sort by recently updated
recently updated
newest added

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....

enhancement

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...

bug

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...

feature

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...

enhancement