From 2674a5226e13a68b1ee570aef552e78b7a7337b8 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Fri, 23 Jun 2023 04:44:16 +0400 Subject: Massive update: Few fixes, more new integrations & extensions --- .storage/energy | 84 ++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 71 insertions(+), 13 deletions(-) (limited to '.storage/energy') diff --git a/.storage/energy b/.storage/energy index 5f2fb7e..ed73510 100644 --- a/.storage/energy +++ b/.storage/energy @@ -7,13 +7,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, @@ -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": [], @@ -105,9 +154,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" } ] } -- cgit v1.2.3