-
Trying the examples. I am not able to move between the pages with the navigation buttons located at the bottom of the pages. From Web UI screenshot menu it is possible to switch pages so command works. How to trigger command to actually happen from an object on a page? |
Beta Was this translation helpful? Give feedback.
Answered by
fvanroie
Mar 5, 2021
Replies: 1 comment 5 replies
-
When you push a button, that button sends an MQTT event e.g. You need to capture this event in an Home Automation system like OpenHAB, NodeRed or Home Assistant and then send a |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
nagyrobi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you push a button, that button sends an MQTT event e.g.
hasp/plate/state/p1b1
=>DOWN
.You need to capture this event in an Home Automation system like OpenHAB, NodeRed or Home Assistant and then send a
page
command in reply to this event.