From fc5eb77c2e262a200327d5089bf5cfabb02655f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Cegie=C5=82ka?= Date: Mon, 11 Dec 2023 19:57:15 +0100 Subject: [PATCH] Readme (#15) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 900b8b0..c65ee23 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ Data will be sent into MQTT topic with name `{mqttPrefix}/{fieldName}` where: Full topic name for given example values is `/sensors/energy/inverter/PV_Generation_Today`. Additional field is `All` which contains all measurements and their values marshalled into one json. +### Home Assistant +This tool can integrate with Home Assistant using MQTT protocol. If You want to configure MQTT along with [discovery](https://www.home-assistant.io/integrations/mqtt/#mqtt-discovery) feature, just fill 'ha_discovery_prefix' and all sensors will be configured automatically in Your Home Assistant instance. + ### OTLP Data can also be sent over OTLP protocol to a gRPC or http server. Typically, this would be received by the [OTel-Collector](https://opentelemetry.io/docs/collector/) for further export to any required platform.