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


  • 1

Scene to disable another scene


karaokek

Question

Good morning.

I  have a number of Xmas scenes - running 1st December to 6th January.

Is it possible to make a scene that would "disable", (but not hide, preferably) these scenes for the rest of the year.

This would make it easier to use the Xmas releated devices elsewhere in the rest of the year.

Thanks

Link to comment
Share on other sites

17 answers to this question

Recommended Posts

  • 1

You can use this command in any VD or scene code to control scene behavior:

Please login or register to see this code.

Or this code to put it in manual mode, it will not be completely disabled and can still run manually:

Please login or register to see this code.

To enable scene to run normally again with triggers or manually use this code:

Please login or register to see this code.

Of course instead of sceneID you need to set scene ID number.

  • Like 5
Link to comment
Share on other sites

  • 1
1 hour ago, sarf77 said:

What would be the new version of this for HC3 please Sankotronic? 

 

Hi @sarf77 ,

 

On HC3 you can use following commands to change scene run mode or even disable it:

Instead of HC2 command:

Please login or register to see this code.

on HC3 use:

Please login or register to see this code.

You must use this command to enable scene again because changing scene run mode will not do that:

Please login or register to see this code.

 

To change run mode instead of HC2 command:

Please login or register to see this code.

on HC3 use:

Please login or register to see this code.

 

and instead of HC2 command:

Please login or register to see this code.

on HC3 can use:

Please login or register to see this code.

 

  • Thanks 1
Link to comment
Share on other sites

  • 0

Hi
I think you can use this one. :)

 

Please login or register to see this attachment.

 

 

Customize it and use scenes. :)

 

Please login or register to see this spoiler.

 

Edited by hTiger1
Link to comment
Share on other sites

  • 0

Thanks hTiger I'll give that a shot. 

 

I kinda wanted to incorporate into LUA as the VD button already uses LUA. But that's a good backstop. 

Link to comment
Share on other sites

  • 0

Just set up a variable called “xmas” and have off and on. Trigger the variable with a time based scene that starts 1st dec and turns “xmas” on then 6th Jan turns “xmas” off. Your Christmas scenes will have a condition to meet of “on” and if not met they won’t trigger. 

 

This way, the rest of the year devices can be used for something else. 

 

Ive set my “holiday” “home” and “special” modes up for my house the same way. At the touch of a button, the whole house changes function. 

Edited by sarf77
Link to comment
Share on other sites

  • 0
23 hours ago, maximosm said:

 

can you help with the setup?

Hi
Where do you have problems, have you installed .vfib? :)

Link to comment
Share on other sites

  • 0

Hi

You will get your code by typing your  fibaro ID on this page:

 

base64 sample decoder

Please login or register to see this link.

 

To test. If you enter "admin:admin" you get this code: WRtaW46YWRtaW4=

 

 

 

Edited by hTiger1
Link to comment
Share on other sites

  • 0

 

Host is: 127.0.0.1
You must enter your "email address: password" separated by ":"
eg "[email protected]:ge4/#ferr51" provides with base64
VGVzdEBnYnJldi5jb206Z2U0LyNmZXJyNTE =

IP address = 127.0.0.1
TCP port = 11111

 

Host = 127.0.0.1
Insert your base 64 generated code instead of the one in .vfib.
Insert your scene id.
There should be a blank line, use copy paste so you do not change spaces / lines.

 

Please login or register to see this spoiler.

 

Edited by hTiger1
Link to comment
Share on other sites

  • 0
On 1/22/2019 at 9:29 PM, hTiger1 said:

Hi

You will get your code by typing your  fibaro ID on this page:

 

base64 sample decoder

Please login or register to see this link.

 

To test. If you enter "admin:admin" you get this code: WRtaW46YWRtaW4=

 

 

 

 

On 2/26/2020 at 3:32 AM, hTiger1 said:

 

Host is: 127.0.0.1
You must enter your "email address: password" separated by ":"
eg "[email protected]:ge4/#ferr51" provides with base64
VGVzdEBnYnJldi5jb206Z2U0LyNmZXJyNTE =

IP address = 127.0.0.1
TCP port = 11111

 

Host = 127.0.0.1
Insert your base 64 generated code instead of the one in .vfib.
Insert your scene id.
There should be a blank line, use copy paste so you do not change spaces / lines.

 

Please login or register to see this spoiler.

in ip address and host we have to use our ip address or 127.0.0.1 given by you?? 

Link to comment
Share on other sites

  • 0
  • Inquirer
  • On 1/20/2019 at 1:37 AM, sarf77 said:

    Just set up a variable called “xmas” and have off and on. Trigger the variable with a time based scene that starts 1st dec and turns “xmas” on then 6th Jan turns “xmas” off. Your Christmas scenes will have a condition to meet of “on” and if not met they won’t trigger.

    Ive set my “holiday” “home” and “special” modes up for my house the same way. At the touch of a button, the whole house changes function. 

    I'm sorry that I have not already thanked everyone for their help.

    better late than never - Thanks everyone.

    I eventually went wit the Xmas variable - it worked well, and for me it was easy to do. I also have Holiday etc varaibles set up.

    Thanks, again

    Clive

    Link to comment
    Share on other sites

    • 0

    Hi
    I've created a .vfib for you.
    Your ip address should not be used.


    Enter ipaddress: 127.0.0.1 as shown in the image.
    Enter TCP port: 11111 as shown in the image.

     

    You can run the virtual device at the click of a button.
    It provides good opportunities to launch the virtual device, with, for example, an automatic scene.

     

    The first "Disabler" scenen.
    The second sets the scene for "automatic"

     

    You can even copy the code into a new virtual device, or use it as is.  ?

     

    Please login or register to see this attachment.

     

    Please login or register to see this spoiler.

     

    Link to comment
    Share on other sites

    • 0
    On 2/27/2020 at 4:16 PM, hTiger1 said:

    Hi
    I've created a .vfib for you.
    Your ip address should not be used.


    Enter ipaddress: 127.0.0.1 as shown in the image.
    Enter TCP port: 11111 as shown in the image.

     

    You can run the virtual device at the click of a button.
    It provides good opportunities to launch the virtual device, with, for example, an automatic scene.

     

    The first "Disabler" scenen.
    The second sets the scene for "automatic"

     

    You can even copy the code into a new virtual device, or use it as is.  ?

     

    Please login or register to see this attachment.

     

    Please login or register to see this spoiler.

    Thankyou @hTiger1

    Link to comment
    Share on other sites

    • 0
    On 1/23/2019 at 4:43 AM, Sankotronic said:

    You can use this command in any VD or scene code to control scene behavior:

    Please login or register to see this code.

    Or this code to put it in manual mode, it will not be completely disabled and can still run manually:

    Please login or register to see this code.

    To enable scene to run normally again with triggers or manually use this code:

    Please login or register to see this code.

    Of course instead of sceneID you need to set scene ID number.

     

     

     

    What would be the new version of this for HC3 please Sankotronic? 

    • Like 1
    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...