Hi all
I have successfully flashed an NSPanel with ESPHome following Marc Watt’s great video!
However I cannot get the display to update.
I am running home assistant in docker (I am running loads of things on the server so can’t go to a standalone OS) which made the whole process complicated. No ESPHome addon, doing things through the browser, Firefox not working with ESPHome web etc etc.
But, the flash was eventually succesful.
The final step is to call the TFT upload service. When I do this, the device resets, indicating the service is called succesfully, but boots back up to the original screen display.
I suspect it is to do with the location of the tft file on the server and access rights in linux… but I am not competant enough to tackle this (still learning!)
Can anyone help?
I have tried the following tft URLs to no avail:
tft_upload_url: "http://192.168.0.79:8123/opt/homeassistant/config/hmi.tft"
tft_upload_url: "http://192.168.0.79:8123/homeassistant/config/hmi.tft"
tft_upload_url: "http://192.168.0.79:8123/config/hmi.tft"
tft_upload_url: "http://192.168.0.79:8123/local/hmi.tft"
tft_upload_url: "http://192.168.0.79:8123/config/www/hmi.tft
.79 is correct for the HA instance.
I had to manually create the /www directory in /config
Longer dispair, but I can’t find a happy medium with HA. I can’t run the OS because I am running a CCTV server, Plex, NAS etc on the same hardware. And the socker based install I need isn’t user friendly with nice Add-ons and the like.