-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hombli smart bulb only works in color mode #5
Comments
Did you mean this bulb should be able to set color temperature, but can't be set in the HomeKit? |
Yes. In the Tuya app it has 4 panels, "white" for white color and brightness, "color" for color setting and brightness, "Scene" and "Music" of which the latter two probably are not supported by homekit. |
Could you please provide some device info? Enable the homebridge in debug mode, and upload some logs of the device functions, status, product_id. |
How do I set the homebridge to debug? I do know where to find debugging options in the tuya iot platform but not in the homebridge itself? |
If you start Homebridge with Web GUI, it can be found in Setting page. If started by cli, just add |
So here are the properties and instruction set. See the 'white' mode, this is what I'm missing in homebridge currently for this device. 20221023T2308 smart bulb properties.txt |
The lightbulb is complicated, it has C, CW, RGB, RGBC, RGBCW 5 types. Some RGB light don't have white mode. Let me figure out how to handle this. |
Great. |
That's enough, just I don't know how to handle 5 types of light with 1 code. |
#12 should fix this. Please try 1.6.0-beta.12 |
I pulled it and tried. I don't see any difference in homekit app. Should I remove the accessory and add it again or should it function on basis of the old install? |
No need to remove, just upgrade to the beta version. Can you record a video about the issue?Maybe I didn't fully understand the text, or maybe your operation is not correct |
Allright then. Thank you for your effort trying to solve this; I guess this bulb is just not compatible enough. |
Okay, one last try, can you open the homebridge debug mode and upload the full log during your lightbulb operation? |
Here it is. I opened the homekit app, switched the Hombli bulb to 'ON', then double-clicked one of the six colored dots and went to 'temperature' option. Changed the temperature a bit and then copied the log which is below. 20221025T2008 homebridge log.txt If it helps in any way, and there is a way, I could capture the log or instruction that is sent from the tuya app when I control it from there? |
I know where the problem is. I will submit a new version. |
Please try 1.6.0-beta.13 |
Pulled this and this works better than before. Thank you. |
Added a hombli smart bulb to my home.
It appears in homekit only as color bulb. In the Tuya Smart app, it has more options amongst which the option for different white colors.
The text was updated successfully, but these errors were encountered: