You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does the device work using the Home Assistant Tuya Cloud component?
Is this device connected to another local integration, including Home Assistant and any other tools?
The devices are within the same HA subnet, and they get discovered automatically when I add them
What happened?
The On/Off function for both the lights works perfectly (turning this off will turn off both lights, turning it on will turn on to the previous state).
I realized that the code for Mix Color only sends out cgZour// commands. For this device it sends 3 of these commands. "cgZour" for rgb lights only, "cgdour" for both lights, and "cgVour" for white lights only(with temperature).
I then noticed after a bit of diagnostic testing that these changed to "cgU" + rgb color code + cw temp code for white mode only, "cgc" + rgb color code + cw temp code for white mode only, and "cgY" + rgb color code + cw temp code for white mode only
Steps to reproduce.
testing using HA
Relevant log output
No response
Diagnostics information.
No response
The text was updated successfully, but these errors were encountered:
Post the devices diagnostics. even tho I kinda understand what you meant by command//data logic I don't think I'm able to implement this in localtuya due to not fully sure how does this actually works or having any similar devices to this.
I attached the full log i have from this device. if there’s a way to edit commands for this thread and test it, I would be happy to set the commands for the colors and figure it out. I would just need instruction is all history.csv
LocalTuya Version
3.4
Home Assistant Version
2024.12.1
Environment
What happened?
The On/Off function for both the lights works perfectly (turning this off will turn off both lights, turning it on will turn on to the previous state).
I realized that the code for Mix Color only sends out cgZour// commands. For this device it sends 3 of these commands. "cgZour" for rgb lights only, "cgdour" for both lights, and "cgVour" for white lights only(with temperature).
I then noticed after a bit of diagnostic testing that these changed to "cgU" + rgb color code + cw temp code for white mode only, "cgc" + rgb color code + cw temp code for white mode only, and "cgY" + rgb color code + cw temp code for white mode only
Steps to reproduce.
testing using HA
Relevant log output
No response
Diagnostics information.
No response
The text was updated successfully, but these errors were encountered: