Somfy window shutter control and sensor node

Hi all, thought you might be interested in my window shutter control using an ESP8266 via MQTT from Home Assistant:
https://www.youtube.com/watch?v=3SLt4esALsU

Schematic:

I thought it would be nice to add sensors as I would have the ESP8266 running anyways with plenty of GPIO to use :slight_smile:

So I found the excellent Bruh multisensor project and added that to the code controlling the Somfy shutters.
This makes it possible to monitor temperature, humidity, light level and motion.

For more info see:
https://projects.dehaan.net/2019/01/sensor-node-with-somfy-window-shutter/

1 Like

Great to see DIY alive and well.

1 Like

Hi Sanderh,

Thank you for your post.

I forked and refactored marmotton code to be directly loadable in the Arduino IDE and added a status led including a PCB design, I have not included any sensor support on the PCB maybe later.

You can find the code and design here: https://github.com/RoyOltmans/somfy_esp8266_remote_arduino

Cheers