#Host IP is 192.168.168.101. I must use
1 messages · Page 1 of 1 (latest)
Assuming that the Mosquitto container is on the host network, yes, but you said you created a maclan...
yes I know about the macvlan it was a mistake on my part! Sorry! I did a lot of tests and I was wrong.
Use MQTT Explorer and see if that can connect to your broker
I've just installed MQTT Explorer and managed to connect to my MQTT server with the information I gave you earlier.
I really don't get it!
I can see my lights I've connected
What does your compose entry for HA look like?
In MQTT Explorer ?
Your Docker Compose entry
ah ok !
homeassistant: image: homeassistant/home-assistant:stable container_name: homeassistant networks: dockervlan: ipv4_address: 192.168.168.111 ports: - 8123:8123 privileged: true environment: <<: *default-tz-puid-pgid volumes: - ${DOCKERDIR}/appdata/homeassistant/config:/config - /etc/localtime:/etc/localtime:ro restart: always
In any case! A BIG THANK YOU for your help!
Could it be that HA is on macvlan and MQTT is on another network (driver bridge)?
