Hi there,
I'm starting to integrate data from my HVAC (BSB-LAN) through MQTT broker (mosquitto). I successfully setup climate entities but failed on energy consumption.
I implement a sensor with following description:
- sensor:
- name: "Energie utilisée"
unique_id: "bsblan_energy_total"
device:
identifiers: BSBLAN
manufacturer: Atlantic
name: Alféa Extensa A.I.
model: RVS21/AVS55
device_class: energy
state_class: total_increasing
state_topic: "BSB-LAN/0/23/3113/status"
value_template: "{{ value[:-3] | int }}"
unit_of_measurement: "kWh"
- name: "Energie utilisée"
Home assistant can read and save data from MQTT and I have a growing number in that sensor.