From 2c0c331eb7b7a03152309bbbd4e0fee157e8d86c Mon Sep 17 00:00:00 2001 From: root Date: Tue, 10 Jan 2023 07:45:02 +0400 Subject: Initial configuration --- .storage/energy | 140 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 .storage/energy (limited to '.storage/energy') diff --git a/.storage/energy b/.storage/energy new file mode 100644 index 0000000..5f2fb7e --- /dev/null +++ b/.storage/energy @@ -0,0 +1,140 @@ +{ + "version": 1, + "minor_version": 1, + "key": "energy", + "data": { + "energy_sources": [ + { + "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", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.kitchen_wash_energy", + "stat_cost": null, + "entity_energy_from": "sensor.kitchen_wash_energy", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.kitchen_teatable_energy", + "stat_cost": null, + "entity_energy_from": "sensor.kitchen_teatable_energy", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.bedroom_aircon_energy", + "stat_cost": null, + "entity_energy_from": "sensor.bedroom_aircon_energy", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.bedroom_roof_energy", + "stat_cost": null, + "entity_energy_from": "sensor.bedroom_roof_energy", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.hall_camera_energy", + "stat_cost": null, + "entity_energy_from": "sensor.hall_camera_energy", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.kitchen_ledlights_energy", + "stat_cost": null, + "entity_energy_from": "sensor.kitchen_ledlights_energy", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.living_tablelamp_energy", + "stat_cost": null, + "entity_energy_from": "sensor.living_tablelamp_energy", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.bedroom_tablelamp_energy", + "stat_cost": null, + "entity_energy_from": "sensor.bedroom_tablelamp_energy", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.bedroom_bedsidelampsocket_energy", + "stat_cost": null, + "entity_energy_from": "sensor.bedroom_bedsidelampsocket_energy", + "entity_energy_price": null, + "number_energy_price": null + } + ], + "flow_to": [], + "cost_adjustment_day": 0.0 + } + ], + "device_consumption": [ + { + "stat_consumption": "sensor.kitchen_oven_energy" + }, + { + "stat_consumption": "sensor.kitchen_wash_energy" + }, + { + "stat_consumption": "sensor.kitchen_teatable_energy" + }, + { + "stat_consumption": "sensor.bedroom_aircon_energy" + }, + { + "stat_consumption": "sensor.office_aircon_energy" + }, + { + "stat_consumption": "sensor.living_office_energy" + }, + { + "stat_consumption": "sensor.office_shelfbottom_energy" + }, + { + "stat_consumption": "sensor.office_shelftop_energy" + }, + { + "stat_consumption": "sensor.office_table_energy" + }, + { + "stat_consumption": "sensor.bedroom_roof_energy" + }, + { + "stat_consumption": "sensor.hall_camera_energy" + }, + { + "stat_consumption": "sensor.kitchen_ledlights_energy" + }, + { + "stat_consumption": "sensor.bedroom_bedsidelampsocket_energy" + }, + { + "stat_consumption": "sensor.bedroom_tablelamp_energy" + }, + { + "stat_consumption": "sensor.living_tablelamp_energy" + } + ] + } +} \ No newline at end of file -- cgit v1.2.3