Turn on the light with MiLight app. With the toggle, now you cannot turn the light off. You must first change the toggle to on.
Pressing the toggle twice is annoying and it fails if you cannot observe the physical light that you are working with.
Turn on the light with MiLight app. With the toggle, now you cannot turn the light off. You must first change the toggle to on.
Pressing the toggle twice is annoying and it fails if you cannot observe the physical light that you are working with.
Ah ok I understand. I never use the app anyway except for testing.
We should make it perfect before merging my change. Can you find the new HA value matching MiLight 3100K and also test if the extremes are off (2700K and 6500K)? Thanks!
OK!
I am using the .py file you gave me above.
If I set 2700 or 6500 in the app (the extremes) then I see the same as if I set 2000 or 6500 in Home Assistant so the extremes are right.
If I set 3100 in the app, this is the equivalent of 2950 in Home Assistant.
Thanks, I think I fixed it now.
Can you once again copy this file (it is updated) to config/custom_components/light/limitlessled.py
, restart and test 3100K?
I think you did as well! I canāt see a difference between the app and Home Assistant now. Well done. I looked in the .py file and donāt really see what you didā¦ I know your original calculation was right so I dunno what you did? Do you need me to test any other temperatures as confirmation over the range?
Very well . I donāt think further tests are needed but do speak up if you notice anything strange ā¦
I changed the conversion to work on Kelvin rather than Mired (which is what HA uses internally).
Ah. How bizzare!
Thanks again. So much better now and understanding more about how all this works too. Great work!
When will this be rolled out generally? (I presume it wonāt make next 0.65)
Now that it is tested it should make it into 0.65.
Iāll watch the release notes and then delete the .py file. Thanks again.
The reason for the lighing bolt is
it needs a āstate_topic:ā
I made mine the same as the
command_topic:
and the you get the switch back
I used this as recommended by the Dev.