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


Deactivate scene by itself


Sergio V

Recommended Posts

Please login or register to see this code.

Hi.

 The given code works.

  Please tell me if it is correct to deactivate the scene in this way?

 Task - when turning off the TV, which is connected to the network via the Fibaro Wall Plug, a scene should be activated that will complete the task and deactivate itself. Scene activation occurs according to the condition of consumed energy { conditions = { { id = 108, isTrigger = true operator = "<", property="power", type="device", value = 10 } }, operator = "all" } This scene sets the lighting brightness via Fibaro Dimmer 2 to 50%. Here comes the problem. Since the TV is turned off and does not consume power and the scene remains active, the light level returns to 50% even after manual adjustment to another level. This scene will be activated differently - by turning on the TV. Thank you very much.

 

Declarations 

{

  conditions = { {

      id = 102,

      isTrigger = true,

      operator = "==",

      property = "value",

      type = "device",

      value = true

    } },

  operator = "all"

}

 

Actions

 

function fibaro.setSceneEnabled(sceneID, enabled)

 api.put("/scenes/105",{enabled=enabled})

end

fibaro.setSceneEnabled(105,false)

    

end

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
Reply to this topic...

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