Replies: 2 comments 6 replies
|
The first error is caused by the use of "Auto" for IP address (#407) The config does however set the mode for "white" to color_temp, but it does not contain any color temperature control, so that will be a problem. |
2 replies
- name: h
bytes: 1
range:
min: 0
max: 360It isn't possible to represent all the values from 0 to 360 with a single byte. I think this should be 2 bytes, not one. The mapping for white should be white. This will still allow you to switch into white mode and control brightness. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Uh oh!
There was an error while loading. Please reload this page.
I am trying to add support for LED strip (https://www.aliexpress.com/item/1005004712306326.html)
After device is added I can't control everything is disabled, and there is migration error icon. In the log there is this line:
After some investigation my guess is that it is RGB conversion issue, like one mentioned here: arendst/Tasmota#7091
Here is yaml for device:
All reactions