Márton Papp
Márton Papp
Hi, can you elaborate further on what do you mean by a button pressed event? You want to trigger a button press on the remote from node?
Hi, For now, you can only add individual bulbs to groups in the TRÅDFRI app on ios/android, like this:  I think it's possible to create groups through the CoAP...
Hi, Thats actually a pretty good idea, I'll probably implement a feature where you can subscribe to status change events. For now, I suggest calling `getDevices()` in 5-30 sec intervals...
Here's how I solved it: 1. `pip uninstall numpy` 2. `pip install numpy==1.26.4` (**1.26.4** is the latest 1.xx version of numpy, I don't know where the 1.23.5 version mentioned earlier...