11. Integración con Homebridge
Configuraciones de dispositivos:
{
"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"
}Si quieres agregar un dispositivo diferente puedes consultar la página de Accesorios soportados en homebridge-mqttthing
Última actualización