This commit is contained in:
Johannes Braun
2022-01-31 19:01:40 +01:00

View File

@@ -23,6 +23,8 @@ Yes, I implemented a circle drawing algorithim for this in nextion ...
# Tasmota # Tasmota
Use autoexec.be from tasmota folder like you would use with the stock tft file. Use autoexec.be from tasmota folder like you would use with the stock tft file.
You will need the java app from to flash the tft file, thanks a lot to @peepshow-21
https://github.com/peepshow-21/ns-flash
Driver behaves similar to the stock implementation, messages are published over mqtt. Driver behaves similar to the stock implementation, messages are published over mqtt.
@@ -32,6 +34,7 @@ Pages on nspanel are generated from the array at the begin of the pages function
![image](https://user-images.githubusercontent.com/29555657/151675593-dadd53cb-a38e-49bd-9f40-832fc8edd017.png) ![image](https://user-images.githubusercontent.com/29555657/151675593-dadd53cb-a38e-49bd-9f40-832fc8edd017.png)
# EspHome component # EspHome component
See Readme in esphome folder. See Readme in esphome folder.
@@ -73,6 +76,9 @@ entityUpd,2,0,Shutter2,shutter
entityUpd,3,0,dc,delete entityUpd,3,0,dc,delete
entityUpd,4,3,Temperature,text,content
entityUpd,4,3,bt-name,button,bt-text
## Messages from Nextion Display ## Messages from Nextion Display
@@ -90,6 +96,7 @@ event,buttonPress,1,tHeading,tEntityName,1,stop
event,buttonPress,1,tHeading,tEntityName,1,OnOff,1 event,buttonPress,1,tHeading,tEntityName,1,OnOff,1
event,buttonPress,1,tHeading,tEntityName,1,button
# Design Guidelines for Nextion HMI Project # Design Guidelines for Nextion HMI Project