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


Quick help - Elgato Key Lights - to my knowledge there is no plough for this


Recommended Posts

Posted

I'm new in this space and send a warm welcome to the community !

 

I play around with these Quick App's for a while, but unfortunately I don't get it ;-)

Actually the requirement is quite simple: with Json I can control my Elgato Key Lights (https://www.elgato.com/de/gaming/key-light) on http://x.x.x.x:9123/elgato/lights.

 

to switch on with json
{
  "lights": [
    {
      "on": 1
    }
  ]
}

to switch off with json
{
  "lights": [
    {
      "on": 0
    }
  ]
}

 

would be very grateful if you could help me briefly.

Regards tom

  • Like 1
  • 2 weeks later...
  • Topic Author
  • Posted

    does everyone steer devices by Rest API?

    • 1 year later...
    Posted

    Hey Tomblo do you have this working now or still not?

     

     

     

     

     

    • 3 weeks later...
    Posted

    Please login or register to see this link.

     

    How can help to make it work on fibaro?

    Posted (edited)

    Try this

    Please login or register to see this attachment.

    set quickAppVariable IP to the IP address of the light

    Please login or register to see this code.

     

    Edited by jgab
    • Like 1
    • 10 months later...
    Posted
    On 6/6/2022 at 3:26 PM, jgab said:

    Try this

    Please login or register to see this attachment.

    set quickAppVariable IP to the IP address of the light

    Please login or register to see this code.

     

    Hi @jgab

     

    Its amazing how many great things you have put into this Forum

    I was wondering if you have an updates version of this QA?

    Its great with Color temperature - and i could i use dimmer function as well :-)

     

    I have two keylights - and i can just create two QA with different IP, but would it be possible to tweak/control both lights identical from the QA - looking the below function it seems that numberOfLights might can be used ?

     

    function QuickApp:turnOn() 
      send("PUT","/lights",{numberOfLights=1,lights={{on=1}}},
        function(data) updateSettings(data.lights[1]) end
      )
    end

     

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