summaryrefslogtreecommitdiffstats
path: root/.storage/energy
diff options
context:
space:
mode:
authorroot <root@smartpi.suren.me>2023-01-10 07:45:02 +0400
committerroot <root@smartpi.suren.me>2023-01-10 07:45:02 +0400
commit2c0c331eb7b7a03152309bbbd4e0fee157e8d86c (patch)
tree03391160212b39c4597ecc26010f2ba1235a65e3 /.storage/energy
downloadhass-2c0c331eb7b7a03152309bbbd4e0fee157e8d86c.tar.gz
hass-2c0c331eb7b7a03152309bbbd4e0fee157e8d86c.tar.bz2
hass-2c0c331eb7b7a03152309bbbd4e0fee157e8d86c.tar.xz
hass-2c0c331eb7b7a03152309bbbd4e0fee157e8d86c.zip
Initial configuration
Diffstat (limited to '.storage/energy')
-rw-r--r--.storage/energy140
1 files changed, 140 insertions, 0 deletions
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