nidayand / motor-on-roller-blind-ws

WebSocket and MQTT supported device code for the roller blind. As rework of the design and code is on its way there won't be any updates to this repository
https://www.thingiverse.com/thing:2392856
MIT License
107 stars 118 forks source link

Possible to add option for clockwise/countclockwise in main page? #5

Open olskar opened 6 years ago

olskar commented 6 years ago

Hello!

Nice project!

Is it possible to add option for clockwise/countclockwise in main page? As of now I need to know what way it should turn before I have access to the main interface.

nidayand commented 6 years ago

Hi, I was thinking about that... but I didn't have the energy to create another HTML page. Sorry, don't have the time to do it right now though so I'll keep it as an enhancement request

petrepa commented 6 years ago

Is there anyhow a way to change the rotation? How can I possibly do a hard reset of a configured unit?

nidayand commented 6 years ago

yeah, I know, it isn't perfect... What you can do is to uncomment row 272 and 273 and flash it via cable and then revert back and flash again.. (or use esptool.py to clean it completely)

//clean FS, for testing //helper.resetsettings(wifiManager);