You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I did everything as described, but I get the error:
Error: Crashed
at [anon] (root/MQTT/main.js:229) preventsyield
[Process stopped]
my settings:
var server = "XXX.XXX.XXX.XX";
var server_options = {
//"username": "MQTT-User",
//"password": "XXXXXXXXX",
"port": 1883,
}
var hatopic = "homeassistant";
var flictopic = "flic";
var mqtt = require("./mqtt").create(server, server_options);
The text was updated successfully, but these errors were encountered:
Hello, I did everything as described, but I get the error:
Error: Crashed
at [anon] (root/MQTT/main.js:229) preventsyield
[Process stopped]
my settings:
var server = "XXX.XXX.XXX.XX";
var server_options = {
//"username": "MQTT-User",
//"password": "XXXXXXXXX",
"port": 1883,
}
var hatopic = "homeassistant";
var flictopic = "flic";
var mqtt = require("./mqtt").create(server, server_options);
The text was updated successfully, but these errors were encountered: