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

How can I use the Samsung Plugin a Scene


Question

Posted

Hello everybody

How can I use the Samsung Plugin a Scene ?


Thank you for your help.

8 answers to this question

Recommended Posts

  • 0
Posted

You cant.

  • 0
  • Inquirer
  • Posted

    Can I use this Virtual device  a Scene ?

     

    Please login or register to see this link.

     

    I would like to create a scene where I can set my Samsung TV that switches exactly 20 clock itself on channel 1 .
    Unfortunately, I do not know how I can embed a module in a virtual scene .

     

    Thank you for your help.

    • 0
    Posted

    You cant.

     

    It´s a really bad limitation of the plugins currently that really should be fixed.

    • 0
    Posted

    we are more then a year later. Is this possible yet?

    • 0
    Posted

    What is the meaning of plugins from a home automation perspective if they can't be used in scenes? So strange!

    • 0
    Posted

    same for me, I cannot understand the plugin if I cannot control it.

    No need to have the remote controller in the Fibaro app because I have a real remote controller and in case there is also the Samsung app with their remote controller already free of charge.

    So what I would need from an automated system is for example:

    - someone opens the external door while I am watching TV and the system automatically switches the Samsung TV to HDMI2 to show the external webcam

    If something like that is not possible then it's not needed at all. My opinion.

     

    • 0
    Posted

    of course one can control plugins from a scene, if there are any actions defined (example: our Sonos Plugin), you can call them via LUA

     

    Please login or register to see this image.

    /monthly_2016_10/sonos_plugin_intuitech.JPG.d49e7f2e2743200a1e47faf809d62038.JPG" alt="sonos_plugin_intuitech.JPG" />

     

    and if there are no actions defined you can still call the Plugin UI, like

     

    http://HCx//api/plugins/callUIEvent?deviceID=823&elementName=pause_Button&eventType=onReleased

     

    where deviceID is Plugin ID, elementName the actual Plugin Button Name and Type the action which need to be considered.

    To get these values, simply inspect the code in your browser (right click on element, here Power Button of Samsung plugin and do Inspect):

     

    inspect.png

     

    This can be done from scene (LUA only, so not on HCL, unless you create VD which calls all Buttons via http get -> example here

    or from VD (LUA or HTTP GET)

     

     

    • 0
    Posted
    On 10/22/2016 at 7:21 PM, tinman said:

    of course one can control plugins from a scene, if there are any actions defined (example: our Sonos Plugin), you can call them via LUA

     

    Please login or register to see this link.

     

    and if there are no actions defined you can still call the Plugin UI, like

     

    http://HCx//api/plugins/callUIEvent?deviceID=823&elementName=pause_Button&eventType=onReleased

     

    where deviceID is Plugin ID, elementName the actual Plugin Button Name and Type the action which need to be considered.

    To get these values, simply inspect the code in your browser (right click on element, here Power Button of Samsung plugin and do Inspect):

     

    Please login or register to see this link.

     

    This can be done from scene (LUA only, so not on HCL, unless you create VD which calls all Buttons via http get -> example here

    or from VD (LUA or HTTP GET)

     

     

     

    hi tinman, yes it works.

    I created a VD with IP of HCL and port 11111

    adding a button with the string:

    GET /api/plugins/callUIEvent?deviceID=88&elementName=NUM_5_Button&eventType=onReleased HTTP/1.10x0D0x0AHost:192.168.1.10 0x0D0x0AAuthorization: Basic XXXXXXXXXXXXXXX 0x0D0x0A0x0D0x0A

     

    in that example the VD goes to channel 5 in the TV.

    To be able to know the button code yes you need to inspect the graphic button but only if you use Chrome as browser.

    thank you for the info

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