Hi,
I was able to display in the “Energy” dashboard the consumption of electricity and gas from indexes stored in knx meters but I am blocked for the display of water consumption.
knx.yaml
sensor:
#Compteur elec (Wh)
- name: compteur_elec
state_address: "9/7/0"
type: "active_energy"
#Compteur gaz (m3)
- name: compteur_gaz
state_address: "9/7/1"
type: "volume"
state_class: total_increasing
#Compteur eau (litres)
- name: compteur_eau
state_address: "9/7/12"
type: "volume_liquid_litre"
state_class: total_increasing
customize.yaml
ensor.compteur_gaz:
device_class: gas
unit_of_measurement: "m³"
sensor.compteur_eau:
device_class: water
unit_of_measurement: "L"
KNX
The list to add a source for water consumption is empty