Homebridge plugin to control MOTION Blinds by Coulisse B.V. including derivative products such as OmniaBlinds.
npm install -g homebridge-motionblinds
or search for MOTION Blinds
in Config UI X.All fields are optional except "platform"
, and "mac"
if any blinds are specified. If no "key"
is given, blinds will appear as read only with no control. If you are having connectivity issues, try specifying the "gatewayIp"
.
{
"platform": "MotionBlinds",
"key": "xxxxxxxx-xxxx-xx",
"gatewayIp": "10.0.0.23",
"blinds": [
{
"mac": "xxxxxxxxxxxxxxxx",
"name": "Bedroom Blinds",
"tilt": true,
"invert": false
},
{
"mac": "xxxxxxxxxxxxxxxx",
"name": "Living Room Roller Shade",
"tilt": false,
"invert": false
}
]
}