Skip to content

Commit

Permalink
Readme (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubaceg authored Dec 11, 2023
1 parent 5e43112 commit fc5eb77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fc5eb77

Please sign in to comment.