-
Notifications
You must be signed in to change notification settings - Fork 641
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
Request support for Climative DH-20S Cube ION #2831
Comments
Why is the file name climative dh 30s dehumidifier.yaml used and inside the code the correct device name is dh20s? |
Good catch, it is a typo. |
Hi, |
I don't recognize this message. The config does not mark any entities as disabled, and the integration does not mark devices as disabled ever. I think it is referring to your local configuration entry, maybe something you have done accidentally, perhaps in a previous attempt at adding the same device, has disabled the config entry. |
Yes, my mistake. Indeed, in previous attempts on the old version there were old entries. After cleaning and adding a new device, everything works correctly . I will test it all day and let you know if everything is OK. |
Hi make-all
This will allow easy use of the humidity sensor in automation. It works better and I use it. I am also checking the timer, it probably only works on physical buttons, and "Filter remaining" which unfortunately does not apply to this dehumidifier. When I check it thoroughly, I will let you know. At this time, the most important thing for me is the additional humidity sensor. best regards |
Humidity is already available on the humidifier entity, there is no need to add another sensor for it. |
Log message
Product ID
balkdhywva6asvis
Product Name
Climative DH-20S Cube ION
DPS information
Information about how the device functions
Product page: https://wentsystem.com/product-pol-26330-Osuszacz-powietrza-Climative-DH-20-Cube-ION-20L.html
Product manual in Polish: https://wentsystem.com/data/include/cms/produkty/Climative/DH-20-Cube-ION/DH20S-CUBE-ION-Instrukcja1.pdf
The following example configuration for this dehumidifier, when I replaced it with another existing dehumidifier in the tuya-local configuration, worked correctly in version 2024.11.2.
name: "Climative Cube"
products:
name: Climative DH-20S Cube ION
primary_entity:
entity: humidifier
class: dehumidifier
dps:
name: switch
type: boolean
name: humidity
type: integer
range:
min: 30
max: 80
mapping:
name: mode
type: string
mapping:
value: comfort
value: laundry
value: sleep
name: current_humidity
type: integer
type: bitfield
name: fault_code
secondary_entities:
dps:
name: switch
type: boolean
name: dehumidifier_mode
type: string
hidden: true
name: speed
type: string
mapping:
value: 50
constraint: dehumidifier_mode
conditions:
invalid: true
value: 100
constraint: dehumidifier_mode
conditions:
invalid: true
class: humidity
dps:
name: sensor
type: integer
unit: " %"
class: measurement
class: temperature
dps:
name: sensor
type: integer
unit: C
class: measurement
translation_key: ionizer
category: config
dps:
type: boolean
name: switch
translation_key: child_lock
category: config
dps:
type: boolean
name: lock
translation_key: tank_full
category: diagnostic
dps:
type: bitfield
name: sensor
mapping:
value: true
category: diagnostic
translation_key: errors
dps:
type: bitfield
name: sensor
mapping:
value: false
value: false
value: false
value: false
The text was updated successfully, but these errors were encountered: