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, thanks for building this great local alternative!
I am trying to get this working with the docker install version, as I already have Mosquitto broker running on my home assistant install with other MQTT tools.
However, I am having trouble getting pethublocal to talk to my Home Assistant Mosquitto broker.
I do not know how to tell pethublocal to use a username and password for MQTT. As such, I am getting the following:
2022-09-08T06:52:23.901221299Z INFO:pethublocal:MQTT: Init MQTT Host 192.168.1.x
2022-09-08T06:52:23.902791369Z INFO:pethublocal:Error "[code:5] The connection was refused.". Reconnecting in 3 seconds.
I tried to edit the pethubconfig.json, inserting a username and password as a test (which I also added as a user in home assistant):
Hello, thanks for building this great local alternative!
I am trying to get this working with the docker install version, as I already have Mosquitto broker running on my home assistant install with other MQTT tools.
However, I am having trouble getting pethublocal to talk to my Home Assistant Mosquitto broker.
I do not know how to tell pethublocal to use a username and password for MQTT. As such, I am getting the following:
I tried to edit the
pethubconfig.json
, inserting a username and password as a test (which I also added as a user in home assistant):But that does not seem to work.
How can I get pethublocal to use a username and password when connecting to a remote MQTT server?
The text was updated successfully, but these errors were encountered: