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

Press button on user VD from scene via button ID?


Question

Posted

Hello, is possible prees button from scene by referencing ID of button  instead of number of button?

sometimes I move buttons and after it is necessary corevet all scripts...

now

fibaro:call(358, "pressButton", "3")

better

fibaro:call(358, "pressButton", "offID")

or

fibaro:call(358, "offID")

Thanks

4 answers to this question

Recommended Posts

  • 0
Posted

The topic has been moved from "

Please login or register to see this link.

" to "

Please login or register to see this link.

".

 

Temat został przeniesiony z "

Please login or register to see this link.

" do "

Please login or register to see this link.

".

  • 0
Posted
On 01/09/2017 at 8:22 AM, marbe said:

Hello, is possible prees button from scene by referencing ID of button  instead of number of button?

sometimes I move buttons and after it is necessary corevet all scripts...

now

fibaro:call(358, "pressButton", "3")

better

fibaro:call(358, "pressButton", "offID")

or

fibaro:call(358, "offID")

Thanks

 

Hi @marbe,

 

That is possible but it has to be done in code of the VD. I have that solution implemented in my new universal HA system that I'm still working on. In short I use global table that keeps settings of all VD on one place and it is automatically updated every time when something is changed on VD. Other code then reference to that table to identify type of the VD and controls on it.

 

  • 0
  • Inquirer
  • Posted

    Hi, thank for answer. If I can understand well, this construction fibaro:call(358, "pressButton", "off") (off is id of button) works at virtual devices, but not at scenes?

    Can FIBARO add this behavior to scenes too? It is more comfortable and clear, if I use buttons id number instead.

    Thanks.

    • 0
    Posted

    Did anyone find a way of doing this? I am having the same issue and would like to not have to count buttons to work out what button i want to push

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