Install Home Assistant, Mosquitto broker and Node-Red on android

From 2.0 version of mosquitto you need to define listeners to bind on specific interface or on all interfaces. If listener is not defined mosquitto listens only on localhost. You need to add something like this in mosquitto config to listen on all interfaces:

listener 1883 0.0.0.0
allow_anonymous true

Mosquitto local network access