项目作者: Poeschl

项目描述 :
The sourcecode for a mechanical window shutter.
高级语言: C++
项目地址: git://github.com/Poeschl/Window-shutter-control.git
创建时间: 2019-07-01T08:02:21Z
项目社区:https://github.com/Poeschl/Window-shutter-control

开源协议:Apache License 2.0

下载


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

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.