This is a homebridge plugin for SOMA Smart Shades.
Currently supports:
sudo apt install bluetooth bluez libbluetooth-dev libudev-dev
See the document of the @abandonware/noble for other operating systems details.
sudo npm install -g homebridge-soma-shades
You can also install it on the homebridge plugins page.
You can configure it using homebridge-config-ui-x
or add below to config.json
manually
{
"discoverDelay": 15,
"devices": [
{
"name": "Balcony Shades",
"id": "CHANGE ME TO YOUR SHADES MAC ADDRESS WITHOUT COLON"
}
],
"platform": "SOMAShades"
}
See abandonware/noble#164