added receiver plugin

This commit is contained in:
Oliver Walter
2026-07-01 01:22:45 +02:00
parent a5eec74524
commit ddbbd27dbe
9 changed files with 475 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
# Changelog
## 1.0.0
- Initial release.
- Subscribes to a Meshtastic channel over MQTT (public server or local broker).
- Decrypts channel packets (AES-CTR) using the channel PSK.
- Exposes the latest text message as a sensor (with from/to/time attributes).
- Parses `LABEL:VALUE` messages into individual temperature/humidity sensors.
- Auto-creates entities via MQTT Discovery; resolves the HA broker through the
Supervisor (no manual credentials required).