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
108 stars 118 forks source link

Some additions #9

Open marecl opened 6 years ago

marecl commented 6 years ago

Moved strings to PROGMEM to free RAM Reading config directly from file (using buffer caused data corruption) Motor position is properly read (related to upper issue) Added buttons (up, down, reset) Added button description to README Slight code formatting Incremented version (1.3.3)

For me MQTT is working, seems to be stable. Buttons don't interfere with web control (but they are in loop so if you're holding button you cant connect to blinds).

I thought about adding more settings to the webpage because every time I need to change something I need to reset configuration.

Cheers!

nidayand commented 6 years ago

Sorry for the looong delay - I've been a bit busy with work. Thanks for the big update - I'll give it a test next week as I'm currently travelling

lukaszwitkowski commented 6 years ago

Works great only remove delay and works with normalnspeed

Bennedetto commented 6 years ago

I can confirm that your PR works like a charm!