This repository contains minimal implementation allowing to run Pi-Somfy as a HASSIO add-on.
- Connect to your raspberry hassio host over ssh
git clone https://github.com/korrix/pi-somfy-hassio.git addons/somfy
- Navigate to
https://YOUR_HASSIO/hassio/store
- Enter the hidden menu in top right corner and choose
Refresh
. You should see "Local add-ons" section with "Somfy shutters" plugin - Install the plugin
- Disable the protection mode
- Start the plugin
- Navigate to
https://YOUR_HASSIO:9909
and configure the shutters (configuration is persisted in/config/shutters.conf
)
- Make plugin less privileged (maybe
pigpio
could be ran without full access to everything) - Debug MQTT connection
Big thanks to https://github.com/Nickduino/Pi-Somfy for implementing the hard part (protocol and everything around)