lukasroegner / homebridge-dyson-pure-cool

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

Dyson J9S: Humidity range in HomeKit limited to 40% since the last updates #320

Open jostrasser opened 10 months ago

jostrasser commented 10 months ago

Hi,

since the last updates to 17.1 and the plugin to 2.7.6 I am unable to set the Humidity higher to 40% in Apple Home. This should be possible up to 70%. If I set it higher than 40% (example 50%) in the Dyson App, HomeKit shows a too large bar which is cutting the selector text on the bottom, check out the Screenshot attached.

This worked before. I cannot isolate the issue if homeOS 17.1 (ATVs and HomePod Minis) or the plugin is the root cause.

Another related issue to the Dyson plugin is the following: If I ask Siri about the Humidity of the room, the answer is: "The humidity, OBJECT, is..." but should be: "The humidity in Wohnzimmer is..."

This behavior only occurs when the Dyson is in place in the room. All other rooms are working fine.

image

Config:

"ipAddress": "192.168.20.182",
                    "serialNumber": "J9S-EU-XXXXX",
                    "credentials": XXXXX
                    "useFahrenheit": false,
                    "enableAutoModeWhenActivating": false,
                    "enableOscillationWhenActivating": false,
                    "enableNightModeWhenActivating": false,
                    "isNightModeEnabled": false,
                    "isJetFocusEnabled": false,
                    "isContinuousMonitoringEnabled": false,
                    "isTemperatureSensorEnabled": false,
                    "isTemperatureIgnored": false,
                    "temperatureOffset": 0,
                    "isHumiditySensorEnabled": false,
                    "isHumidityIgnored": false,
                    "humidityOffset": 0,
                    "isAirQualitySensorEnabled": false,
                    "isAirQualityIgnored": false,
                    "isSingleSensorAccessoryModeEnabled": false,
                    "isSingleAccessoryModeEnabled": false,
                    "isFullRangeHumidity": false,
                    "isHeatingDisabled": false,
                    "isHeatingSafetyIgnored": false
BerkeAras commented 1 month ago

Same issue