home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.81k stars 30.51k forks source link

Tuya RGBW Strips don't show the "White" slider #77126

Open EpicLPer opened 2 years ago

EpicLPer commented 2 years ago

The problem

Referencing this issue here (which was falsely closed by the stale bot...): #58906

Essentially the same as this user wrote, just with a "Action LSC Smart Home Outdoor LED Strip", but long story short some RGBW Tuya devices seem to not show the White slider at all, and setting the RGB picker to White instead just turns all RGB LEDs on to the same value but never uses the proper White LEDs.

What version of Home Assistant Core has the issue?

2022.8.6

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Tuya

Link to integration documentation on our website

https://www.home-assistant.io/integrations/tuya/

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

Here are all the "Device Debug" values for my particular LED Strip (LSC Smart Home Outdoor) from the Tuya IoT Cloud for my particular LED strip:

switch_led  
"{true,false}"
work_mode   
{
  "range": [
    "white",
    "colour",
    "scene",
    "music"
  ]
}
bright_value    
{
  "min": 10,
  "max": 1000,
  "scale": 0,
  "step": 1
}
colour_data 
{
  "h": {
    "min": 0,
    "scale": 0,
    "unit": "",
    "max": 360,
    "step": 1
  },
  "s": {
    "min": 0,
    "scale": 0,
    "unit": "",
    "max": 1000,
    "step": 1
  },
  "v": {
    "min": 0,
    "scale": 0,
    "unit": "",
    "max": 1000,
    "step": 1
  }
}
scene_data  
{
  "scene_num": {
    "min": 1,
    "scale": 0,
    "max": 8,
    "step": 1
  },
  "scene_units": {
    "unit_change_mode": {
      "range": [
        "static",
        "jump",
        "gradient"
      ]
    },
    "unit_switch_duration": {
      "min": 0,
      "scale": 0,
      "max": 100,
      "step": 1
    },
    "unit_gradient_duration": {
      "min": 0,
      "scale": 0,
      "max": 100,
      "step": 1
    },
    "bright": {
      "min": 0,
      "scale": 0,
      "max": 1000,
      "step": 1
    },
    "temperature": {
      "min": 0,
      "scale": 0,
      "max": 1000,
      "step": 1
    },
    "h": {
      "min": 0,
      "scale": 0,
      "unit": "",
      "max": 360,
      "step": 1
    },
    "s": {
      "min": 0,
      "scale": 0,
      "unit": "",
      "max": 1000,
      "step": 1
    },
    "v": {
      "min": 0,
      "scale": 0,
      "unit": "",
      "max": 1000,
      "step": 1
    }
  }
}
countdown   
{
  "min": 0,
  "max": 86400,
  "scale": 0,
  "step": 1
}
music_data  
{
  "change_mode": {
    "range": [
      "direct",
      "gradient"
    ]
  },
  "bright": {
    "min": 0,
    "scale": 0,
    "unit": "",
    "max": 1000,
    "step": 1
  },
  "temperature": {
    "min": 0,
    "scale": 0,
    "unit": "",
    "max": 1000,
    "step": 1
  },
  "h": {
    "min": 0,
    "scale": 0,
    "unit": "",
    "max": 360,
    "step": 1
  },
  "s": {
    "min": 0,
    "scale": 0,
    "unit": "",
    "max": 255,
    "step": 1
  },
  "v": {
    "min": 0,
    "scale": 0,
    "unit": "",
    "max": 255,
    "step": 1
  }
}
control_data    
{
  "change_mode": {
    "range": [
      "direct",
      "gradient"
    ]
  },
  "bright": {
    "min": 0,
    "scale": 0,
    "unit": "",
    "max": 1000,
    "step": 1
  },
  "temperature": {
    "min": 0,
    "scale": 0,
    "unit": "",
    "max": 1000,
    "step": 1
  },
  "h": {
    "min": 0,
    "scale": 0,
    "unit": "",
    "max": 360,
    "step": 1
  },
  "s": {
    "min": 0,
    "scale": 0,
    "unit": "",
    "max": 255,
    "step": 1
  },
  "v": {
    "min": 0,
    "scale": 0,
    "unit": "",
    "max": 255,
    "step": 1
  }
probot-home-assistant[bot] commented 2 years ago

tuya documentation tuya source (message by IssueLinks)

probot-home-assistant[bot] commented 2 years ago

Hey there @tuya, @zlinoliver, @frenck, mind taking a look at this issue as it has been labeled with an integration (tuya) you are listed as a code owner for? Thanks! (message by CodeOwnersMention)

Andrerm124 commented 2 years ago

I also have this issue, tempted to return my LED controller while I can and get a Shelly RGBW2

Djbusje commented 2 years ago

You can use local tuya for RGBW support. Use the following settings. Screenshot_20220928_021130_io homeassistant companion android

EpicLPer commented 2 years ago

While I would love to use Local Tuya I've kinda "given in" to just keep using their cloud, since any update could break the Local Tuya connection and I've heard about some issues already with it. Simply made a new VLAN that has 0 access to any other internal stuff, so it shouldn't matter much :)

EndlessEden commented 1 year ago

I have a RGBCW droplight with this issue; i do have tuyalan also installed. but with 40+ devices... not really sensible to make individual entities for each device.

issue-triage-workflows[bot] commented 1 year ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

EpicLPer commented 1 year ago

Bump...

(I really dislike Stale bots so much...)

issue-triage-workflows[bot] commented 1 year ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

EpicLPer commented 1 year ago

Anti-Stale comment...

rickbeec commented 1 year ago

This doesn't seem like it would be tooooo hard, but I have a feeling nobody has really looked at it? The other thread started in 2021. Problem exists still.

thomasboegl1 commented 1 year ago

bump: same issue

issue-triage-workflows[bot] commented 1 year ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

EpicLPer commented 1 year ago

Anti-Stale.

RensterGB commented 11 months ago

I'm getting similar with an RGBW bulb. I've defined 2 scenes in HA - one to set the bulb to a colour, and dimmed, the other to set it to max brightness pure white:

- id: '1700844456099'
  name: Colour
  entities:
    light.charlie_s_room:
      supported_color_modes:
      - brightness
      - hs
      friendly_name: Charlie's room
      supported_features: 0
      color_mode: hs
      brightness: 50
      hs_color:
      - 231
      - 3
      rgb_color:
      - 247
      - 248
      - 255
      xy_color:
      - 0.317
      - 0.322
      state: 'on'
  icon: mdi:lightbulb-night
  metadata: {}
- id: '1700844516362'
  name: White
  entities:
    light.charlie_s_room:
      supported_color_modes:
      - brightness
      - hs
      friendly_name: Charlie's room
      supported_features: 0
      color_mode: brightness
      brightness: 255
      hs_color: 
      rgb_color:
      xy_color:
      state: 'on'
  icon: mdi:lightbulb-on
  metadata: {}

The colour scene works, but the white scene sets the RGB leds to equal values it seems - creating a white, but nothing like it should be!

mijnmodelbaan commented 9 months ago

bump: same issue with a RGBCW bulb

andersgenberg commented 7 months ago

I also have this problem, but with the garden spolights, DELTACO SH-GLK01.

grainsoflight commented 5 months ago

Have this same problem with Merkury Bulbs

issue-triage-workflows[bot] commented 2 months ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

EpicLPer commented 2 months ago

Anti-Stale... again...

grainsoflight commented 2 months ago

Still seeing this on bulbs and strips

On Thu, Aug 15, 2024, 10:40 PM EpicLPer @.***> wrote:

Anti-Stale... again...

— Reply to this email directly, view it on GitHub https://github.com/home-assistant/core/issues/77126#issuecomment-2292671545, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHANMY2I2IECPXR2EMQPJPDZRVYBJAVCNFSM57GFMIX2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMRZGI3DOMJVGQ2Q . You are receiving this because you commented.Message ID: @.***>

nibiru5 commented 2 weeks ago

I have this issue as well - please fix because I have to open the tuya app to turn the lights white Booo