23 lines
916 B
Markdown
23 lines
916 B
Markdown
# Meshtastic Add-ons for Home Assistant
|
|
|
|
A small Home Assistant add-on repository.
|
|
|
|
## Add-ons
|
|
|
|
- **Meshtastic Sensor Broadcaster** — periodically broadcasts selected Home
|
|
Assistant sensor values over a Meshtastic mesh (TCP or USB-connected node).
|
|
- **Meshtastic Sensor Receiver** — subscribes to a Meshtastic channel over MQTT,
|
|
decrypts it, and exposes the latest message plus parsed temperature/humidity
|
|
values as Home Assistant sensors (via MQTT Discovery).
|
|
|
|
Together they form a round trip: the broadcaster sends `🏠 T1:.. H1:..` messages
|
|
from one site, and the receiver turns them back into sensors at another.
|
|
|
|
## Install
|
|
|
|
Add-on Store -> ⋮ (top right) -> **Repositories** -> paste this repo's URL.
|
|
Then install the add-on you want and configure it.
|
|
|
|
Or, for local development, copy the `meshtastic_broadcaster/` folder into the
|
|
`/addons` share and use **Check for updates** in the Add-on Store.
|