glenndehaan / ikea-tradfri-coap-docs

How can you communicate to your ikea tradfri gateway/hub through coap-client
MIT License
189 stars 21 forks source link

reboot returns 4.05 #20

Closed lennartgrunau closed 3 years ago

lennartgrunau commented 3 years ago

coap-client v4.1.2 -- a small CoAP implementation

GW Version: 1.11.51

Hi, calling "coaps://$IP:5684/15011/9030" (gateway reboot) returns a 4.05 which is from my understanding a Method Not Allowed Error. Calling other methods like /15011/15012 works fine.

Please let me know, if you need any kind of other output or other information.

Thanks & cheers, Lennart

lennartgrunau commented 3 years ago

Turns out, you need to POST the 9030 to get it working. Sorry for the noise.