Update Energy Package

This commit is contained in:
2022-08-03 15:57:31 -07:00
parent 2d19d2249b
commit 5ee48054dd
2 changed files with 40 additions and 0 deletions

View File

@@ -9,6 +9,12 @@ sensor:
unit_prefix: k unit_prefix: k
unit_time: h unit_time: h
- name: Emporia Net Energy
platform: integration
source: sensor.sensor.emporia_d937d0_1min
unit_prefix: k
unit_time: h
- name: Total Energy From Grid - name: Total Energy From Grid
platform: integration platform: integration
source: sensor.emporia_vue_net_power_from_grid source: sensor.emporia_vue_net_power_from_grid
@@ -440,3 +446,17 @@ template:
states('sensor.envoy_202221032900_current_power_production')|float states('sensor.envoy_202221032900_current_power_production')|float
+ states('sensor.emporia_d937d0_1min')|float + states('sensor.emporia_d937d0_1min')|float
}} }}
# -----------------------------------------------------------------------------
# Utility Meters
utility_meter:
daily_energy:
source: sensor.emporia_net_energy
name: Daily Energy
cycle: daily
tariffs:
- Super Off-Peak
- Off-Peak
- Mid-Peak
- On-Peak
- Surplus

View File

@@ -9,6 +9,12 @@ sensor:
unit_prefix: k unit_prefix: k
unit_time: h unit_time: h
- name: Emporia Net Energy
platform: integration
source: sensor.sensor.emporia_d937d0_1min
unit_prefix: k
unit_time: h
- name: Total Energy From Grid - name: Total Energy From Grid
platform: integration platform: integration
source: sensor.emporia_vue_net_power_from_grid source: sensor.emporia_vue_net_power_from_grid
@@ -92,3 +98,17 @@ template:
+ states('sensor.emporia_d937d0_1min')|float + states('sensor.emporia_d937d0_1min')|float
}} }}
# -----------------------------------------------------------------------------
# Utility Meters
utility_meter:
daily_energy:
source: sensor.emporia_net_energy
name: Daily Energy
cycle: daily
tariffs:
- Super Off-Peak
- Off-Peak
- Mid-Peak
- On-Peak
- Surplus