Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
SzczepanLeon committed Sep 23, 2024
1 parent 5f24df0 commit 3508096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ You can decode that telegram on [wmbusmeters](https://wmbusmeters.org/analyze/4E

- everything is known, let's find field and unit
From decoded JSON:
(https://github.com/SzczepanLeon/esphome-components/blob/main/docs/decoded_telegram.png)
![decoded JSON](https://github.com/SzczepanLeon/esphome-components/blob/main/docs/decoded_telegram.png)

find interesting data (in that case total_m3), split it into field (total) and unit (m3) and create sensor in YAML. In YAML config please use units from HA (ie. "m³" not "m3", etc).
You can also use similar unit - for example liters "l".
Expand Down

0 comments on commit 3508096

Please sign in to comment.