laszlojakab / homeassistant-easycontrols

Helios EasyControls Modbus TCP/IP integration for Home Assistant
MIT License
21 stars 12 forks source link

"maximum" fan speed don't work :-( #103

Closed MBrubru closed 11 months ago

MBrubru commented 1 year ago

Hi, First of all, a huge thank you for this integration :-) I want to go to maximum speed (4) using automation. Here is the code snippet I use:

service: easycontrols.start_party_mode
data:
    entity_id: fan.vmc
    speed: maximun
    duration: 1000

and the error that the system returns to me: "Stopped because an error was encountered at ... 'maximum' is not in list" Is this a bug, or am I making a mistake? Thanks Mark PS: when I do the same thing to switch to speed 1=basic, 2=rated or 3=intensive it works

MichaelSeitel-pts commented 11 months ago

Hi, I copied your code snippet, corrected the spelling of maximum and it works without problem.

I cannot confirm that there is a problem with maximum speed

MBrubru commented 11 months ago

Hi, I just checked and it's working again 🙂 Maybe an update solved the problem. Thank you all