Hi,
My project is to use Flic buttons to control lights.
HASS is installed as a docker in a container on a QNAP NAS.
Currently the only way I can get the Flic buttons to run my lights is through Amazon Alexa on a tablet, which means I have to leave the tablet home for it to work.
I can get my Raspberry Pi to connect to the Flic buttons and send an MQTT through Node Red.
The only MQTT broker I can get to run is on the Raspberry Pi itself.
The final step would be to have the Home Assistant instance connect to the broker on the Raspberry Pi, but when I use the IP of the Pi and the ort 1883 it fails to connect.
Any ideas on how I can direct the Home Assistant instance to connect to the Mosquitto MQTT broker on the Pi?
Thanks