https://github.com/poeschl/window-shutter-control
The sourcecode for a mechanical window shutter.
https://github.com/poeschl/window-shutter-control
arduino home-assistant homeautomation mqtt-client shutter
Last synced: 2 months ago
JSON representation
The sourcecode for a mechanical window shutter.
- Host: GitHub
- URL: https://github.com/poeschl/window-shutter-control
- Owner: Poeschl
- License: apache-2.0
- Created: 2019-07-01T08:02:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-29T15:04:26.000Z (over 5 years ago)
- Last Synced: 2025-01-24T04:53:25.193Z (4 months ago)
- Topics: arduino, home-assistant, homeautomation, mqtt-client, shutter
- Language: C++
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Window Shutter Control
This is a ardoino script which controls a servo which presses the shutter switches.
It gets the commands via the mqtt protocol.For more take a look here: [Blog](https://nerdweibweb.de/smarthome/iot-rolladensteuerung.html)
## Compiling
It should work on any `ESP8266` board and uses following libraries:
* Servo
* ESP8266WiFi
* PubSubClient## Settings
Some adujustables settings are on top of the file. Most of them are prefilled with my working values.
_Important:_ Don't forget to insert your wifi and mqtt broker credentials.
If you have more than one controller in your configuration, change the `COVER_ID` to a unique id.
## ESPHome
If you already have `ESPHome` running, I also added the config for it.