en:software:home_assistant
Table of Contents
Home Assistant
There are two ways to combine OpenTrafficMap with Home Assistant:
Monitoring an OpenTrafficMap node
The node publishes its telemetry to the MQTT broker. Home Assistant can read it via the MQTT integration; from there you can build sensors, automations, and dashboards. The credentials for subscribing to your own node are shown in the self-service portal — see Node Registration.
ESPHome-based receiver
hn/esphome-its-g5 is an ESPHome external component that turns an ESP32-C5 into an ITS-G5 receiver:
- receives raw 802.11p frames on a configurable channel (5860–5900 MHz, e.g. 5900 MHz / G5CC)
- an
on_packettrigger gives you the frame bytes, signal strength (RSSI), channel, and reception rate for your own automations - optional sensors expose
packets_receivedandpackets_droppedcounters - the example configuration
its-g5-opentrafficmap.yamlforwards all frames to the OpenTrafficMap MQTT server — set thenode_idsubstitution to your Ethernet MAC address or your assigned friendly name
For OpenTrafficMap integration an Ethernet chip (e.g. KSZ8851SNL, W5500, ENC28J60) is used alongside the ESP32-C5.
en/software/home_assistant.txt · Last modified: by fasteiner
