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


Question

Posted

Good Morning from Vienna!

 

Now I have 2 hours read all the articles on "FibaroHC2 and Logitech Harmony", but clearly is not still me:

 

Can I start with the Harmony-remote scenes on the FibaroHC2-server?
Or can I only send commands from FibaroHC2-server to the Harmony-Remote?
And what Harmony Devices can be used?

Thanks for your answers!

Harald

9 answers to this question

Recommended Posts

  • 0
Posted

API provided by Logitech only allows for starting and stopping its activities. These Harmony Activities can only be defined in Harmony dedicated app - I assume you are familiar with this mechanism. Integrating our devices in Harmony does not really depend on us, but rather on Logitech, and so far it is not possible.

  • 0
Posted

So for now it is possible to start and stop Harmony activites from HC2, but not to run HC2 scenes from Logitech remote?

  • 0
  • Inquirer
  • Posted

    Too bad, now I have to wait to see if his Logitech API for read / write will be open in the future.

    • 0
    Posted

    But doesn't Harmony work with other Z-wave controllers from Vera, Smartthings, Lutron, Insteon, etc.?  Has Fibaro reached out to Logitech to get them to support your API?

     

    Also, next week, the Harmony Home Hub Extender will be released. Will Fibaro support it?

     

    I think the main drawback with Fibaro right now is lack of 3rd party integration.  I have a house full of Cooper Wireless switches and dimmers, and none of them have templates or show up as lights in Fibaro, but rather 'other devices'.  Extremely frustrating.

    • 0
    Posted

    Is it possible to device a custom device on the Harmony Hub that issues HTTP commands?  If this is possible, that could the Hc2 be controlled using e.g.

    Please login or register to see this link.

    etc?

    • 0
    Guest DPKok
    Posted

    @Siddler Did you managed to get your idea working? I'm looking in the same direction to make it possible to start scenes from my Harmony. I'm currently building something with Arduino but not sure if it will work.

    • 0
    Posted (edited)

    You can use scens by virtual device. Just make a Virtual Device from plugin harmony. When you install your harmony it creates on and off switches. Then install firefox developer press ctrl+shift+k on page 192.168.1.132 (adress of my HCL). Press harmony on and off switches they should appear on firefox developer as code. Then copy them to your fibaro virtual device. my code for tv from samsung plugin as an example : /api/plugins/callUIEvent?deviceID=4&elementName=POWER_Button&eventType=onReleased

     

    Example:

    adres IP: 127.0.0.1

    Port TCP: 11111

    This is mine code for tv-off:

     

    GET /api/plugins/callUIEvent?deviceID=4&elementName=POWER_Button&eventType=onReleased HTTP/1.1
    Host: 192.168.1.132
    Authorization: Basic xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

     

     

    (xxxxxxxxxxxxxxxxxxxxx - authorization code base 64 for your admin login and password.
     

    Now you should be able to use harmony in scenes.

     

    In attachment i am sending instructions in Polish language. Just replace firebug with firefox developer.

     

     

    Please login or register to see this attachment.

    Edited by pjjarzembowski
    • 0
    Posted

    Hi,

     

    maybe this could help:

     

    Please login or register to see this link.

     

    Best regards,

     

    Andrzej Browarski

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