-
Notifications
You must be signed in to change notification settings - Fork 75
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
[BUG] Cannot activate Faikin Auto Mode using MQTT publish #506
Comments
Interesting I think I got it to work so far. I can set the desired temp in the exposed climate entity in HA that directly translates to "target". What does "update regularly" mean? Dont know if setting env alone keeps FAM running longterm, Other stuff: Those icóns are incomprehensible, text should be standard. Is there a way to influence the compressor frequency of the outdoor unit? I have a certain range where my roof vibrates, I want to skip that... Overall: I like it! :-) |
Arg, ok I think send like every minute or so. Not sure easy to change the heat/cool state. People want to know it is auto. But I guess it "locked" it may be something that ca be fixed. You can set text not icons right? And finally if you have it, demand control may be what you need to control it. |
Update: |
Faikin hardware
Amazon
Daikin hardware
4 different Stylish Wall Device with S21
Describe the bug
Is sent various MQTT commands like:
command/FaikinWozi/control
{
"env": 23.0,
"target": [22.0,23.0]
}
command/FaikinWozi/control
{
"target": 24.0,
"env": 21.0
}
It is received and I can see the new "env" value in MQTT status.
But "target" never changes and "control" is always false.
I can activate Faikin Auto Mode and set "target" in the Web UI and I can then see this data in the MQTT status, but if I do it using MQTT publish "target" values never change and FAM never avtivates.
Expected behavior
I shoud see the new "target" values in the WEB UI and MQTT status, FAM Mode should activate.
Additional context
Everything I tested works fine, I updated to the new Faikin version and it still works fine, except for the "target" command. (Dont know if it worked before the update, own it for 3 days...)
Edit:
I tried while the device was on or off, already heating or not and already in FAM or not. Nothing made a difference, targettt values got ignored.
Thanks for the help!
Regards
Martin
The text was updated successfully, but these errors were encountered: