Hi All,
My fisrt post here, I am switching from IPsymcon now to Home Assistant. So far so good, but I have issues now with the energy dashboard. The first issue is it is showing non existing entities…
just 2 examples but the list contains at least 15 items.
If i look them up in the entities tab of the in configuration, they cannot be found… (all show filters are on
The second issue is that it does not show any of my (in my opinion) correct configured modbus variables:
modbus:
- name: Energie Weiland
type: rtuovertcp
host: 192.168.x.x
port: 4001
sensors:
- address: 96 # total_energy_(kWh): 96
data_type: uint16
scale: 0.1
input_type: input
name: Omvormer 1 Total geproduceerde energie
unique_id: pv_weiland_omvormer1_total_produced_energy
precision: 1
slave: 2
scan_interval: 60
device_class: energy
state_class: total_increasing
unit_of_measurement: kWh
- address: 72
data_type: float32
input_type: input
name: KWH meter Import Energie
unique_id: pv_weiland_kwh_meter_import_energy
precision: 2
slave: 10
scan_interval: 60
device_class: energy
state_class: total
unit_of_measurement: kWh
just 2 examples is has some more addresses to poll.
Hope to find some help