beta release (#2)

This commit is contained in:
echoDaveD
2025-02-11 21:14:27 +01:00
committed by GitHub
parent b2cd11f129
commit 0a3fca4590
2 changed files with 7 additions and 1 deletions

View File

@@ -7,6 +7,12 @@ Since extending these was often too difficult, I have written a script here whic
In addition, a few data points are generated from others, such as COP and Heat Output.
# Prerequisites
You need an MQTT Broker.
For Homeassistant you need the MQTT Plugin there with enabled Auto Discovery with Discovery Topic Prefix and Birth-Messages on Discovery Topic Prefix with subtopic "status" with text "online".
EHS-Sentinel subscribes <hass_discovery_prefix>/status Topic and if it receive an "online", then it cleans his intern known-devices topic and send the Auto Discovery Config again for any Measurment for Home Assistant.
# Installation
## Simple

View File

@@ -16,7 +16,7 @@ import binascii
from CustomLogger import logger, setSilent
from NASAPacket import NASAPacket
version = "0.1SNAPSHOT"
version = "0.0.1Beta"
async def main():
"""