Upgraded to 2022.04.x, and Sonoff LAN stopped working. AlexxIT updated the HACS-integration a couple of days later to 2.4.7 to fix the issue, bssically converting of percentages for the previous steps of High/Med/Low.
This seems to have fixed it for other people, but for me it is still not working! When pressing a button to adjust speed, I get the error “Failed to call service fan/set_speed. Service not found”.
I am using it in combination with the HACS integration frontend " Fan Control Entity Row" GitHub - finity69x2/fan-control-entity-row: Provides a means to show a compact graphical control row for 2 or 3 speed fans in Home Assistant
The config I have in “configuration.yaml” is:
# eWeLink
# https://github.com/AlexxIT/SonoffLAN
sonoff:
username: !secret sonoff_username
password: !secret sonoff_password
mode: local
reload: always
The configuration I have in Lovelace is:
entities:
- entity: light.formal_dining_light
name: Formal Dining Light
- entity: fan.sonoff_100099485c
type: custom:fan-control-entity-row
name: Formal Dining Fan
show_header_toggle: false
title: Formal Dining
type: entities
Any idea on what I am doing wrong? How do I fix this?