lukasroegner / homebridge-dyson-pure-cool

Plugin for using the Dyson Pure Cool fans in homebridge.
MIT License
291 stars 52 forks source link

[Feature Request] PH01/PH02 - Please expose humidity sensor to Climate screen in iOS 15.x #119

Closed sweetw0r closed 2 years ago

sweetw0r commented 4 years ago

Hi,

Can humidity sensor be exposed for devices w/ humidifier? It would make it consistent in a new iOS 14 climate feature. Attaching a screenshot

44E0EC1E-5694-428E-BF3A-65E43563CBDB

lukasroegner commented 4 years ago

The humidifier service already has a built-in "sensor" as it shows the current humidity in the accessory details (and, also shows the value in the room status as I can see on your screenshot). Can you further explain what you want me to implement?

sweetw0r commented 4 years ago

Hi @lukasroegner I agree that Home page widget looks perfect and there is nothing to fix. But when user taps it, it feels like on that new "Climate" screen, under Bedroom section (my PH01 lives in bedroom), there should be sensor information. So Humidity rather than Humidifier. Living room section depicts exactly what would be expected here. (Humidity in living room comes from "Eve Room - Indoor Air Quality Monitor" I have there)

thumax commented 3 years ago

@sweetw0r Have you tried setting isHumiditySensorEnabled to true?

sweetw0r commented 3 years ago

@thumax I have it on. But the feature request stands as description says the config applies only for non humidifier devices. PH01 is a humidifier device.

gabemunro commented 3 years ago

Swinging by to second this. It would be great. Currently just seeing what my PH02 is set to, but would be great to have a separate sensor exposed showing current relative humidity.

Also, thank you for building this. You're truly a rockstar for sharing this with us.

Ioan-Popovici commented 3 years ago

Yes there are indeed some problems with PH1:

Thanks for all your hard work and for making this possible!

gabemunro commented 3 years ago

Both oscillation and focus work fine for me. Make sure you have your settings right in config.json

Ioan-Popovici commented 3 years ago

@gabemunro thanks for the tip for focus mode, I didn't know that Airflow direction is called focus mode. The oscillation option for PH1 is different than the one for PH2. It does not have 360 degrees and it also has the Breeze option. Maybe that's the problem.

This is my config:

"enableAutoModeWhenActivating": true,
"enableOscillationWhenActivating": true,
"isNightModeEnabled": true,
"isJetFocusEnabled": true,
"isContinuousMonitoringEnabled": false,
"isTemperatureSensorEnabled": true,
"isHumiditySensorEnabled": true,
"isAirQualitySensorEnabled": true,
"isSingleSensorAccessoryModeEnabled": true,
"isSingleAccessoryModeEnabled": true,
"isFullRangeHumidity": true,
"isHeatingDisabled": true

IMG_310C068ABD14-1

The oscillation stays off in the dyson link app and device if I toggle the oscillate button.

Thanks for the focus mode tip :)

sweetw0r commented 3 years ago

@lukasroegner this is a friendly follow up.

Expected: Humidifier switch should be replaced by Humidifier sensor in the Climate sensor screen.

IMG_0310

sweetw0r commented 2 years ago

Follow up on this. It's been a year

lukasroegner commented 2 years ago

Added in version 2.7.0. Set the property isHumiditySensorEnabled to true so that an additional humidity sensor is exposed for humidifiers.