I have made an edge driver for an Lidl zegbee Level and Color Temperature dimmable bulb
With the default libraries it takes 20 minutes to complete the driver.
For standard devices it is very easy to make or modify an edge driver.
Hopefully the documentation improves to be able to make more personalized drivers, especially with examples.
I’ll move your post to an individual thread so it don’t get lost in upcoming updates.
Also, it would be great if you could share with the community a channel invitation to get your driver installed easily and this way more test it on their own Lidl Bulbs.
Throughout this morning I will make a channel with the shared drivers.
I have added in the same driver the Osram Classic dimmable bulb, which also works well.
By the way, they also work with “Gentle wake up app” even if it is groovy
@milandjurovic71,
I add them, but I can’t prove it.
install the bulb with searching nearby, if you choose by brand it does not install well, at least it happened to me when installing my osram.
All of zigbee Color Temperature Light Bulbs should work with this Edge driver, as long as fingerprint is added to driver.
There is small issue that does not effect bulb performance. Issue is with detail page of device, with preselected Color Temperature scale
Original Edge driver was created for Lidl bulbs, with range from 2200K to 6500K
Other bulbs have different temperature range. Here are couple examples
Lidl 2200K-6500K
If you have other brand selecting predefined lovest temperature should give you 3080K, however due preset driver temperature it goes to 2450K witch your 2700K-6500K can not render. Device gets stuck for couple of seconds and than goes to lowest possible value 2700K.
It would be the same issue for upper range, if bulbs like Keystone can produce only 5000K.
If there is a way to query Temperature range, that could be solved with one driver, or we need multiple drivers for different temperature range
2200K6500K
2700K6500K
2700K5000K
Hopefully this explains the issue
I do not know if it will work well, if you want to try send me the model and manufacturer that you see in the IDE and I add it to the update that I am ending with on and / or off regulation
@Mariano_Colmenarejo is it possible to create 2 or 3 drivers with different Temperature range that when you adding fingerprint, you add them to correct driver? Something like:
Zigbee Color Temperature Bulb 2200K-6500K
Zigbee Color Temperature Bulb 2700K-6500K
Zigbee Color Temperature Bulb 2700K-5000K
I think it will be possible create differents profiles or subdrivers, give me time and I look at it. I’ve been busy with the level dimmer and the multiswitch