# Dehumidifier statistics: source: energy_consumption_curve daily_energy_kwh: true properties: - property: f_e_drive binary_sensor: device_class: problem options: 0: false 1: true hide: true entity_category: diagnostic - property: f_e_eeprom binary_sensor: device_class: problem options: 0: false 1: true hide: true entity_category: diagnostic - property: f_e_filterclean binary_sensor: device_class: problem options: 0: false 1: true hide: true entity_category: diagnostic - property: f_e_incom binary_sensor: device_class: problem options: 0: false 1: true hide: true entity_category: diagnostic - property: f_e_pump binary_sensor: device_class: problem options: 0: false 1: true hide: true entity_category: diagnostic - property: f_e_push disable: true - property: f_e_temp binary_sensor: device_class: problem options: 0: false 1: true hide: true entity_category: diagnostic - property: f_e_tubetemp binary_sensor: device_class: problem options: 0: false 1: true hide: true entity_category: diagnostic - property: f_e_waterfull binary_sensor: device_class: problem options: 0: false 1: true hide: true entity_category: diagnostic - property: f_e_wetsensor binary_sensor: device_class: problem options: 0: false 1: true hide: true entity_category: diagnostic - 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 optional: 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_humidity humidifier: target: current_humidity - property: f_matterOriginalProductId sensor: read_only: true optional: true entity_category: diagnostic - property: f_matterOriginalVendorId sensor: read_only: true optional: true entity_category: diagnostic - property: f_matterUniqueId sensor: read_only: true optional: true entity_category: diagnostic - property: f_power_consumption sensor: device_class: energy unit: kWh read_only: true state_class: total_increasing icon: mdi:lightning-bolt - property: f_power_display sensor: device_class: power unit: W read_only: true state_class: measurement icon: mdi:lightning-bolt - property: f_votage sensor: device_class: voltage unit: V state_class: measurement optional: true entity_category: diagnostic - property: t_anion switch: device_class: switch icon: mdi:air-purifier optional: true - property: t_beep binary_sensor: options: 0: off 1: on optional: true entity_category: diagnostic - property: t_device_info disable: true - property: t_fan_speed icon: mdi:fan select: options: 0: low 1: high 2: auto 3: medium - property: t_humidity humidifier: target: target_humidity device_class: dehumidifier min_value: 30 max_value: 80 - property: t_power humidifier: target: is_on - property: t_pump switch: device_class: switch - property: t_work_mode humidifier: target: mode options: 0: continuous 1: manual 2: auto 3: clothes_dry