Hi,
i have a Shelly1 connected to the cloud. I use api-cloud like /device/status for reading temperature and the status of relay. It's all ok. Works all time.
I work in javascript, jquery on a website.
Now i call the api /device/relay/control/ with data "turn=on" and with another command "turn=off".
Sometime it respond "401 - unauthorized". And sometimes works fine. The same POST call.... the same identicaly post-call, one time works, and 3 times not works.... error 401 (distance between calls 6 or 7 seconds)
Why? Is a temporary problem of the cloud? I have to sold this to a client of mine....
Any suggest?