Glenn de Haan
Glenn de Haan
Hey I see that Preact X went live. Can this be merged?
Hi @Joey-1970, As far as I can see it isn't possible to get the old Preshared Key for a given Username. You should just create a new one. This isn't...
Woops I made one mistake in my previous comment. I was using the wrong IP. The output should be something like this: ``` Feb 24 09:01:26 DEBG created DTLS endpoint...
Yeah thats the drawback of the COAP protocol. It isn't a real time protocol so polling will always be the solution for these problems. Even the IKEA app isn't realtime...
You should be able to control the break operation by setting the `-B 10` parameter. By default it waits/retry's for 90 seconds. But you should be able to set this...
@lennartgrunau Could you check if you have time if that version is compatible with your script?
That command should work fine. One thing to note is that if your bulb isn't an RGB bulb this won't work. Also if you enter an out of bounds value...
That bulb should be indeed an RGB one. If you try this command is it changing to Blue for example?: ``` coap-client -m put -u "$TF_USERNAME" -k "$TF_PRESHARED_KEY" -e '{...
Yeah the bulbs are picky about the colors and I have to say that I didn't found a good HEX to xyY converter yet
That is a good question. The codes on that page where taken from the IKEA Android app that's why I documented them. The problem is that I don't own a...