UNPKG

homebridge-domoticz-mqttgaragedoor

Version:
35 lines (32 loc) 951 B
{ "bridge": { "name": "Homebridge", "username": "CC:22:3D:E3:CE:30", "port": 51826, "pin": "031-45-154" }, "description": "This is an example configuration file. You can use this as a template for creating your own configuration file.", "platforms": [ ], "accessories": [ { "accessories": [ { "accessory": "domoticzmqttgaragedoor", "name": "what ever you want", "url": "mqtt://xxx.xxx.xxx.xxx", "username": "username", "password": "password", "switchid": "domoticz switch idx", "statusid": "domoticz open/close sensor idx (mandatory)", "topics": { "openValue": "On", "closedValue": "Off", "openStatusCmd": "On", "closeStatusCmd": "Off" }, "doorRunInSeconds": "20" } } ] }