|
Yesterday I had my first smart light globe failure in the 4 years that I have been playing with smart devices. I bought a replacement which is the same brand etc and I have managed to get it into HA. It is a Tuya based globe (using Tuya-Local integration) and everything is working properly except the white colour temperature settings. The settings are the opposite of what they should be, ie if I use HA to set it to 2700K it is a very cool white light and if I set it to 6500K is a very warm white light. The globe is in a HA helper group of 3 lights so this means that it looks different to the other 2. Any ideas why this would be happening and how it can be fixed? If I use the Tuya app to set the temperature it works fine. |
Replies: 1 comment 6 replies
|
Which config did you select when you added the bulb? Were there other options listed you could try instead? (you can find the current config for your device in the Diagnostics file that can be downloaded on the Settings page for the device). |
You need to delete the device and set it up again, unfortunately. This is due to the way entity ids are stored in HA, changing the config can result in completely different entities, so simply editing the config pointer would result in broken config in the general case (in the specific case of changing rgbwc_lightbulb to rgbcw_lightbulb, it would probably work, but that is the exception)