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 button feature to control blinds manually? #27

Closed faltim closed 5 years ago

faltim commented 5 years ago

It would be nice to be able to connect two buttons to the board for manual controlling of the blind. I have the following concept in mind:

  1. Button: single press: open long press: upwards movement during hold

  2. Button: single press: close long press: downwards movement during hold

nidayand commented 5 years ago

Hi, I don't plan to add buttons but feel free to fork the repository. I want to keep it as simple as possible as any additions will impact performance. Personally, I'm using wireless buttons to control the device over MQTT.

faltim commented 5 years ago

Thx for your reply :)