Home Assistant Integration for Meshtastic.
Work in Progress
Supported Features:
- Add meshtastic devices as gateways to interact with the mesh
- Supports TCP, Serial & Bluetooth connection
- Home Assistant Zeroconf & Bluetooth Auto-Discovery (also works with Bluetooth Proxy)
- Select which meshtastic nodes should be made available in home assistant
- Basic meshtastic node metrics as sensors
- Send and receive messages as device trigger and action
Recommended: HACS
- Add this repository as a custom repository to HACS:
- Use HACS to install the integration.
- Restart Home Assistant.
- Set up the integration using the UI:
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder calledhomeassistant-meshtastic
. - Download all the files from the
custom_components/meshtastic/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Meshtastic"
If you want to contribute to this please read the Contribution guidelines