mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
initial push
This commit is contained in:
@@ -0,0 +1,87 @@
|
||||
title: Power Usage
|
||||
path: power-usage
|
||||
icon: mdi:power-plug
|
||||
type: panel
|
||||
visible:
|
||||
- user: 24a4bd075e7f41a497dd0390a1dd4a9f
|
||||
- user: cad46dedf86f454ebbd7f697a58730f2
|
||||
cards:
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: custom:mini-graph-card
|
||||
#- type: history-graph
|
||||
#title: Room Power (12h)
|
||||
name: Room Power (12h)
|
||||
smoothing: false
|
||||
hours_to_show: 6
|
||||
points_per_hour: 12
|
||||
show_points: false
|
||||
line_width: 1
|
||||
# upper_bound: 300
|
||||
# lower_bound: 0
|
||||
aggregate_func: max
|
||||
show:
|
||||
fill: false
|
||||
entities:
|
||||
- entity: sensor.pm_basement_plugs_w
|
||||
name: Basement
|
||||
- entity: sensor.pm_kitchen_1_w
|
||||
name: Kitchen 1
|
||||
- entity: sensor.pm_kitchen_2_w
|
||||
name: Kitchen 2
|
||||
- entity: sensor.pm_nursery_dining_kitchen_lights_w
|
||||
name: Nursery, Kitchen, Dining Lights
|
||||
- entity: sensor.pm_front_room_plugs_w
|
||||
name: Front Room
|
||||
- entity: sensor.furnace_room_plug_power
|
||||
name: Datacenter
|
||||
#- type: custom:mini-graph-card
|
||||
- type: custom:mini-graph-card
|
||||
#- type: history-graph
|
||||
#title: Appliance Power (12h)
|
||||
name: Appliance Power (12h)
|
||||
smoothing: false
|
||||
hours_to_show: 12
|
||||
points_per_hour: 15
|
||||
show_points: false
|
||||
line_width: 1
|
||||
upper_bound: 100
|
||||
lower_bound: 0
|
||||
aggregate_func: max
|
||||
show:
|
||||
fill: false
|
||||
entities:
|
||||
- entity: sensor.pm_dryer_w
|
||||
name: Dryer
|
||||
- entity: sensor.pm_sump_pump_plug_w
|
||||
name: Sump Pump
|
||||
- entity: sensor.pm_microwave_plug_w
|
||||
name: Microwave
|
||||
- entity: sensor.pm_stove_w
|
||||
name: Stove/Oven
|
||||
- entity: sensor.shelly_dishwasher_w
|
||||
name: Dishwasher
|
||||
- entity: sensor.shelly_keurig_w
|
||||
name: Keurig
|
||||
- entity: sensor.shelly_washing_machine_w
|
||||
name: Washing Machine
|
||||
|
||||
#- type: custom:mini-graph-card
|
||||
- type: custom:mini-graph-card
|
||||
#- type: history-graph
|
||||
#title: HVAC Power (12h)
|
||||
name: HVAC Power (12h)
|
||||
smoothing: false
|
||||
hours_to_show: 12
|
||||
points_per_hour: 15
|
||||
show_points: false
|
||||
line_width: 1
|
||||
aggregate_func: max
|
||||
show:
|
||||
fill: false
|
||||
points: false
|
||||
entities:
|
||||
- entity: sensor.pm_furnace_w
|
||||
name: Furnace
|
||||
- entity: sensor.pm_heat_pump_w
|
||||
name: Heat Pump
|
||||
Reference in New Issue
Block a user