Anyone here using Meshtastic node to send environmental sensor data to Home Assistant using MQTT? I could use some help.

My connection works but data is only sent to HA on request (from Meshtastic app). Sensor data interval is set to 30 min but HA or MQTT Broker gets nothing without request.

Hardware: XIAO ESP32S3 + Wio-SX1262 + BME280.

Setup: Node1 -> Node2 -> MQTT -> HA

#Meshtastic #LoRa #HomeAssistant

@ssalo76 I usw the meshtastic Integration with API to monitor my GW and some specific nodes (trackers). Dient noticed any update problems yet
GitHub - meshtastic/home-assistant: Home Assistant Integration for Meshtastic

Home Assistant Integration for Meshtastic. Contribute to meshtastic/home-assistant development by creating an account on GitHub.

GitHub
@selea @blub I had that but it didn't see my node's environment sensor (BME280).

@ssalo76

Does it report that kind of telemetry at all?

@blub

@selea @blub Meshtastic app saw it, that integration didn't. But I got this working now. Temp, humidity and air pressure is sent to HA from that node via MQTT.