mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-20 14:37:01 +01:00
Merge branch 'main' of github.com:joBr99/nspanel-widget-ui
This commit is contained in:
10
README.md
10
README.md
@@ -4,11 +4,13 @@ The general idea is that the Nextion Display cycles though a page counter and th
|
|||||||
If you are changeing the page the nextion display will send and event to the esp32 and it has to answer with the messages, that will update the current page with it's desired components. This enables easy changes, without touching the HMI Project.
|
If you are changeing the page the nextion display will send and event to the esp32 and it has to answer with the messages, that will update the current page with it's desired components. This enables easy changes, without touching the HMI Project.
|
||||||
|
|
||||||
# Current State
|
# Current State
|
||||||
This is at a early stage, it is possible to set entities on the pages on the nspanel through custom commands.
|
It's currently possible to set the content of the pages through homeassistant/nodered. (Shutter and Lights supported) And the detail page for lights is working.
|
||||||
And the buttons are also sending an event in case they are pressed.
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
## Halfway done upcoming pages :)
|
## Halfway done upcoming pages :)
|
||||||
|
|
||||||

|

|
||||||
@@ -25,6 +27,10 @@ Use autoexec.be from tasmota folder like you would use with the stock tft file.
|
|||||||
Driver behaves similar to the stock implementation, messages are published over mqtt.
|
Driver behaves similar to the stock implementation, messages are published over mqtt.
|
||||||
|
|
||||||
See nodered example flow for my implementation.
|
See nodered example flow for my implementation.
|
||||||
|
Pages on nspanel are generated from the array at the begin of the pages function in the flow:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
# EspHome component
|
# EspHome component
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user