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

please add "essentials Smart Home mobiler Airpurifier" #214

Closed
djusHa opened this issue Jul 25, 2022 · 4 comments
Closed

please add "essentials Smart Home mobiler Airpurifier" #214

djusHa opened this issue Jul 25, 2022 · 4 comments

Comments

@djusHa
Copy link

djusHa commented Jul 25, 2022

Hi all,

here is what we talking about:
essentials Smart Home mobiler Luftreiniger

Would you please add this Device to next release?
I couldn't figure out how to switch integrated light on or off, any Idea?

Other functions should be pretty complete.

name: essentials Air Purifier
primary_entity:
  entity: switch
  icon: "mdi:air-purifier"
  dps:
    - id: 1
      type: boolean
      name: switch
secondary_entities:
  - entity: sensor
    name: Active Filter Life
    icon: "mdi:air-filter"
    category: diagnostic
    dps:
      - id: 5
        type: integer
        name: sensor
        readonly: true
        unit: "%"
  - entity: lock
    name: Child Lock
    category: config
    dps:
      - id: 7
        type: boolean
        name: lock
        mapping:
          - dps_val: true
            icon: "mdi:hand-back-right-off"
          - dps_val: false
            icon: "mdi-hand-back-right"
  - entity: select
    name: Light
    category: config
    dps:
      - id: 101
        name: option
        type: string
        mapping:
          - dps_val: Standard
            value: "On"
            icon: "mdi:lightbulb-on"
          - dps_val: Soft
            value: "Soft"
            icon: "mdi:lightbulb-on-outline"
          - dps_val: Close
            value: "Off"
            icon: "mdi:lightbulb-outline"
  - entity: switch
    name: UV Disinfection
    category: config
    dps:
      - id: 9
        type: boolean
        name: switch
        mapping:
          - dps_val: true
            icon: "mdi:lightbulb"
          - dps_val: false
            icon: "mdi:lightbulb-outline"
  - entity: switch
    name: Filter Reset
    category: config
    icon: "mdi:refresh"
    dps:
      - id: 11
        type: boolean
        name: switch
  - entity: select
    name: Timer
    icon: "mdi:timer"
    category: config
    dps:
      - id: 18
        name: option
        type: string
        mapping:
          - dps_val: cancel
            value: "Off"
          - dps_val: 2h
            value: "2 hours"
          - dps_val: 4h
            value: "4 hours"
          - dps_val: 8h
            value: "8 hours"
  - entity: sensor
    name: Timer
    icon: "mdi:timer"
    category: diagnostic
    dps:
      - id: 19
        type: integer
        name: sensor
        readonly: true
        unit: "min"
  - entity: sensor
    name: PM2.5
    class: pm25
    dps:
      - id: 2
        type: integer
        name: sensor
        class: measurement
        unit: ugm3
  - entity: sensor
    name: Air Quality
    dps:
      - id: 21
        type: string
        name: sensor
        readonly: true
  - entity: select
    name: Mode
    dps:
      - id: 3
        name: option
        type: string
        mapping:
          - dps_val: auto
            value: "Auto"
          - dps_val: "M"
            value: "Medium"
          - dps_val: "H"
            value: "High"
          - dps_val: "sleep"
            value: "Sleep"
@make-all
Copy link
Owner

Your light has only one option: soft. If that is all that is listed in the iot.tuya.com device info then I am sure the info is lacking. You'll need to figure out the valid options yourself by changing the mode in the tuya app (it might help to disable WiFi and use a mobile connection to avoid conflicting with Home Assistant's local connection) and observing the changes on the Home Assistant side, either in Developer Tools or in the Home Assistant log if unlisted values cause an error in the select component.

@make-all make-all added new device Unsupported device config provided Config included by reporter labels Jul 25, 2022
@djusHa
Copy link
Author

djusHa commented Jul 25, 2022

got it!

your hints and this guide was realy helpfull:
https://www.zigbee2mqtt.io/advanced/support-new-devices/03_find_tuya_data_points.html#_9-find-your-data-point

Completed the config above.

make-all added a commit that referenced this issue Aug 3, 2022
@make-all make-all added awaiting confirmation Wating for confirmation the issue is solved unreleased Will be in next release and removed config provided Config included by reporter new device Unsupported device unreleased Will be in next release labels Aug 3, 2022
@make-all
Copy link
Owner

make-all commented Sep 8, 2022

This should be supported now in the latest release.

@djusHa
Copy link
Author

djusHa commented Sep 9, 2022

Realy cool, thx :-)

@make-all make-all removed the awaiting confirmation Wating for confirmation the issue is solved label Oct 1, 2022
@make-all make-all closed this as completed Oct 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants