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

Add configuration for Argo DRY PURY EVO WF dehumidifier #1408

Merged
merged 5 commits into from
Dec 22, 2023

Conversation

alirow
Copy link
Contributor

@alirow alirow commented Dec 12, 2023

Support for Argo DRY PURY EVO WF 21 https://argoclima.com/en/prodotti/argo-dry-pury-evo-wf-21-21lt-gg-32ac80-u-r-2/

image
image
image

Works well but:

  • no action on device when I press Filter reset in HA
  • no action on device when I change Temperature unit in HA
  • no action on device when I change Timer in HA
  • I don't know how to check diagnostic values
  • I don't know what values should I use to localise the labels in HA

@alirow
Copy link
Contributor Author

alirow commented Dec 12, 2023

Standard Instruction Set:

switch | Boolean | "{true,false}"
dehumidify_set_value | Integer | {   "unit": "%",   "min": 30,   "max": 80,   "scale": 0,   "step": 5 }
fan_speed_enum | Enum | {   "range": [     "low",     "high"   ] }
mode | Enum | {   "range": [     "dehumidify",     "drying"   ] }
anion | Boolean | "{true,false}"
child_lock | Boolean | "{true,false}"
countdown_set | Enum | {   "range": [     "cancel",     "1h",     "2h",     "3h"   ] }
filter_reset | Boolean | "{true,false}"
temp_unit_convert | Enum | {   "range": [     "c",     "f"   ] }
runtime_total_reset | Boolean | "{true,false}"

Standard Status Set

switch | Boolean | "{true,false}"
dehumidify_set_value | Integer | {   "unit": "%",   "min": 30,   "max": 80,   "scale": 0,   "step": 5 }
fan_speed_enum | Enum | {   "range": [     "low",     "high"   ] }
mode | Enum | {   "range": [     "dehumidify",     "drying"   ] }
humidity_indoor | Integer | {   "unit": "%",   "min": 20,   "max": 90,   "scale": 0,   "step": 1 }
temp_indoor | Integer | {   "unit": "℃",   "min": 5,   "max": 38,   "scale": 0,   "step": 1 }
anion | Boolean | "{true,false}"
child_lock | Boolean | "{true,false}"
countdown_set | Enum | {   "range": [     "cancel",     "1h",     "2h",     "3h"   ] }
fault | Bitmap | {   "label": [     "E1",     "CL",     "CH",     "LO",     "FL",     "Cleaning"   ] }
filter_reset | Boolean | "{true,false}"
filter_life | Integer | {   "unit": "%",   "min": 0,   "max": 100,   "scale": 0,   "step": 1 }
temp_unit_convert | Enum | {   "range": [     "c",     "f"   ] }
runtime_total_reset | Boolean | "{true,false}"

DPS

- name: "power"
  code: 1  
- name: "Set Dehumidify"
  code: 2
- name: "Speed"
  code: 4
- name: "Mode"
  code: 5
- name: "Indoor Humidity"
  code: 6
- name: 68  #Device type
  code: 102 
- name: "Indoor Temp"
  code: 7
- name: "Purify"
  code: 10
- name: "Child Lock"
  code: 16
- name: "Countdown"
  code: 17
- name: "Fault"
  code: 19
- name: "Filter Reset"
  code: 20
- name: "Filter Life"
  code: 23
- name: "Reset"
  code: 28

@make-all
Copy link
Owner

You can update pull requests by pushing changes to the same branch. There is no need to create a new PR for each change.

@alirow
Copy link
Contributor Author

alirow commented Dec 13, 2023

You can update pull requests by pushing changes to the same branch. There is no need to create a new PR for each change.

Thanks. I'll leave it as is for now and apply this advice in the future :)

@make-all make-all merged commit 3c80dea into make-all:main Dec 22, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants