blakadder / nspanel

Sonoff NSPanel protocol and hacking information. Tasmota Berry driver for NSPanel
https://blakadder.github.io/nspanel/
Creative Commons Zero v1.0 Universal
129 stars 35 forks source link

Locked by: Wipe down to "Settings of the screen brightness and sleep time" #55

Closed super-Alfi closed 1 year ago

super-Alfi commented 1 year ago

Env: Sonoff NSPanel Tasmota 12.2.0 (tasmota32-nspanel.bin)

A dropdown changes any current panel to a setup panel to control screen brightness, sleep time and 24-Hour changes.

But now - there is no way back to the previous panel ...

super-Alfi commented 1 year ago

Have identified the problem. When restarting, I remove the 8 standard icons on "Page 2". These are then replaced by only 4 new switches. If this constellation is swiped from top to bottom, the "Brightness-Sleep-24Hour" panel appears and can no longer be "swiped up".

joBr99 commented 1 year ago

When initially drawing widgets you need to send commands for all 8 indexes, if you want to keep an index empty send a delete command for that index.

https://blakadder.github.io/nspanel/

super-Alfi commented 1 year ago

as soon as you get it right, it goes

super-Alfi commented 1 year ago

thanks !!!