Closed FachKraft42 closed 2 months ago
One question do you have using ZHA-Tool kit and scanning attributes on the device ? I have the same problems onetime and also the dev for the tool kit and we was not getting it working OK until resetting the device and reading it. I think tuya is have made some magic that is being triggered if reading all possible attributes on the devices (that shall working OK if using find and bind as IKEA is doing in Dirigera but tuya is tuya).
One question do you have using ZHA-Tool kit and scanning attributes on the device ? I have the same problems onetime and also the dev for the tool kit and we was not getting it working OK until resetting the device and reading it. I think tuya is have made some magic that is being triggered if reading all possible attributes on the devices (that shall working OK if using find and bind as IKEA is doing in Dirigera but tuya is tuya).
One question do you have using ZHA-Tool kit and scanning attributes on the device ? I have the same problems onetime and also the dev for the tool kit and we was not getting it working OK until resetting the device and reading it. I think tuya is have made some magic that is being triggered if reading all possible attributes on the devices (that shall working OK if using find and bind as IKEA is doing in Dirigera but tuya is tuya).
Hi, thanks for your reply. I tried scan device and tuya magic. Both did not change anything. I am new to HA and this are the only two devices I have added. Is there anything I need to do differently? Are there steps need to follow?
LIDL lights is normally working out of the box and dont need tuya magic or other things only some need correcting the color settings that is wrong made is some devices and your device is using the right quirk for it so all things shall working OK.
Try deleting the light and restart HA and then its stable adding it new (resetting the light) and look if its working OK.
@MattWestb
I did. Still no color control and temperature setting is still off.
@TheJulianJES Do you having one of this devices that using quirk ?
I have one TS0505 _TZ3000_odygigth
and its not needing it and is working OK with both RGB and TC but the quirk is being used of _TZ3000_dbou1ap4
that is reported working OK.
No similar devices here.
Hi there, I have the exact same issue, but with a SONOFF Zigbee 3.0 USB Dongle V2, with ZHA. Same lightbulb from LIDL. (re-post from the issue openned here : https://github.com/home-assistant/core/issues/93746 )
and some logs from activating debug mode on ZHA (these logs were generated with the bulb lit in white, and by selecting red in the color wheel) :
additionnal behavior :
It looks like under certain circumstance only Color command 0x06 Move to Hue and Saturation works. In addition Tuya use a specific command on cluster 0x0300 to switch to RGB or White mode
Tuya Color Mode Cluster 0x0300 Cmd 0xf0 Payload 0 for white light 1 for color light
Tuya move to Hue and Saturation Cluster 0x0300 Cmd 0x06 Payload: hue + saturation + brightness
Great findings @pipiche38 !! Do you knowing if its for only "normal" B versions (NOT Zigbee certified ones) or also the A version that LIDL is using or opposite ? Was scanning all attributes on one LIDL and it was not able going out color mode until resetting it so this sounds being the answer of what it was not changing to CT.
Hello,
Same issue here. I have 6 TS505A_TZ3000_odygigth
and and can’t apply color. Only white and the behavior is pretty weird, as described earlier in this thread.
But I also have three other RGB bulbs from LIDL like this one.
These are shown as TS505A_TZ3000_kdpxju99
They all work perfectly in ZHA with Sonoff Zigbee (type P). Both white and colors. And on/off states are reliable.
Is there a way to fake the TS505A_TZ3000_odygigth
with TS505A_TZ3000_kdpxju99
integration ?
(ps : Is there any link with "quirk" method ?)
Thanks ;-)
Try deleting the device and restart HA and adding it new. I was having the same problems and also the dev of ZHA-toolkit after scanning the device for commands and attribute with toolkit but both was getting it working after adding it new. tuya have make special commands color changes that is not standard but it looks working aslong only using standard commands on this devices (its one A series so its Zigbee certified that most tuya device is not).
Try deleting the device and restart HA and adding it new. I was having the same problems and also the dev of ZHA-toolkit after scanning the device for commands and attribute with toolkit but both was getting it working after adding it new. tuya have make special commands color changes that is not standard but it looks working aslong only using standard commands on this devices (its one A series so its Zigbee certified that most tuya device is not).
Delete devices, restart HA, re-pair and that's it ! Big thanks to you ;-)
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 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.
Problem description
I integrated two of them using ZHA with a HA SkyConnect. The color temperature slider is off, it is warm somewhere around the middle and cold at the ends of the slider. Setting a color doesn't work at all.
Solution description
Color and color temperature setting in HA working correctly.
Screenshots/Video
Screenshots/Video
[Paste/upload your media here]Device signature
Device signature
```json { "node_descriptor": "NodeDescriptor(logical_type=Diagnostic information
Diagnostic information
```json { "home_assistant": { "installation_type": "Home Assistant OS", "version": "2023.5.4", "dev": false, "hassio": true, "virtualenv": false, "python_version": "3.10.11", "docker": true, "arch": "x86_64", "timezone": "Europe/Amsterdam", "os_name": "Linux", "os_version": "6.1.25", "supervisor": "2023.04.1", "host_os": "Home Assistant OS 10.1", "docker_version": "23.0.3", "chassis": "embedded", "run_as_root": true }, "custom_components": { "hacs": { "version": "1.32.1", "requirements": [ "aiogithubapi>=22.10.1" ] }, "afvalinfo": { "version": "1.2.1", "requirements": [ "Babel==2.8.0", "python-dateutil==2.8.1" ] }, "openmediavault": { "version": "0.0.0", "requirements": [] } }, "integration_manifest": { "domain": "zha", "name": "Zigbee Home Automation", "after_dependencies": [ "onboarding", "usb" ], "codeowners": [ "@dmulcahey", "@adminiuga", "@puddly" ], "config_flow": true, "dependencies": [ "file_upload" ], "documentation": "https://www.home-assistant.io/integrations/zha", "iot_class": "local_polling", "loggers": [ "aiosqlite", "bellows", "crccheck", "pure_pcapy3", "zhaquirks", "zigpy", "zigpy_deconz", "zigpy_xbee", "zigpy_zigate", "zigpy_znp" ], "requirements": [ "bellows==0.35.5", "pyserial==3.5", "pyserial-asyncio==0.6", "zha-quirks==0.0.99", "zigpy-deconz==0.21.0", "zigpy==0.55.0", "zigpy-xbee==0.18.0", "zigpy-zigate==0.11.0", "zigpy-znp==0.11.1" ], "usb": [ { "vid": "10C4", "pid": "EA60", "description": "*2652*", "known_devices": [ "slae.sh cc2652rb stick" ] }, { "vid": "1A86", "pid": "55D4", "description": "*sonoff*plus*", "known_devices": [ "sonoff zigbee dongle plus v2" ] }, { "vid": "10C4", "pid": "EA60", "description": "*sonoff*plus*", "known_devices": [ "sonoff zigbee dongle plus" ] }, { "vid": "10C4", "pid": "EA60", "description": "*tubeszb*", "known_devices": [ "TubesZB Coordinator" ] }, { "vid": "1A86", "pid": "7523", "description": "*tubeszb*", "known_devices": [ "TubesZB Coordinator" ] }, { "vid": "1A86", "pid": "7523", "description": "*zigstar*", "known_devices": [ "ZigStar Coordinators" ] }, { "vid": "1CF1", "pid": "0030", "description": "*conbee*", "known_devices": [ "Conbee II" ] }, { "vid": "10C4", "pid": "8A2A", "description": "*zigbee*", "known_devices": [ "Nortek HUSBZB-1" ] }, { "vid": "0403", "pid": "6015", "description": "*zigate*", "known_devices": [ "ZiGate+" ] }, { "vid": "10C4", "pid": "EA60", "description": "*zigate*", "known_devices": [ "ZiGate" ] }, { "vid": "10C4", "pid": "8B34", "description": "*bv 2010/10*", "known_devices": [ "Bitron Video AV2010/10" ] } ], "zeroconf": [ { "type": "_esphomelib._tcp.local.", "name": "tube*" }, { "type": "_zigate-zigbee-gateway._tcp.local.", "name": "*zigate*" }, { "type": "_zigstar_gw._tcp.local.", "name": "*zigstar*" }, { "type": "_slzb-06._tcp.local.", "name": "slzb-06*" } ], "is_built_in": true }, "data": { "ieee": "**REDACTED**", "nwk": 58850, "manufacturer": "_TZ3000_dbou1ap4", "model": "TS0505A", "name": "_TZ3000_dbou1ap4 TS0505A", "quirk_applied": true, "quirk_class": "zhaquirks.lidl.rgbcct.RGBCCTLight", "manufacturer_code": 4098, "power_source": "Mains", "lqi": 255, "rssi": -36, "last_seen": "2023-05-29T12:02:11", "available": true, "device_type": "Router", "signature": { "node_descriptor": "NodeDescriptor(logical_type=Logs
Logs
```python [Paste the logs here] ```Custom quirk
Custom quirk
```python [Paste your custom quirk here] ```Additional information
No response