-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Feature Request: Option to disable vertical swing #90
Comments
Is it possible to implement this option? |
Sure @RB72, I’ll take a look Double checking, is the goal to hide the Oscillate (vertical swing) switch/sliders when looking at the Accessories in Homebridge and Apple Home app? |
Hi @RB72 I've just pushed an alpha release, 2.4.0-alpha.1, that includes this enhancement. New option added, disableVerticalSwing. One thing I did note is that for this change to take effect in the Home app you'll unfortunately need to "reset" the Aircon accessory by using the in-built Homebridge 'Remove Single Cached Accessory' option within Homebridge Settings. I'll take a look over the next few days to see if it's possible to change that requirement. |
Hi Ben, |
Hey René @RB72 Is it possible for you to share the swing / verticalSwing section(s) of your Sensibo response payload? Examples: "swing": [ |
Sure; "swing":["stopped","fixedTop","fixedMiddleTop","fixedMiddle","fixedMiddleBottom","fixedBottom","rangeFull"],"horizontalSwing":["stopped","fixedLeft","fixedCenterLeft","fixedCenter","fixedCenterRight","fixedRight","fixedLeftRight","rangeCenter","rangeFull"] |
Hi @RB72 I've spent some more time on this and haven't found a solution to 'force' a refresh back to the Home app unfortunately. I've raised an issue / question with the core Homebridge platform asking for assistance so will see what they suggest if and when they come back. For now the work-around of removing and re-adding the accessory will have to do when a user wants to remove a cached characteristic. |
Yes, that is not a problem. Perhaps a little footnote in user interface or something like that to get the users attention when you change this setting you have to remove the single cached device. This perhaps prevents some support questions 😁 |
I am using two Sensibo Air’s to control airco’s with HomeKit.
Would it be possible to add a config option (disableVerticalSwing?) to disable the vertical swing button?
Thank you in advance!
The text was updated successfully, but these errors were encountered: