-
Notifications
You must be signed in to change notification settings - Fork 48
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
Controlling fan speed crashes ESP8266 #151
Comments
Hello @sebi5361 But I think it won't work because the method is defined as protected. So if the esp lambda function is not executed in an inherited context, you might not be able to run it. |
Hi Eric,
|
I am really sorry Eric: I just found the possibility to control the fan speed within home assistant without adding those lines of code. |
I am trying to control the fan speed of my MSZ-FH35VE2 HVAC but am having some trouble.
I implemented this code in my yaml configuration file, but the command
call.set_fan_mode(x.c_str());
crashes my ESP8266 (see this post for output log).Any idea on how to solve this?
The text was updated successfully, but these errors were encountered: