You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before you start the App, you should configure the OpenHab-side to define which items you want to control with your Nuimo.
19
+
Before you start the App, you should configure the openHAB-side to define which items you want to control with your Nuimo.
20
20
21
-
1. Create a group item with the name *Nuimo* on your OpenHab and add items you want to control with the Nuimo to that Group.
21
+
1. Create a group item with the name *Nuimo* on your openHAB and add items you want to control with the Nuimo to that Group.
22
22
1. Icons are not supported yet. As a "dirty workaround", you have to use labels for your items to define the icons showed on the 9x9 Nuimo LED matrix. The label have to be a string of the length of 81 chars (9x9) and consist of asterisks(`*`) for led=on and spaces (``) for led=off.
23
23
24
24
Please find an example configuration below:
@@ -50,7 +50,7 @@ docker start nuimo-openhab
50
50
51
51
## Usage
52
52
53
-
Swipe up and down to navigate between the items. Swipe left and right to switch in our out of a group. Using the "turning knob" will always send Dimmer commands (from 0 to 100) - this can only work, if the item you bound holds a dimmer state (Number from 0 to 100). Other gestures will trigger OpenHab commands as configured within the *config.yml*.
53
+
Swipe up and down to navigate between the items. Swipe left and right to switch in our out of a group. Using the "turning knob" will always send Dimmer commands (from 0 to 100) - this can only work, if the item you bound holds a dimmer state (Number from 0 to 100). Other gestures will trigger openHAB commands as configured within the *config.yml*.
0 commit comments