Skip to content

Commit

Permalink
ultra added watermeter + peak power BE
Browse files Browse the repository at this point in the history
  • Loading branch information
mhendriks committed Jun 20, 2024
1 parent 93e53c7 commit 77a29ad
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
17 changes: 14 additions & 3 deletions ultra-p1-h2o-s0.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.5.1"
prj_version: "2024.6.2"

esphome:
name: ${device_name}
Expand All @@ -27,7 +27,8 @@ ethernet:
interrupt_pin: 14

ota:

platform: esphome

web_server:

# improv_serial:
Expand Down Expand Up @@ -68,7 +69,8 @@ dsmr:
request_pin:
number: 17
inverted: true

water_mbus_id: 2

globals:
- id: tot_count
type: float
Expand Down Expand Up @@ -327,9 +329,18 @@ sensor:
gas_delivered:
name: "Gas Consumed"
state_class: total_increasing
water_delivered:
name: Water delivered
state_class: total_increasing
gas_delivered_be:
name: "Gas Consumed Belgium"
state_class: total_increasing
active_energy_import_current_average_demand:
name: "Current Average Demand"
active_energy_import_maximum_demand_running_month:
name: "Maximum Month Demand"
active_energy_import_maximum_demand_last_13_months:
name: "13 Month Maximum Quarterly Demand"
- platform: uptime
name: "_Uptime"

Expand Down
13 changes: 12 additions & 1 deletion 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.6.1"
prj_version: "2024.6.2"

esphome:
name: ${device_name}
Expand Down Expand Up @@ -69,6 +69,7 @@ dsmr:
request_pin:
number: 17
inverted: true
water_mbus_id: 2

light:
- platform: status_led
Expand Down Expand Up @@ -267,6 +268,16 @@ sensor:
gas_delivered_be:
name: "Gas Consumed Belgium"
state_class: total_increasing
water_delivered:
name: Water delivered
state_class: total_increasing
active_energy_import_current_average_demand:
name: "Current Average Demand"
active_energy_import_maximum_demand_running_month:
name: "Maximum Month Demand"
active_energy_import_maximum_demand_last_13_months:
name: "13 Month Maximum Quarterly Demand"

- platform: uptime
name: "_Uptime"

Expand Down

0 comments on commit 77a29ad

Please sign in to comment.