First time using Home Assistant 2021.2.3.
My arduino code:
client.publish("Arduinotesti", temp1Char);
Supervisor > Mosquito broker > log says:
1613411571: New client connected from 192.168.1.143 as ardu (p2, c1, k15).
Should Configuration > MQTT broker > configure > type Arduinotesti > start listening show the values from Arduino? It doesnt… Arduino is sending temperature values every 5 seconds. How could I get those numbers to HA?
Also on other machine I have MQTT.fx which connects to HA ip MQTT server but also doesnt show anything if Arduinotesti subscribed.