dfarkov
n3wb
Yes
MQTT server is using standard MQTT port that is 1883
my HA configuration file shows:
mqtt:
broker: 127.0.0.1
username: xxx
password: xxx
discovery: true
discovery_prefix: homeassistant
mqtt explorer uses standard port 1883.
the onvif add on configuration is also configured for port 1883
mqtt:
host: 192.168.244.150
port: 1883
It is the same computer running docker, MQTT server, HA et al. Should I change it to the loopback address of 127.0.0.1??
No, all good!
I just looked through the code and it was a bug in the config validation (my bad). I didn't have the port specified in the schema, and it was getting stripped out.
Releasing 1.0.1 / latest right now, but will take 20-30 minutes for Dockerhub to compile and publish it, after that feel free to pull
:latest
and re-create the container.Is it working minus the logs? I think it should be smart enough to fallback to 1883 even with the above bug.