-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fan Speed #4
Comments
Hi @agamboagg! I'd love to see fan speed controls as well. I already started with an implementation but there is one small logical challenge: Homebridge uses a percentage value for the fan speed whereas SmartThings uses discrete values
|
Hi, thank you very much for the reply! 0% -> off However, could it be made to not change the fan speed when the temperature is changed? I mean that even if you don't allow the fan speed to be changed, read the speed at which it is set, and when the temperature is changed, keep that speed. Example: the AC is at 23c Mid speed, and I want to set it to 22c, which reads that it is at Mid speed and change it to 22c Mid, without having to give the option to adjust the fan. One question, can you create a switch external to the AC to modify some parameter? in this case it would be to make an independent switch in Homebridge to the Heater / Cooler to activate the Auto speed of the AC ... If I don't explain myself, please tell me, since my native language is Spanish. Greetings! |
Can auto be set as a separate switch? when on you can't change the speed settings, when off you can change the fan speed slider |
Sorry for being a bit unresponsive during the last days but I was on vacation with limited internet access 😉 So first of all, @agamboagg i thing what your suggesting is perfectly clear. I had a look at other plugins and it seems they are using a similar approach: https://www.npmjs.com/package/homebridge-gree-heatercooler-v2 uses 100% as I'm still haven't completely made up my mind as one the one hand, I'd like to keep as much functionality as possible within one HomeKit accessory. On the other hand, using 0% or 100% as auto is not very intuitive. Currently, I have a tendency to an additional switch as @beagleboys suggested and remove the fan speed control from the AC as long as |
Any update? 😅 |
x2 😜, me too |
Yeah, thanks for reminding me! it's freaking cold in Germany right now, so I'm currently not using my AC at all... so yeah, this somehow disappeared from my radar 😬 I'll see what I can do within the next weeks! |
Thank you from 35*C Mexico! |
I gave it a try here https://github.com/0x4a616e/homebridge-smartthings-ac/tree/set_fan_speed but for some reason, it doesn't work. It looks like samsung is ignoring the set fan speed command... The command completes with status |
Hi, I'm using HOOBS, so it won't let me install it from the branch, I could only install it from the main one, could you upload it to the main branch momentarily for me to install it? |
Hi, first of all, thank you very much and excellent Plug in!
I would like to ask if it is possible to control the fan speed. Currently in my AC only the temperature can be moved, but there is no way to change the fan speed.
Additionally, if the app could read the current speed and not move it when adjusting the temperature, that would be great.
Currently when I change the temperature it changes the fan speed to Auto, it even changes the speed to Auto the moment I enter the AC in the Home application. (I usually use my AC on low speed or Windfree).
One last request, do you think that later on, you can put a switch to turn the Windfree mode on and off?
Thank you!
The text was updated successfully, but these errors were encountered: