How did you solve “switch socket” combos without it looking shit?
(German version)
Difficult, but success! the installation of the nextion editor was successful under tasmota! thanks for everyone’s help! A panel has already come back to life! Thanks for your work Blackymas! you are my guest for a coffee!
@Blackymas I wonder if you could explain what the status icon up in the left corner is, the one with 1 or 2 in a square.
I can’t find out what they are for.
The relays of the ns panel
Hi, i have a question.
How to set a manula static ip i esp nspanel config?
wifi:
manual_ip:
static_ip: 192.168.0.123
gateway: 192.168.0.1
subnet: 255.255.255.0
That was a dumn question.
i thought, that i cant add this to my config file.
Thank You!
what is the latest version of bluepanel? I do not see this information on the panel in the lower left corner regarding relays …
for me it’s shown in the top-left (EU version). I found the functionality of the squares with numbers out myself. Latest version is 3.0
Version 3.1.0 is online.
As always there are many changes and new version.
Finally we have also the first official US version ready
It is not working for me, did all I think I used to do, but got this error:
NOt sure what it is, nspanel is running even got the tft uploaded before the flashing is there, but the blueprint does not work.
The error is given in the yaml code of the esphome, the word packages is not valid, so I can not install it on the naspanel.
sure it works i just flashed my own.
- copy the new code from Blueprint.yaml
- change the path in the ESPhome file to nspanel_eu.tft store esphome.
- close the Esphome editor.
- click on validate in your Esphome project.
- if the validate is successful click on install
- go to HA → Devices → Nspanel → Upload TFT
Done.
If you have custom changes in the Blueprint or Esphome code you have to check if it still matches.
I try to upload update via wifi, is that possible??? or could the problem be in that?
The TFT file I had installed onto the panel, prior to changing the YAML, code for it is an already in the wall build panel I try to adapt.
I uploaded the blank TFT first, which worked, and then the Blueprint TFT which worked too.
It is when I completed the Blueprint and the automation is made, that I get this error.
I presume that the blueprint automation can not run via OTA, so you have to pull the panel out of the wall, to install?!
Thank you Blackymas, I got it running, but can not update the TFT panel for it gives an error saying,
` nextion_update_url: "http://HOME-ASSISTANT-IP:8123/local/nspanel.tft" # URL to local tft File`
is not an allowed line in esphome yaml so after deleting that I got it in the air.
No you don’t have to dismantle anything.
TFT and Esphome run via OTA, so Wifi.
And Blueprint is on your HA server anyway.
Maybe if I put in this code from the previous yaml this display had that I get the update functionality back:
display:
- platform: nextion
id: disp1
uart_id: tf_uart
tft_url: http://192.168.0.115:8123/local/nextion/hmi.tft
this is where it goes wrong the error is:
Failed config
nextion_update_url: [source /config/esphome/nspaneltjj.yaml:28]
Component not found: nextion_update_url.
http://192.168.0.115:8123/local/nspaneltjj/nspanel.tft
Got it all running, it is just a little harder when you use an already previously flashed panel.
Things to think about are:
- OTA passwords
- First a blank TFT, then the final Blueprint TFT, for if you get stuck there like I did/do
- put your wifi credentials in the alter section of your code, when you had a hard IP address
- and when you use your own wifi credentials, be carefull that the nextion url is a substitute and should be in that section and not after the wifi: OOPS sorry that was stupid of me.
But all in all, thank you for the fab Blueprint and all the work you put in it Blackmas, and the super quick help provided.
there are no problems if you use the original 1 to 1.
If you then of course make adjustments you have to pay attention.
That’s why we wrote “Advanced Esphoe Config for experienced people only”.
Thanks for the kudos - you are of course welcome to leave a donation and support the project
Nice work! Does this also work with the Pro version of the Sonoff panel?