Home Assistant Energy Dashboard Error
Closed this issue · 3 comments
linuxdep commented
gmidohan commented
Maybe this is helpful: different device same problem
https://community.home-assistant.io/t/energy-dashboard-last-reset-missing/406733
gplex83 commented
change state_class: "measurement"
to state_class: "total_increasing"
- platform: modbus_controller
modbus_controller_id: ${modbus_controller_id}
name: "sun12k-Total PV Production" #Cumulative Production
id: sun12k_Total_PV_Production
register_type: holding
address: 534
unit_of_measurement: "kWh"
state_class: "total_increasing"
device_class: energy
accuracy_decimals: 1
value_type: U_DWORD_R
skip_updates: ${skip_updates}
filters:- multiply: 0.1
linuxdep commented
thanks