Beiträge von RayCast
-
-
Hello, thanks for answering
I'm currently able to set the schedule_rules via the shelly-cloud API, by doing a POST to:
to which I send the data:
With that I can easily set the schedule of the device. What I need is a variant to run a BULK to update multiple devices at once. Do you know if that function is available in the shelly-cloud API?
Thanks again for the help!
-
I'm developing a mobile app where I need to update the schedule of several Shelly Plug at the same time.
Since there are about 40 of them, making a request to update 1 by 1 is very costly in terms of efficiency.
Is there a way to do it through bulk control in 1 single request?
Best Regards!
-
Wow, the problem was the schedule.
Good quote, thanks!
-
I'm going to try to downgrade the firmware version, but I'm worried about the consequences that this may bring.
Isn't the highest firmware version supposed to be the best, in terms of bug fixes and improvements?Best Regards!
-
Hello everyone, thanks for your answers.
This is my firmware version:
Here is my Actions Setup:
-
Hello,
I'm testing with a Shelly Motion and I want to execute a call to an http url when a movement is detected.
I setted this url:Codehttp://webhook.site/#!/65c338ec-f35d-4212-b635-640efb4c2b6a/ec481257-3a95-4ec4-8c2c-a58b9ce9c94e/1
in I/O actions, but nothing happens once the motion event is fired.
I have seen other related posts, but I don't see any final solution to the matter.
Any idea what is happening?Thanks in advance!