Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


  • 0

Delay in motion sensor scenes


Question

Posted

Hello

I've configured a super easy scene (with blocks, converted in LUA as you can see below) that turn light on on motion sensor.

 

--[[
%% autostart
%% properties
204 value
%% weather
%% events
%% globals
--]]

local startSource = fibaro:getSourceTrigger();
if (
 ( tonumber(fibaro:getValue(204, "value")) > 0 ))
--[[or
startSource["type"] == "other"
)
    --]]
then
    fibaro:call(22, "turnOn");
end
 

It has a delay of 30/40 seconds (sometimes 10, 15, 20, random), I attach a screenshot of the events panel.

I've already read about this problem but I haven't read if somebody have found a solution.

- All my sensors were joined in NO sicure mode (so the problem is not that)

- This problem happened since the last update, now I'm on 4.510

- distance between HC2 and sensors and relay is approximately 3/4 meters in a wood frame house

- all components are fibaro (motion sensor and relay switch 2x)

- sometimes delay doesn,'t appear, so it works correctly, but without rules (day or night, it happens)

- already done the mesh reconfiguration

 

I'm completely mad for the no solution on this f*****g stupid problem.

 

 

Please login or register to see this attachment.

 

3 answers to this question

Recommended Posts

  • 0
Posted

Hi i,m sorry i have no answer to youre Problem. But since update to 4.510 i have simmilar Problem with many Sensors. The delay looks randomly. Sorry for my bad english. The sensors are doorsensors and pirsensors, of different brands. But i got that delay not only on sensors. The Z wave me wallplugs now act often verry slow.

Most times i,m standing in the dark. And my Wife gets crazy. Maybe you have simmilar problems. It looks like z wave network is lowed down. Till now i waited for others with the same problem. But till now no Fw update. I will make a Support ticked today. In the past i had two fatal updates. Last one killed the s2 secure key so no s2 device worked after it. I just answerd cause problem looks simmilar.

  • 0
Posted

Hello!

Firstly, please put the code in the code window. Use the <> feature on the tool bar.

Secondly, follow the guide for sharing images in posts

Finally, if you created the block scene and it does not work then please share the scene that does not work. Do not convert it to LUA if you are not using it in LUA.

 

After using search tool I got a couple of results that may be similar to your case.

1.

Please login or register to see this link.

 

2.

Please login or register to see this link.

3.

Please login or register to see this link.

 

The issue is known to our developer team as it was reported several times on the Forum and directly to Support. For now, there is no particular solution that will solve the issue instantly. But, you can remove and add the modules again, you can delete and create scenes again, etc. You can limit the number of modules on your gateway (if you have many modules included in the system). The dev team is verifying the possible causes and we are aiming at eliminating them as fast as we can.

 

If you wish you can contact our Support and submit a case at [email protected]

It is possible that a Support engineer will help you in some extent.

  • 0
  • Inquirer
  • Posted

    OK, this is the scene in Block Mode, correctly attached!

    Please login or register to see this attachment.

    sorry and this is the  answer in log event panel

    Please login or register to see this attachment.

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Answer this question...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

    ×
    ×
    • Create New...