-
-
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: Dry Mode without full AC #89
Comments
Hi @rcoletti116 I might need you to explain this again as I'm not sure I fully understand... Also, are you aware that you can "split" the air con and dry modes to separate tiles within the Home app? Once you've done that I think you may be able to "hide" some of the tiles from certain views. This may be completely the wrong track, so do please let me know what you're after if so. |
Thanks. Yes I'm aware they can be separated out into different tiles and this is how I use it today. Since my Sensibo Air supports HomeKit natively the thermostat functionality is duplicated. Almost everything else in the plugin can be disabled/hidden using the plugin settings based on feature, except the main thermostat. Essentially I'd like to have only the thermostat from the native HomeKit Integration, but also use the plugin for the features not natively exposed (particularly Dry Mode). It may sound counterintuitive, but just something I'd like to see to simplify things. Totally understand if it is not something most people would use and therefore not worth the time... |
So you're saying that the HomeKit Sensibo doesn't have a dehumidifier mode in the home app? |
That is correct. |
Hi @rcoletti116 In the latest alpha version that I released today I've included a new To try it out, first upgrade to the alpha by clicking the wrench icon on this plugin in the Plugins tab of Homebridge and select 'Install Alternate Version'. Once installed you can either use the built-in Homebridge plugin settings config menu: go to the Plugins tab again and then click 'Settings' on this plugin, then scroll to the bottom OR add the Example: Valid values are: AUTO, COOL, DRY, FAN or HEAT. Select all that you want removed. Note due to Apple Home app caching you will probably need to remove the AC unit from the Homebridge cache for the modes to disappear. Details on how to do this here: https://github.com/nitaybz/homebridge-sensibo-ac/blob/development/README.md#troubleshooting-and-debug Will be great to get your feedback on this and if it ends up working for you. |
This works and excluding all but Dry leaves only the dehumidifier accessory. I'm testing actual usage though and seeing some inconsistencies. Turning on & off Dry Mode works well. However, there appears to be an issue with the Swing function. When you turn on the swing/oscillation switch (that is a part of the Dehumdifier accessory) it updates successfully, but then on the next GET it turns off in HomeKit, while the swing setting remains unchanged in the Sensibo app. Here are the logs with swing being enabled.
Here is the next GET.
I rolled back the 'latest' release (v2.3.4) and confirmed this issue did not occur there. Notice the GET shows both |
Thanks @rcoletti116, I've found the issue and made a new alpha release to squash the bug: 2.4.0-alpha.4 Please update and let me know if any concerns! |
Fixes issues: - #63 - undefined fanSpeed - #66 - &s in passwords - #89 - vertical swing state New features: - AirQuality (VOC) + disable - CO2 + disable - Disable Humidity - Swing changes, including disable VerticalSwing - ModesToExclude Other changes: - README.md copy and style changes - package.json version bumps - Linting and code style changes, logging changes - API error handling, token re-use - New logic for max and mins to reduce warnings thrown to HB logs - Started extracting common functionality out to Utils
I have a homekit enabled Sensibo Air. I would like to be able to leverage the plugin to use Dry Mode without having to duplicate the rest of the AC. Would you consider adding the separate functionality to have only the extra features available, without the need of the AC to be enabled in Homebridge?
The text was updated successfully, but these errors were encountered: