Skip to content

Commit

Permalink
bug fix inverse dtr pin dsmr
Browse files Browse the repository at this point in the history
  • Loading branch information
mhendriks committed Feb 6, 2024
1 parent 7d135d0 commit 5f84ede
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ultra-p1-h2o.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ substitutions:
device_name: ultra-p1-h2o
device_description: "Ultra dongle with P1 and water sensor"
friendly_name: Ultra P1 H2O
prj_version: "2024.1.1"
prj_version: "2024.2.1"

esphome:
name: ${device_name}
Expand Down Expand Up @@ -76,7 +76,9 @@ dsmr:
id: dsmr_instance
receive_timeout: 200ms
max_telegram_length: 1700
request_pin: 17
request_pin:
number: 17
inverted: true

light:
- platform: status_led
Expand Down

0 comments on commit 5f84ede

Please sign in to comment.