This is a handler for the Aeon LED Bulb that has a modern look and advanced functionality. You can use some of the built in programs for the bulb and additionally configure your own custom program in the device preferences page.
Along with the customizable programs, you can choose to have one of the default SmartThings presets (Daylight, Softwhite, ect.) change the bulb to a random color.
There are also a few configuration options if you are running firmware 1.05:
Have you tested with CoREās capture/restore function?
I will test ASAPā¦
PS: AEON tech guys explained a couple of months ago, that warmwhite and coldwhite is binary, ie, no transition at all, as is either warmwhite or coldwhiteā¦
Not entirely sure thatās true? I was sure I could slide between but maybe I need to check again?
@erocm1231 did some testing last night. Few things:
What does the configure button do? Didnāt seem to do anything for me on Android?
This might be by design but - the custom pattern doesnāt loop around in the sense that it goes slot 1, 2, 3, 4, 5, 6, 7, 8, 1, 2, 3, 4, 5, 6, 7, 8, etc. Instead, when it reaches 8, it reverses and goes 1, 2, 3, 4, 5, 6, 7, 8, 7, 6, 5, 4, 3, 2, 1, 2, 3, 4, 5, 6, 7, 8, 7, 6, 5, 4, 3, 2, 1, etc.
If I set a custom pattern with one of every colour i.e slot 1 = Red, slot 2 = Orange, slot 3 = Yellow, etc all the way to slot 8, the pattern always starts at yellow (slot 3) and even if I let it fade all the way through, it never shows red or orange in slot 1 and slot 2. I didnāt think to check if it wasnāt showing the colour or wasnāt showing whatever was in the slot.
If I select say red and orange, alternating in the slots, itāll show the colours but again, I didnāt think to check if it was just a case of it not showing slot 1 and slot 2 rather than an issue with the colours themselves. Iāll check tonight.
You can only have warmWhite or coldWhite but not at the same time.
If you have WarmWhite at 100 and coldWhite at 255, then warmwhite will take higher priority over coldWhite.
WarmWhite will need to be 0 in order for ColdWhite to take over.
And both WarmWhite and ColdWhite need to be set to 0 in order for the RGB to take over according to the Z-Wave command class for color.
Let me know if you donāt understand something.
With the implementation in the DTH, the only case ColdWhite is activated is when percent is zero, in all the other values WarmWhite is activatedā¦
@Benji Thanks guys, I will take a look and get back to you. I didnāt notice the problems you are seeing with programs so Iāll check that out. The configuration tile does not do anything at this time, but I am considering adding some of the configuration options from the documentation.
@Squares Iāll add a slider for coldWhite. I never use it and honestly forgot about it.
The bulbs are ok. Iām usually a big fan of Aeon products but I hope they release a version of the bulb that is smaller. The colors seem a little washed to me. The price somewhat makes up for itās downfalls though. thesmartesthouse.com sells two packs for $80. What do you think of them?
Regarding the coldWhite, is it internally separate LEDs or is it just RGB at the same percentage? I am looking at a picture of the bulb taken apart and canāt tell.
Aright, so I believe I know what is going on here. First off, the design of the bulb is to go from 1 to 8 and then back to 1. Unfortunately there isnāt anything I can do about that. As for the strange color combos, I believe that SmartThings is converting the value to an integer before sending it to the bulb. Usually that doesnāt cause any problems, but in this case the conversion messes up the value as it canāt hold all the data when the 8 colors are selected. The easiest fix is to just use 7 color choices instead of 8. I think I might be able to fix it by sending the value as bytes instead of decimal so I will try that out.
So I checked, itās seemingly ignoring whatās in the first two slots regardless of the colour if that helps? It has nothing to do with the colour choice in those two slots.
Ok, I just posted the change that I mentioned. Color combos seem to be working now when using all 8 color options. Just as I though, the value was too large to be stored as an integer and SmartThings was doing the conversion when sending it to the bulb. I am now converting the config parameter to 4 bytes and sending it that way. Let me know if that works for you.
Itās strange, and Iām pretty certain this is a hardware/software problem with the bulb itself, not an issue with your code at all, but some colours donāt transition as well as others.
Iāve got the custom set to āsmoothā/slow/254 with all the slots filled with different colours, is there any way, to have Smart Lighting trigger this custom setting at 10% brightness?
I donāt see the ability to adjust the brightness of the programs which is too bad. You can use my virtual device sync app to create virtual switches for the programs and have Smart Lighting turn on the 6th virtual switch that gets created. I know it is strange that it is the 6th switch, but I planned on adding a 5th premade program. I probably still will if you have any recommendations.
Iām using THIS device handler for my Fibaro RGBW controller, it works better than the stock one, better than all the others! And this is the only one I can use with the Fibaro that all the commands of echo work.
@Alwas, can you confirm which Echo commands you have working? Iām able to turn my lights on/off and set the level via Alexa, but I havenāt been able to set the colour yet. e.g. saying something like āAlexa, set the deviceName to greenā doesnāt work.
The Fibaro Iām using with the echo is in the kitchen, so just thankful I have on/off and dim percentages. Iāve read the echo is still mostly colour blind, but I think colour only works with the hue lights as of now.