Is there something up with the website API? cURL is starting to require -k/insecure because of a certificate error, and my http request pebble watch app stopped working with it.
Looking into this. Thanks for reporting.
I recently switched to HTTPS and seems like cURL is unable to verify the certificate chain provided by the server. Pebble watch app is probably having the same issue.
I’ve updated the server and now I allow unencrypted traffic for device API. Could you please check and let me know if it’s working for you?
Thanks! That fixed it.
Glad to hear it works!
Your setup sounds intriguing… You mentioned that you are using Pebble? Would you mind telling me a bit more on how you are using BlinkStick if it’s not too much trouble for you?
Well, I keep an old single pixel blinkstick plugged into a Raspberry Pi and I add a cURL call to long running scripts to let me know when they are done. Also use it with an uptime monitor to glow red when a critical server is down. Since the Pi is headless, I use the HTTP requests feature of SmartWatch+ to turn it off via my Pebble. I’ve also used it to find my way in the dark once or twice, set it to white from the same Pebble app and it lights up the room.
Thanks for sharing! I’m always trying to find out how my devices are being used so that I can improve upon software and hardware