11. Homebridge Integration
Device Configurations:
{
"type": "switch",
"name": "31141235efb12D367", //YOUR DEVICE ID
"url": "smartnest.cz",
"username": "USERNAME",
"password": "PASSWORD or API KEY",
"topics": {
"getOnline": "31141235efb12D367/report/connected", //CHANGE HERE TOO
"getOn": "31141235efb12D367/report/powerState",
"setOn": "31141235efb12D367/directive/powerState"
},
"onlineValue": "Online",
"offlineValue": "Offline",
"onValue": "ON",
"offValue": "OFF",
"accessory": "mqttthing"
}If you want to add another type of device you can check the Supported accessories page from homebridge-mqttthing
Last updated