From 1f2a450f0b426ab66fc0809bd08d37c183b26c4d Mon Sep 17 00:00:00 2001 From: Geno Roupsky Date: Sun, 15 Oct 2023 22:10:44 +0300 Subject: [PATCH] fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! exchange main and tetriary power meters --- config/home-assistant/energy.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/config/home-assistant/energy.json b/config/home-assistant/energy.json index 9c649cb6..7ff3f4f7 100644 --- a/config/home-assistant/energy.json +++ b/config/home-assistant/energy.json @@ -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 } @@ -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 } @@ -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" },