For my kitchen and other rooms in the house I’m looking into using the relatively cheap Ikea OMLOPP led strips that can be controlled with an ANSLUTA remote. An older remote (UTRUSTA) used the well known 433mHz protocol, but this new button uses a 2400mHz protocol based on a CC2500 chip. I was wondering if anybody has some experience with these? I’ve found some interesting resources but I’m not sure if I’ll be able to get this to work on my own
What I’ve found is this:
Using a CC2500 chip you can get off Ebay or AliExpress for a couple of bucks you can control multiple lights and set dim levels directly. But this Github page looks like work in progress so I’m wondering if anyone has done this before. Love to hear!
The new version of RFLink gateway can control the 2.4GHz IKEA lights via the CC2500 and there is now a official RFLink component for HASS.
Link to RFLink Gateway: http://www.nemcon.nl/blog2/
RF link gateway can control many other things and can also be connected directly to a serial Wi-Fi bridge.
The other way to do it would be with the CC2500 connected directly to nodeMCU ESP module, programed using the Arduino language, running as a MQTT client which you can send data direct to. There are multiple examples of this type of gateway including one of my own running at 433MHz, but I have not tried adding the cc2500 to the nodeMCU yet.
@Richard.Huish wow, that’s a cool setup Thx for sharing! I’ve decided to put the project aside for a little while but I surely want to add the 2.4GHz functionality to HA in a couple of months or so.
Just an update All the plans went overboard with the release of the TRÅDFRI line bij IKEA that you might have heard off. Paulus did a really nice blogpost on the platform, it’s full Zigbee compliant and very well implemented, more open than the Hue ecosystem. I picked up a set yesterday to experiment with, the integration into HA will be released this weekend. So I’m now thinking of finding some Zigbee led strips and putting them in the kitchen, and instead of saving some bucks having stuff just working and integrated well into HA.
Thanks a lot though for all the info, very interesting!
I was just tinkering about Ikea lights last WE, since my ANSLUTA remote died , so I had to put back the UTRUSTA…
Thanks for this ideas - since new IKEA lights will take a while to be released on Italian market, I’ll keep struggling with older ones.
@ghiglie Have fun!
I must say I was surprised by how low profile the stand was at my IKEA, there are many products being advertised more prominently. So you might just have passed it. Just look for the big panels, you’ll find those easily.
Check out this vid. This guy goes into detail about the PIR that he used for a sensor node. It turns out that a PIR can have issues with interference when it’s close by a programming board or something like that. He ended up finding one that works well and is relatively small. Otherwise I don’t have a lot of experience with these. But why not going for a Tradfri motion sensor right away since you are picking up some?
And btw, these “kits” don’t come packaged as kits. It’s just the total price for a gateway, a bulb and a bulb/remote combo So if the warehouse says 7 available, it probably means just one of these components is low on stock and the others aren’t.
Thanks for the great info on the gateway setup. However, your wiring diagram picture seems to be missing, could you by any chance re-upload it to somewhere we could see it?
I’ve seen these before but never personally tried one. It’s a brilliant idea and I can’t think of any reason why it wouldn’t work. It takes all of the worries of powering the two devices and sorting out level shifting. You have a number of choices of different pre-made firmwares to install on the esp8266 module which will form a Wi-Fi to serial bridge to the RFLink Gateway running on the Arduino CPU.
I heard somewhere that Ikea are releasing a Trådfri version of the Ansluta transformer in a couple of months, meaning it will be controllable like the other Ikea smart lights. Hoping for it to happen sooner rather than later.