jghaanstra / cloud.shelly

Homey app to control Shelly Cloud devices
GNU General Public License v3.0
21 stars 15 forks source link

Shelly Motion’s late action #147

Closed BalageTheLocksmith closed 3 years ago

BalageTheLocksmith commented 3 years ago

Dear Jghaanstra!

I have a Shelly motion and a Shelly RGBW2 (with a white led strip on channel 1) in the same room. The required task is simple: if motion is on, then turn on the led strip, if the motion is off, then turn off the led strip. The problem is: if I use Homey’s flow to controll it, it has about 14sec delay (motion is on, but the led is just after 14sec on). If I use the offical Shelly app instead of Homey, and I make a scene, it works immadietly. Can you help me to solve this problem? Both device has the lattest update, and I tried to replace with Shelly Plug S instead of Shelly RGBW2 and the delay is on (so the problem is not the led controller).

Best regards, Balage

jghaanstra commented 3 years ago

Sounds like your CoAP traffic is not working properly and you depend on the HTTP polling for status updates of the motion sensor. That will be slower. Check out the troubleshooting guide in the first post of the support topic. And please also post your issue there, Github is meant for bugs and feature requests. Support is given on the community forum where other users can help you out as well.