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

HC3 trigger scenes at 0:00


moltos

Question

Hi,

 

I have observed that the HC3 triggers my scenes within the day-change at 0:00 by hand.

The system ignores in this case all declaration and switch to a "run actions" within the scenes.

The declaration should prevent this cause my trigger intervall is starting at 7:30 and only up to 17:30:

 

{
conditions = {
    { type = "date",
      property = "cron",
      operator = "matchInterval",
      value = {
         date = { "30", "7", "*", "*", "*", "*" },
         interval = 900
              },
    isTrigger = true
    },
    { type = "date",
      property = "cron",
      operator = "match<=",
      value = {"30", "17", "*", "*", "*","*"}
    }, 
    { type = "global-variable",
      property = "sRollEastSun",
      operator = "==",
      value = "off"
    } },
  operator = "all"
}

 

Eventlog:

[07.07.2020] [00:00:00] [DEBUG] [SCENE:R.OFFICE]: checkState | CLux: 1.0 | dLux: -9999.0

[07.07.2020] [00:00:00] [DEBUG] [SCENE:R.OFFICE]: Rolladen offen

[07.07.2020] [00:00:00] [DEBUG] [SCENE:R.OFFICE]: Rolladen offen

 

In my case the blind will open, which should be the case when the sun is not shining on to the windows or after 17:30.

A trigger should start at 7:30 in my case, end at 17:30 and 0:00 by far smaller than 7:30, correct?

 

Has anyone here made similar observations?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

@moltos
You need an extra condition. The matchInterval only starts at 7:30 and than goes on and on at the defined interval. This is my declaration for every hour from 6:00 and the last time is at 23:00. 
 

 

Please login or register to see this attachment.

Edited by SmartHomeEddy
Link to comment
Share on other sites

  • 0
  • Inquirer
  • Thanks, 

    in my observation i think we must exclude more and let less space for interpretation.

    The current documentation will have much space for improvement (+ some case sensitive wrong documented parameters).

     

    I have changed my interval triggers as well. Hopefully this will stop this strange behavior at night.

     

    Link to comment
    Share on other sites

    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...