Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! exchan…
Browse files Browse the repository at this point in the history
…ge main and tetriary power meters
  • Loading branch information
groupsky committed Oct 15, 2023
1 parent 3b3ce98 commit 1f2a450
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions config/home-assistant/energy.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@
{
"type": "grid",
"flow_from": [
{
"stat_energy_from": "sensor.main_energy_used",
"stat_cost": null,
"entity_energy_price": null,
"number_energy_price": null
},
{
"stat_energy_from": "sensor.main_energy_sdm630_total_import_kwh",
"stat_cost": null,
"entity_energy_from": "sensor.main_energy_sdm630_total_import_kwh",
"entity_energy_price": null,
"number_energy_price": null
}
Expand All @@ -19,7 +24,6 @@
{
"stat_energy_to": "sensor.main_energy_sdm630_total_export_kwh",
"stat_compensation": null,
"entity_energy_to": "sensor.main_energy_sdm630_total_export_kwh",
"entity_energy_price": null,
"number_energy_price": null
}
Expand Down Expand Up @@ -56,6 +60,9 @@
{
"stat_consumption": "sensor.boiler_energy_used"
},
{
"stat_consumption": "sensor.heat_pump_energy_used"
},
{
"stat_consumption": "sensor.heat_pump_dds024mr_tot_act"
},
Expand Down

0 comments on commit 1f2a450

Please sign in to comment.