Skip to content
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

H-PURIFIER 700 PROBLEM ON/OFF #167

Open
jjavin opened this issue Feb 11, 2024 · 1 comment
Open

H-PURIFIER 700 PROBLEM ON/OFF #167

jjavin opened this issue Feb 11, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@jjavin
Copy link

jjavin commented Feb 11, 2024

Hi, I have a Hoover H-PURIFIER 700 - HHP75CAH purifier. In the integration I can't get the On/Off to work.

I attach the zip file in case it can be of help, thank you very much.

  • Home Assistant Version: 2024.2.1
  • hOn Integration Version 0.13.0
  • pyhOn: 0.15.15
Captura de pantalla 2024-02-11 a las 20 51 18 Captura de pantalla 2024-02-11 a las 20 51 50
series: h-purifier700
topics:
  publish:
  subscribe:
    - $aws/events/presence/disconnected/xx-xx-xx-xx-xx-xx
    - $aws/events/presence/connected/xx-xx-xx-xx-xx-xx
    - haier/things/xx-xx-xx-xx-xx-xx/event/appliancestatus/update
    - haier/things/xx-xx-xx-xx-xx-xx/event/discovery/update

attributes:
activity:
activityExecutionStarted: 2024-02-11 13:25:32
activityStarted: 1970-01-01T00:00:00.0Z
applianceTypeName: AP
attributes:
airQuality: 0
aromaStatus: 0
aromaTimeOff: 120
aromaTimeOn: 90
channel: appliance
ecoModeStatus: 0
humidificationStatus: 0
humidityIndoor: 46.0
humiditySelHigh: 70
humiditySelLow: 40
humiditySelMed: 55
lightStatus: 2
lockStatus: 0
machMode: 2
mainFilterStatus: 7.0
origin: dashboard
pm10ValueIndoor: 0
pm2p5ValueIndoor: 0
pollenLevel: 1
preFilterStatus: 49.0
temp: 22
touchToneStatus: 1
vocValueIndoor: 1
windSpeed: 2
category: CYCLE
macAddress: xx-xx-xx-xx-xx-xx
resultCode: 0
ttl: 171XXXX933
lastConnEvent:
category: CONNECTED
instantTime: 1970-01-01T00:00:00.0Z
macAddress: xx-xx-xx-xx-xx-xx
timestampEvent: 1707XXXX38051
parameters:
airQuality: 0
aromaPreferredSetting: 1
aromaStatus: 0
aromaTimeOff: 120
aromaTimeOn: 90
coLevel: 0
ecoModeStatus: 0
errors: 00
highTransRate: 5
humidificationStatus: 0
humidityIndoor: 44.0
humiditySelHigh: 70
humiditySelLow: 40
humiditySelMed: 55
lightStatus: 2
lockStatus: 0
machMode: 2
mainFilterStatus: 8.0
onOffStatus: 1
pm10ValueIndoor: 2
pm2p5ValueIndoor: 2
pollenLevel: 1
preFilterStatus: 49.0
stdTransRate: 3600
temp: 25
totalWorkTime: 15608
touchToneStatus: 1
transMode: 0
vocValueIndoor: 1
windSpeed: 2
resultCode: 0
settings:
custom:
category: setParameters
parameters:
aromaPreferredSetting: 1
aromaStatus: 0
aromaTimeOff: 120
aromaTimeOn: 90
highTransRate: 5
humidificationStatus: 0
humiditySelHigh: 70
humiditySelLow: 40
humiditySelMed: 55
lightStatus: 2
lockStatus: 0
machMode: 2
mainFilterStatus: 8.0
pollenLevel: 1
preFilterStatus: 49.0
stdTransRate: 3600
touchToneStatus: 1
startProgram:
ancillaryParameters:
remoteActionable: 1
remoteVisible: 1
custom:
program: undefined
parameters:
aromaStatus: 0
humidificationStatus: 0
lightStatus: 0
machMode: 2
onOffStatus: 1
statistics:
mostUsedPrograms:
mostUsedRecipes:
programsCounter: 0
stopProgram:
parameters:
onOffStatus: 0
commands:
settings:
aromaPreferredSetting:
max: 4
min: 1
step: 1
aromaStatus:
max: 4
min: 0
step: 1
aromaTimeOff:
max: 86400
min: 1
step: 1
aromaTimeOn:
max: 86400
min: 1
step: 1
category:
- setConfig
- setParameters
highTransRate:
max: 86400
min: 1
step: 1
humidificationStatus:
max: 3
min: 0
step: 1
humiditySelHigh:
max: 80
min: 30
step: 5
humiditySelLow:
max: 80
min: 30
step: 5
humiditySelMed:
max: 80
min: 30
step: 5
lightStatus:
max: 2
min: 0
step: 1
lockStatus:
max: 1
min: 0
step: 1
machMode:
max: 4
min: 1
step: 1
pollenLevel:
max: 2
min: 0
step: 1
stdTransRate:
max: 86400
min: 1
step: 1
touchToneStatus:
max: 1
min: 0
step: 1
startProgram:
aromaStatus:
max: 4
min: 0
step: 1
humidificationStatus:
max: 3
min: 0
step: 1
lightStatus:
max: 2
min: 0
step: 1
machMode:
- 1
- 2
- 4
program:
- undefined

FILE: ap_135.zip

@jjavin jjavin added the bug Something isn't working label Feb 11, 2024
@cstosgale
Copy link

So I've realised there isn't actually a control which allows you to turn the AP on and off currently exposed. I attempted to create one but without much success. I think you would need to use programs and have some custom code to over-ride the default parameters that are set.

Anyway, I have submitted a PR which seems to make the mode change more reliable, so at least you can switch it from auto to max and back again (although the light still seems to mis-behave occasionally!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants