finity69x2 / fan-control-entity-row

Provides a means to show a compact graphical control row for 2 or 3 speed fans in Home Assistant
68 stars 27 forks source link

"failed to call service fan/set_speed. Service now found" #53

Closed tenisman584 closed 2 years ago

tenisman584 commented 2 years ago

Everything was working fine but did recent update of HA core and no longer can I click on "high; med;low". The error is "failed to call service fan/set_speed. Service now found" Any ideas what is broken?

czech12 commented 2 years ago

I have the same issue. The problem is that fan.set_speed is no longer a supported service. It was changed to fan.set_percentage.

I'm not sure I know enough about the code to fix it, but maybe someone else can help. I will tinker until then.

czech12 commented 2 years ago

It looks like this was already changed in a different lovelace card.

https://github.com/finity69x2/fan-percent-button-row

finity69x2 commented 2 years ago

yes, the set_speed service has been deprecated in the recent versions of HA. All fans are now set_percentage instead so you need to update the plug in to the new fan-percent-button-row as linked above.