Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tank and Filter Status #28

Open
SruiSan opened this issue Jun 5, 2021 · 2 comments
Open

Tank and Filter Status #28

SruiSan opened this issue Jun 5, 2021 · 2 comments

Comments

@SruiSan
Copy link

SruiSan commented Jun 5, 2021

Hi All!

First of all, congrats for this add-on

I have the EVA ION PRO Wifi

I'm trying for show the filter and tank status in Home Assistant, but I cant:

min_humidity: 40
max_humidity: 85
available_modes:
  - Target_humidity
  - Continuos
  - Smart
  - Dryer
humidity: 35
mode: Smart
ion: 1
fan_speed_mode: High
fan_speed: 80
current_humidity: 56
tank_show: false
filter_show: false
friendly_name: midea_dehumidifier_12345671234567
supported_features: 1
device_class: dehumidifier

My sensor definition:

midea_tank:
  friendly_name: "Tanque"
  value_template: "{{ states.humidifier.midea_dehumidifier_12345671234567.attributes.tank_show==true }}"
midea_filter:
  friendly_name: "Filtro"
  value_template: "{{ states.humidifier.midea_dehumidifier_12345671234567.attributes.filter_show==true }}"

I need something more?

Thank you very much

@5a2v0
Copy link
Contributor

5a2v0 commented Oct 24, 2021

Hi All!

First of all, congrats for this add-on

I have the EVA ION PRO Wifi

I'm trying for show the filter and tank status in Home Assistant, but I cant:

min_humidity: 40
max_humidity: 85
available_modes:
  - Target_humidity
  - Continuos
  - Smart
  - Dryer
humidity: 35
mode: Smart
ion: 1
fan_speed_mode: High
fan_speed: 80
current_humidity: 56
tank_show: false
filter_show: false
friendly_name: midea_dehumidifier_12345671234567
supported_features: 1
device_class: dehumidifier

My sensor definition:

midea_tank:
  friendly_name: "Tanque"
  value_template: "{{ states.humidifier.midea_dehumidifier_12345671234567.attributes.tank_show==true }}"
midea_filter:
  friendly_name: "Filtro"
  value_template: "{{ states.humidifier.midea_dehumidifier_12345671234567.attributes.filter_show==true }}"

I need something more?

Thank you very much

Hi , I want to show tank status in my home assistant lovelace too. I have your same EVA ION product, do you solved your problem ?

@SruiSan
Copy link
Author

SruiSan commented Oct 26, 2021

Hi All!
First of all, congrats for this add-on
I have the EVA ION PRO Wifi
I'm trying for show the filter and tank status in Home Assistant, but I cant:

min_humidity: 40
max_humidity: 85
available_modes:
  - Target_humidity
  - Continuos
  - Smart
  - Dryer
humidity: 35
mode: Smart
ion: 1
fan_speed_mode: High
fan_speed: 80
current_humidity: 56
tank_show: false
filter_show: false
friendly_name: midea_dehumidifier_12345671234567
supported_features: 1
device_class: dehumidifier

My sensor definition:

midea_tank:
  friendly_name: "Tanque"
  value_template: "{{ states.humidifier.midea_dehumidifier_12345671234567.attributes.tank_show==true }}"
midea_filter:
  friendly_name: "Filtro"
  value_template: "{{ states.humidifier.midea_dehumidifier_12345671234567.attributes.filter_show==true }}"

I need something more?
Thank you very much

Hi , I want to show tank status in my home assistant lovelace too. I have your same EVA ION product, do you solved your problem ?

¡Hi! Finally, not a issue, I was too much impatient

When the tank is full o filter need to be changed, the state changes to "True"
Is not possible to check the level of the tank in %, only if it's full or not.

My actual lovelace card is:

type: entities
entities:
  - entity: humidifier.midea_dehumidifier_32985348847964
    name: Estado
  - entity: sensor.midea_dehumidifier_32985348847964_humidity
    name: Humedad Actual
  - entity: input_select.dehumidifier_fan_mode
    icon: mdi:fan
    name: Velocidad Ventilador
  - entity: input_select.dehumidifier_modes
    icon: mdi:air-humidifier
    name: Modo
  - entity: input_boolean.dehumidifier_ion
  - entity: sensor.midea_tank
    icon: mdi:water
  - entity: sensor.midea_filter
    icon: mdi:filter
title: Deshumidificador

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants