NSPManager / NSPanelManager

Sonoff NSPanel custom firmware for responsive and intuitive use
https://nspanelmanager.com/
128 stars 10 forks source link

Implement functionality to flash ESP via webinterface #49

Open tpanajott opened 12 months ago

tpanajott commented 12 months ago

Using the ESP web tools (https://esphome.github.io/esp-web-tools/) it is possible to flash the ESP from the web interface. This does however require HTTPS to be used.

tpanajott commented 12 months ago

Looks like this might be possible with the use of sTunnel https://stackoverflow.com/questions/8023126/how-can-i-test-https-connections-with-django-as-easily-as-i-can-non-https-connec

cablesandcoffee commented 11 months ago

Oh this sounds supercool, what does this mean. Could a user flash i straight away from the box or is it if they had the panel flashed with for example Tasmota since before?

velijv commented 11 months ago

It can be uploaded to for example even https://nspanelmanager.com/ since it has https. Or github pages like https://git.veli.ee/nesp/ - i used this https://github.com/esphome/esphome-project-template

tpanajott commented 11 months ago

Yes, that is true but I would like it to be contained within the container as you know that you flash a version that is compatible with the container you are running.