jheling
jheling
@cweyer . Can you try the latest changes? Another user has tested the white-tone adjustable lights and they seem to be working.
Yes, this seems to be a white tone adjustable light and the value should be max one byte. I first thought it was a rgb value (3 bytes).
@Alox-K Have you also used the code in #182? It should also handle the turnable white led strip.
@Alox-K. I am not merging the code yet. I still need some confirmation that the rgb lights are working. You tested the Dimmable, white-tone adjustable lights, so that is confirmed....
@etiennelenhart . Yes, making a it a binary sensor should be easy. Only the tilt is a bit a challenge. I found some examples where is was implemented with two...
The solution turned out to be very simple. I have only implemented the binary part. You can try #198
@oliverlinsenmaier . I have corrected the merge conflict. Could you test these last changes? After that i will make a new pr for the device type. Can this type be...
Are there any errors in the log?
The error is in the binary_sensor.py at line 72. Something seems to be wrong with the indentation. Did you replace the whole file or pasted the new lines in the...
Could you comment out line 97 in binary_sensor.py by placing a # before the code? In a second commit there was some refactoring and this line is now obsolete