homebridge-somfy-hotwired
v1.3.0
Published
Control Somfy remotes with Homebridge
Downloads
16
Maintainers
Readme
homebridge-somfy-hotwired
If you have a Somfy Telis 1 RTS you can wire it your Raspberry Pi and control all of the buttons remotely. Since it requires soldering and some cables, I like to call it hotwiring your Somfy :).
You do need a remote that is already programmed to work with your shutter.
Hotwiring
Simplest would be if you have a case to put the board of the remote in.
- Remove the casing and battery
- Get 5 jumpwires (female to male)
- I like to use pins 1 and 9 for the power
- So you can use 3, 5 and 7 for the
up
,my
anddown
button - Solder all of these male ends to the board and plug the female side onto te GPIO
It should look somewhat like this:
No you are ready to go, either use the UI config or add the config manually.
Config
Sample of the config used in the README. Movement duration is best measured as the time it takes to move from up to
MySomfy
position in seconds, you can adjust it to your liking.
{
"name": "Shutter",
"pin_up": "3",
"pin_down": "5",
"pin_my_position": "7",
"movement_duration": "11",
"accessory": "Homebridge-somfy-hotwired",
"default_position": "up"
}