node-lox-mqtt-gateway
Version:
Gateway for Loxone™ miniserver to communicate with mqtt broker
27 lines (26 loc) • 604 B
JSON
{
"winston": [{
"Console": {
"level": "debug",
"colorize": true,
"timestamp": true
}
}],
"mqtt": {
"host": "mqtts://localhost:8883",
"options": {
"rejectUnauthorized": false,
"username": "test",
"password": "test1234",
"clientId": "lox_to_mqtt_gateway"
}
},
"miniserver": {
"host": "192.164.0.77:80",
"username": "testlox",
"password": "1234",
"readonly": false,
"encrypted" : true,
"mqtt_prefix": "lox"
}
}