Directory .storage first only commit

This commit is contained in:
2024-10-25 22:13:58 +02:00
parent 5433344811
commit 6d4aa2efde
40 changed files with 41718 additions and 0 deletions

40
.storage/energy Normal file
View File

@@ -0,0 +1,40 @@
{
"version": 1,
"minor_version": 1,
"key": "energy",
"data": {
"energy_sources": [
{
"type": "grid",
"flow_from": [
{
"stat_energy_from": "sensor.pw_site_import",
"stat_cost": null,
"entity_energy_price": null,
"number_energy_price": null
}
],
"flow_to": [
{
"stat_energy_to": "sensor.pw_site_export",
"stat_compensation": null,
"entity_energy_price": null,
"number_energy_price": null
}
],
"cost_adjustment_day": 0.0
},
{
"type": "solar",
"stat_energy_from": "sensor.pw_solar_export",
"config_entry_solar_forecast": null
},
{
"type": "battery",
"stat_energy_from": "sensor.pw_battery_export",
"stat_energy_to": "sensor.pw_battery_import"
}
],
"device_consumption": []
}
}