Here it comes then haha: i do hope you can help me out. The part im stuck with is the NSPanel (EU version) while trying to set up the Lovelace UI.
Current Progress:
I’ve successfully flashed Tasmota 15.4.0 (release-nspanel) and the Wi-Fi/MQTT connection is solid. I’ve also uploaded the autoexec.be Berry driver to the file system. The panel is "ready" on the Tasmota side, but I can't get the Home Assistant integration to trigger the screen.
The Issue:
My screen is stuck on "Waiting for content" with the loading icon, which is rotating extremely slowly. In the Tasmota console, I see a constant loop of:NSP: Received Raw = bytes('55BB13006576656E742C737461727475702C35332C65755788').
It looks like the screen is calling for content (event,startup,53,eu), but it’s not getting a response. The LoadAvg in Tasmota is very high (above 400), likely because of this loop.
What I'm struggling with:
I’m trying to import the Lovelace UI Blueprint into Home Assistant, but every GitHub link I’ve tried results in a 404 error or fails to import. On top of that, the nspanel.p33.org server for the TFT upload seems to be offline.
The Goal:
I want to get the Blueprint properly installed in HA so I can create the automation and link it to my MQTT topic (tasmota_D7832C). This should finally trigger the TFT flash and replace the "Waiting" screen with the actual Lovelace interface.
Do you have a working Blueprint link or a reliable URL for the nspanel_eu.tft file that I can use? Thanks a lot!