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

RGBW selector issue with overwriting swatches

Open xoniq opened this issue 4 years ago • 6 comments

I added my RGBW bulb directly in Homebridge, using the following config:

{
    "platform": "TuyaLan",
    "devices": [
        {
            "name": "Verlichting",
            "type": "RGBTWLight",
            "manufacturer": "LSC",
            "model": "RGBW Smart Bulb",
            "id": "###############",
            "key": "###############"
        }
    ]
}

The bulb works, brightness works (most of the time, sometimes it glitches the brightness slider), but the most annoying issue I find is the inconsistent color picker swatches thing.

See the gif I made below, I select a swatch, I choose a color, then go to another swatch, choose a color there, and now it keeps overwriting swatches with that color, without any consistancy (at least no as far as I can see):

Color swatches glitching

Is this a known issue? What might cause it?

xoniq avatar Apr 28 '20 17:04 xoniq

Hi there, sorry for the delayed response.

I think I may know the direct cause, and can provide a solution. Are you still facing this issue? If so, can you provide any logs by chance?

iRayanKhan avatar Jun 06 '20 11:06 iRayanKhan

I recently setup a new homebridge server, and added it again, and it does the exact same thing again. How is the best way to provide logs?

xoniq avatar Jun 06 '20 12:06 xoniq

Anything on this?

xoniq avatar Sep 06 '20 07:09 xoniq

Hi @xoniq , are you able to get your devices schema?

iRayanKhan avatar Oct 09 '20 01:10 iRayanKhan

@iRayanKhan sorry was out for personal reasons. What do you mean by my devices schema?

xoniq avatar Nov 06 '20 17:11 xoniq

The key/value pairs for the device itself. Run homebridge plugin in debug and you can get the signature in the logs, and tuya dev schema via their portal.

ElphaX avatar Oct 16 '21 04:10 ElphaX