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

LUA for Virtual devices and global variables check


Question

Posted

Hello,

 

I am looking for some expert help for making a scene using global variables and virtual devices.

I have a set of 8 global variables namely A through H and 8 virtual devices.

 

I would like to make a check each morning at a specified lime, 7.30 AM like this:

Check if Variable A is equal to "auto" and if yes then press VD1 button11,

then Check if Variable B is equal to "auto" and if yes then press VD2 button11 and so on.

 

I have tried to make it using graphics blocks but i did not succeed.

 

Would be great if someone could lend a hand to a novice:) 

 

Thank you

7 answers to this question

Recommended Posts

  • 0
Posted

Hello,

 

I am looking for some expert help for making a scene using global variables and virtual devices.

I have a set of 8 global variables namely A through H and 8 virtual devices.

 

I would like to make a check each morning at a specified lime, 7.30 AM like this:

Check if Variable A is equal to "auto" and if yes then press VD1 button11,

then Check if Variable B is equal to "auto" and if yes then press VD2 button11 and so on.

 

I have tried to make it using graphics blocks but i did not succeed.

 

Would be great if someone could lend a hand to a novice:) 

 

Thank you

Do you have HC2 system - I mean can you use LUA code? If yes it's very simple to implement.

Please let me know and I'll post LUA code.....

  • 0
  • Inquirer
  • Posted

    Yes i have HC2.

     

    Thank you

    • 0
    Posted
    something like this: 

     

    if ( fibaro:getGlobalValue( "A" ) == "auto" )

       then fibaro:call(ID, "pressButton", "11");

     

    ID is id of virtual device 

    • 0
    Posted

    Here is the simple code for scene... (could be done using tables and loops)

     

    Please "Add scene in LUA" and copy the code below.

    Please login or register to see this code.

    Please replace VD-ID with your required Virtual device ID.

     

    • 0
  • Inquirer
  • Posted

    Thank you:)   it works

    Please login or register to see this image.

    /emoticons/default_smile.png" alt=":)" srcset="https://forum.fibaro.com/uploads/emoticons/[email protected] 2x" width="20" height="20" /> 

    • 0
    Posted

    No problem... I understand that you have added "end" statement for each IF command... sorry for missing that.

    • 0
  • Inquirer
  • Posted

    sure.  and some ) after every "auto" 

     

    thank you very much

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