statistics: source: energy_consumption_curve daily_energy_kwh: true properties: - property: f_ecm # f_ecm: appears to indicate which unit f_electricity uses (f_ecm=1 # has been observed alongside mA current values; absent in 009-104, # which reports in hW). Exposed as a diagnostic so users can report # the value alongside f_electricity readings. sensor: read_only: true entity_category: diagnostic hide: true - property: f_electricity # f_electricity: unit varies by device. Most devices observed report # in mA. Devices that report in other units (e.g. hW) need a # per-feature override mapping to power/kW (see e.g. 009-104). # The companion property f_ecm appears to discriminate the scheme # (f_ecm=1 → mA; absent → hW). sensor: device_class: current unit: mA read_only: true state_class: measurement hide: true - property: f_power_consumption sensor: device_class: energy unit: kWh multiplier: 0.01 read_only: true state_class: total_increasing icon: mdi:lightning-bolt - property: f_votage sensor: device_class: voltage unit: V read_only: true state_class: measurement hide: true - property: f_water_tank_temp water_heater: target: current_temperature - property: t_air switch: - property: t_beep hide: true - property: t_fan_speed # Same as t_air hide: true - property: t_sterilization switch: - property: t_vacation water_heater: target: is_away_mode_on options: 0: off 1: on - property: t_temp water_heater: target: target_temperature min_value: celsius: 20 max_value: celsius: 65 - property: t_work_mode water_heater: target: current_operation options: 0: "off" # Not sent 8: auto 9: eco 11: performance 12: electric - property: t_power water_heater: target: is_on