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
homebridge starts, but then repeats this message every second.....
[eDomoticz] Retrying connection to MQTT broker...
I have also tried the actual IP of the host in the config file.
Host is Ubuntu 14.04 LTS (64bit) - all available updates for homebridge, homebridge-edomoticz, mosquitto applied.
Tried running homebridge with DEBUG - no additional info on screen - and I cannot find the homebridge/log and .err files in the location suggested by the homebridge wiki. Have also tried running homebridge under sudo - again - same issue.
Any pointers or ways of getting some more debug output appreciated.
The text was updated successfully, but these errors were encountered:
Fixed my original problem before I saw your response.... details below - but summary - old version of mosquitto broker, had to force latest by adding the appropriate repository. (Old version of Ubuntu 14.04 LTS - and I guess its time to upgrade.
My issue fixed - version of mosquitto was the issue (although working for other mqtt libraries - I suspect the mqtt.js library expected version 4 protocol support but not proven).
Host running mosquitto is Ubuntu 14.04 - repositories for that does not have the latest version of mosquitto - updated manually using info linked here:
Hi - having issues with connection to MQTT - setup is
Homebridge with Homebridge-edomoticz running on same host as Domoticz with MQTT enabled and mosquitto.
Domoticz talking to MQTT (proved via a mosquitto_pub on the same host setting a value in domotocz - can also see domoticz/out messages via MQTT spy)
config.json has config for MQTT
(snippet from file - not complete file - has passed JSON validation)
"platform": "eDomoticz",
"name": "eDomoticz",
"server": "127.0.0.1",
"port": "8990",
"ssl": 0,
"roomid": 9,
"mqttenable": 1,
"mqttserver": "127.0.0.1",
"mqttport": "1883",
"mqttauth": 0,
"mqttuser": "",
"mqttpass": ""
homebridge starts, but then repeats this message every second.....
[eDomoticz] Retrying connection to MQTT broker...
I have also tried the actual IP of the host in the config file.
Host is Ubuntu 14.04 LTS (64bit) - all available updates for homebridge, homebridge-edomoticz, mosquitto applied.
Tried running homebridge with DEBUG - no additional info on screen - and I cannot find the homebridge/log and .err files in the location suggested by the homebridge wiki. Have also tried running homebridge under sudo - again - same issue.
Any pointers or ways of getting some more debug output appreciated.
The text was updated successfully, but these errors were encountered: