joBr99 / nspanel-lovelace-ui

Custom Firmware for NsPanel with the design of HomeAssistant's lovelace UI in mind, works with Tasmota.
GNU General Public License v3.0
857 stars 187 forks source link

[Help] Original Nextion firmware request #692

Closed soyxan closed 1 year ago

soyxan commented 1 year ago

Hi, I have an issue with my NSPanels bought from iTead (not related at all to this awesome project). The manufacturer request me to send some videos of the problem and I prefer to not show that I flashed the NSPanel (in order to avoid warranty voiding), so I would like to get the original Nextion firmware in order to load it to the NSPanel ( just need the TFT file, I will prepare myself the http server to do the flashing with FlashNextioncommand).

Anyone could share it with me? Thanks!

joBr99 commented 1 year ago

Have look here: https://github.com/masto/NSPanel-Demo-Files/issues/4

ChrisVonFrosta commented 8 months ago

this "original" file not working for my NSPanel

joBr99 commented 8 months ago

you need to download it and put it on an http server (for example the one build into homeassistant) - https is not working

image

http://192.168.75.30:8123/local/ns-panel-org.tft

ChrisVonFrosta commented 8 months ago

i did. it is on my raspi apache server. i see two optiones. first: it says like "device not match". second (right now): it stucks on UART Update Screen IMG_5223

joBr99 commented 8 months ago

The URL in your FlashNextion command is invalid.

It has to be something like FlashNextion http://192.168.170.10/ns-panel.tft

ChrisVonFrosta commented 8 months ago

Your are right... i put it in the public www folder and thought it is downloadable, but isn't.

joBr99 commented 8 months ago

Use this one: FlashNextion http://nspanel.pky.eu/stock-tmp2510.tft

ChrisVonFrosta commented 8 months ago

thx! something is runnig :) 15%.... 17%...

ChrisVonFrosta commented 8 months ago

Since here is no discussion, i do not want to crate a issue and you seems to be active ... ;) i want to play with NSPanel without iobroker (or something else). I would use berry script to create the interface or buttons. That should be possible, shouldn't it? Could you give me a short entrie point? Sure it would presuppose NSPanel flahed with your file

joBr99 commented 8 months ago

there is somebody that played with that aswell

https://github.com/schnurly/nspanel-lovelace-ui

Documentation of the serial protocol is here:

https://github.com/joBr99/nspanel-lovelace-ui/tree/main/HMI

ChrisVonFrosta commented 8 months ago

thx