diff options
Diffstat (limited to '.storage/energy')
-rw-r--r-- | .storage/energy | 140 |
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 |