Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions content/components/sensor/dsmr.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ dsmr:
# Optional. The id of the water meter. Default=2.
water_mbus_id: 2

# Optional. The id of the thermal meter. Default=3.
thermal_mbus_id: 3

# Optional. Specifies if the CRC check must be done. Default=true.
# You must set it to false for older DSMR versions because they do not provide a CRC.
crc_check: true
Expand Down