diff options
Diffstat (limited to '.storage/energy')
-rw-r--r-- | .storage/energy | 84 |
1 files changed, 71 insertions, 13 deletions
diff --git a/.storage/energy b/.storage/energy index 5f2fb7e..ed73510 100644 --- a/.storage/energy +++ b/.storage/energy @@ -8,13 +8,6 @@ "type": "grid", "flow_from": [ { - "stat_energy_from": "sensor.living_office_energy", - "stat_cost": null, - "entity_energy_from": "sensor.living_office_energy", - "entity_energy_price": null, - "number_energy_price": null - }, - { "stat_energy_from": "sensor.kitchen_oven_energy", "stat_cost": null, "entity_energy_from": "sensor.kitchen_oven_energy", @@ -64,9 +57,9 @@ "number_energy_price": null }, { - "stat_energy_from": "sensor.living_tablelamp_energy", + "stat_energy_from": "sensor.living_tablelampsocket_energy", "stat_cost": null, - "entity_energy_from": "sensor.living_tablelamp_energy", + "entity_energy_from": "sensor.living_tablelampsocket_energy", "entity_energy_price": null, "number_energy_price": null }, @@ -83,6 +76,62 @@ "entity_energy_from": "sensor.bedroom_bedsidelampsocket_energy", "entity_energy_price": null, "number_energy_price": null + }, + { + "stat_energy_from": "sensor.kitchen_fridge_energy", + "stat_cost": null, + "entity_energy_from": "sensor.kitchen_fridge_energy", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.hall_infra_energy", + "stat_cost": null, + "entity_energy_from": "sensor.hall_infra_energy", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.office_smartpi_energy_total", + "stat_cost": null, + "entity_energy_from": "sensor.office_smartpi_energy_total", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.bedroom_router_energy", + "stat_cost": null, + "entity_energy_from": "sensor.bedroom_router_energy", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.office_table_energy", + "stat_cost": null, + "entity_energy_from": "sensor.office_table_energy", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.office_shelftop_energy", + "stat_cost": null, + "entity_energy_from": "sensor.office_shelftop_energy", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.office_shelfbottom_energy", + "stat_cost": null, + "entity_energy_from": "sensor.office_shelfbottom_energy", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.office_aircon_energy", + "stat_cost": null, + "entity_energy_from": "sensor.office_aircon_energy", + "entity_energy_price": null, + "number_energy_price": null } ], "flow_to": [], @@ -106,9 +155,6 @@ "stat_consumption": "sensor.office_aircon_energy" }, { - "stat_consumption": "sensor.living_office_energy" - }, - { "stat_consumption": "sensor.office_shelfbottom_energy" }, { @@ -133,7 +179,19 @@ "stat_consumption": "sensor.bedroom_tablelamp_energy" }, { - "stat_consumption": "sensor.living_tablelamp_energy" + "stat_consumption": "sensor.kitchen_fridge_energy" + }, + { + "stat_consumption": "sensor.office_smartpi_energy_total" + }, + { + "stat_consumption": "sensor.living_tablelampsocket_energy" + }, + { + "stat_consumption": "sensor.bedroom_router_energy" + }, + { + "stat_consumption": "sensor.hall_infra_energy" } ] } |