tuya-local icon indicating copy to clipboard operation
tuya-local copied to clipboard

Request support for HUMHOLD Smart Low Profle Ceiling Fans with RGB Lights

Open ssalahi opened this issue 1 year ago • 0 comments

Log message

Device matches humhold_rgb_ceilingfan with quality of 81%. DPS: {"updated_at": 1727651000.715725, "20": true, "21": "colour", "22": 605, "23": 322, "24": "000003e803e8", "34": false, "60": true, "61": "fresh", "62": 30, "63": "reverse", "64": 0, "107": true, "108": true, "110": 0, "111": 77, "119": true}

DPS information

name: Light and fan
products:
  - id: eb9dfc9cd
    name: HUMHOLD Smart Low Profle Ceiling Fans with RGB Lights
primary_entity:
  entity: light
  dps:
  - id: 20
    type: boolean
    name: switch
  - id: 21
    type: string
    name: color_mode
    mapping:
      - dps_val: white
        value: color_temp
      - dps_val: colour
        value: hs
      - dps_val: scene
        value: Scene
      - dps_val: music
        value: Music
  - id: 22
    type: integer
    name: brightness
    range:
      min: 10
      max: 1000
  - id: 23
    type: integer
    name: color_temp
    range:
      min: 0
      max: 1000
    optional: true
    mapping:
      - step: 500
        target_range:
          min: 2700
          max: 6500
  - id: 24
    name: rgbhsv
    type: hex
    format:
      - name: h
        bytes: 2
        range:
          min: 0
          max: 360
      - name: s
        bytes: 2
        range:
          min: 0
          max: 1000
      - name: v
        bytes: 2
        range:
          min: 0
          max: 1000
secondary_entities:
  - entity: fan
    dps:
    - id: 60
      type: boolean
      name: switch
    - id: 61
      name: preset_mode
      type: string
      mapping:
        - dps_val: fresh
          value: fresh
        - dps_val: nature
          value: nature
    - id: 62
      type: integer
      name: speed
      optional: true
      range:
        min: 0
        max: 100
      mapping:
        - step: 15
          target_range:
            min: 0
            max: 100
    - id: 63
      type: string
      name: direction
  - entity: number
    name: Fan timer
    translation_key: timer
    category: config
    dps:
      - id: 64
        type: integer
        name: value
        range:
          min: 0
          max: 540
        unit: min
  - entity: light
    name: White
    category: config
    dps:
      - id: 107
        type: boolean
        name: switch
  - entity: light
    name: Color
    category: config
    dps:
      - id: 108
        type: boolean
        name: switch
  - entity: switch
    name: Main switch
    category: config
    dps:
      - id: 119
        type: boolean
        name: switch

Product ID

No response

Product Name

Smart Low Profle Ceiling Fans with RGB Lights

Information about how the device functions

I have created a Yaml that works for me without issues. Although I still don't know what dps 34, 110 and 111 does. This is the link to the product on Amazon: https://www.amazon.com/dp/B0CFXX2BL7

Just wanted to ask you to add this for others so they can use it without going through the hassle of figuring things out themselves.

ssalahi avatar Sep 30 '24 17:09 ssalahi