beta release (#2)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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():
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user