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

Fan speed percentage value fluctuating #13

Open
Kulturnilpferd opened this issue Apr 16, 2024 · 2 comments
Open

Fan speed percentage value fluctuating #13

Kulturnilpferd opened this issue Apr 16, 2024 · 2 comments

Comments

@Kulturnilpferd
Copy link

Kulturnilpferd commented Apr 16, 2024

Hey there,
first of all thank you for this awesome addition to HA I LOVE it!
One thing I have recognized with a 69 Pro is that the fan speed variable is fluctuating. I have set the thing to 1 speed value per degree so that it automatically switches between speeds on the controller. HA should just record these settings. The controller itself is always only on 10%-20% at these time but strangtely jumps on the speed percentage reading up to 70% and then back to the "real" value.
On the controller display the fan speed is not going up to 7 or 70%, very strange:

grafik

@Kulturnilpferd
Copy link
Author

Kulturnilpferd commented Apr 16, 2024

I have made a workaround template, only when it got to 70 and the temperature is on 30 °C the 70% will be displayed (as set up in my controller settings) otherwise it will not read the value. But would be really awesome to find out what or why it got the wrong 70% value in first place...

{% if state_attr('fan.controller_69_pro_fan','percentage')|int(0) == 70 %}
  {% if states('sensor.controller_69_pro_temperature')|int(0) == 30 %}
    {{ state_attr('fan.controller_69_pro_fan','percentage')|int(0) }}
  {% else %}
    {{ none }}
  {% endif %}
{% else %}
  {{ state_attr('fan.controller_69_pro_fan','percentage')|int(0) }}
{% endif %}

@Kulturnilpferd
Copy link
Author

Have written with AC Infinity support because the values are also fluctuating on the display itself. They told me to send them a screenshot. After I send them they say simply that fluctuations will not be harmful and that was it. Would be really awesome if someone could crack this device open for an opensource firmware alternative, because the stock firmware it is absolutely utter sh...

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

1 participant