How to configure Homeassistant Energy Dashboard #142
|
How do I configure the Homeassistant energy dashboard correctly? relevant noah-mqtt sensors
PV-Module settings
Home storage battery system settingsEnergy into Battery = ??
(The options might have slightly different names; I translated them myself from German to English for this conversation). |
Replies: 2 comments
|
You have to create integral sensors (helpers, Wh or kWh) for both battery charging and discharging sensors (W). Select these in the energy dashboard setup then. |
Setting up the Home Assistant Energy DashboardSettings → Devices & Services → Helpers → Create Helper -> Integral Sensor For Battery ChargingName: Noah Battery Charge Energy OK. For Battery DischargeCreate another integral sensor: Name: Noah Battery Discharge Energy Save. The following two sensors now exist:sensor.xxxxxxxxxx_noah_battery_charge_energy Configure Energy DashboardHome Assistant -> Energy -> Settings -> Electricity GridEnergy drawn from the grid -> Electricity meter consumption PV ModuleEnergy generated by PV -> Total generate energy (Growatt xxxxxxxxxx) Home StorageEnergy charged into the battery -> Noah Battery Charge Energy (the new helper sensor) |
Setting up the Home Assistant Energy Dashboard
Settings → Devices & Services → Helpers → Create Helper
-> Integral Sensor
For Battery Charging
Name: Noah Battery Charge Energy
Metric Prefix: k (kilo)
Time Unit: Hours
Input Sensor: 0PVP...Charging Power
Integration Method: Keystone Rule
Accuracy: 2
OK.
For Battery Discharge
Create another integral sensor:
Name: Noah Battery Discharge Energy
Metric Prefix: k (kilo)
Time Unit: Hours
Input Sensor: 0PVP...Charging Power
Integration Method: Keystone Rule
Accuracy: 2
Save.
The following two sensors now exist:
sensor.xxxxxxxxxx_noah_battery_charge_energy
sensor.xxxxxxxxx_noah_battery_discharge_energy
Configure Energy Dashboard
Home Assistant -> E…