Hi,
With Postman, I am able to obtain the status of a Shelly 1 device.
POST https://shelly-31-eu.shelly.cloud/device/status/…id=E8DB84A039B3
"isok": true,
"data": {
"online": true,
"device_status": {
"actions_stats": {
"skipped": 0
...
However, when I try to turn it on,
POST https://shelly-31-eu.shelly.cloud/device/relay/c…039B3&auth_key=...
I receive the following error:
{
"isok": false,
"errors": {
"wrong_channel": "Could not control this relay channel!"
}
}
Can anyone help me?