Skip to content

Commit

Permalink
Add topics for shellies_ht
Browse files Browse the repository at this point in the history
  • Loading branch information
MyChaOS87 committed Jan 21, 2023
1 parent 4aa8da6 commit 12480aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deployments/influxdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,18 @@ spec:
- "shellies/+/+/+/energy"
- "shellies/+/+/+/voltage"
- "shellies/+/+/+/current"
- "shellies/+/sensor/temperature"
- "shellies/+/sensor/humidity"
- "shellies/+/sensor/battery"
data_format: "value"
data_type: "float"
topic_parsing:
- topic: "shellies/+/+/+/+"
measurement: "_/_/_/_/measurement"
tags: "_/shelly_id/shelly_type/sub_id/_"
- topic: "shellies/+/sensor/+"
measurement: "_/_/_/measurement"
tags: "_/shelly_id/shelly_type/_"
- mqtt_consumer:
servers:
- "tcp://mosquitto.k8s.lan:1883"
Expand Down

0 comments on commit 12480aa

Please sign in to comment.