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


Recommended Posts

Posted

Today I managed to control the RGB leds strips from HC2.

Concept:

Please login or register to see this link.

running small web server

Please login or register to see this link.

Interface is connected to the Raspberry Pi

Leds strips are connected to a

Please login or register to see this link.

HC2 Virtual device is sending HTTP command with the desired color to Raspberry Pi

Raspberry Pi wills end the color to the led drivers.

Concept will be optimize in the next days for more control …like slider color election.

Jelle thanks for your help

Please login or register to see this attachment.

Posted

+ 1000

Please login or register to see this image.

/emoticons/default_icon_biggrin.gif" alt=":-D" />

Posted

This sounds great, what software are you running on the Raspberry Pi for controlling all this?

  • Topic Author
  • Posted

    On the PI the standard installation is running with a small webserver that will send the commands directly to the USB interface.

    Please login or register to see this link.

    - lighttpd

    - python, spawn-fcgi, php5-cgi en php5-common

    I will post later more about it including a youtube video.

    It runs very smooth and fast response.

    Jelle is optimizing the Python scripts so that you can control up to 255 led strips with single installation

    Posted

    Very nive, I am waiting your information about that.

    Guest jrkalf
    Posted

    Yeah,

    Still working on it. Had a heavy day today. Long work/home traffic and less time to code.

    I'll check into the code about the device stearing and seeing how I can break up the sliders into passable code.

    I must say, quite cool having a discolight party at someone elses house.. How's the Gold and Aquamarine lighting up your room TANE?

    Please login or register to see this image.

    /emoticons/default_icon_mrgreen.gif" alt=":mrgreen:" />

    Jelle

  • Topic Author
  • Posted

    Changed some code that I can control 2 different strips.

    I have done that dirty way (double code)

    Also added some nice options like Fade en Red Alert

    PS. don't use the red alert....

    Please login or register to see this image.

    /emoticons/default_icon_razz.gif" alt=":-P" />

    Please login or register to see this attachment.

    Posted

    Thanks for the details, another quick question, what software are you using to integrate with the USB led driver and what actually runs on the web server that actually sends the commands to the USB led driver?

  • Topic Author
  • Posted

    There is no additional software for controlling the led driver.

    From a python script the commands are directly send to the comport

    This command will turn the strip-1 in red

    ser.write("\x01\x01\x00\x03\xff\x00\x00")

    This one is color green for strip-2

    ser.write("\x01\x02\x00\x03\x00\xff\x00")

    Last 3 commands are the hex color codes

    Posted

    Ah ok, thanks. I am not that tech savy so I might wait for you guys to provide more details when you get time. Sounds great though!

    Posted

    Could you not use one of these also?

    Please login or register to see this link.

  • Topic Author
  • Posted

    The Domation system is fully wireless.

    Not sure if the DMX can do that. This was not so in the past.

    Posted

    Wireless DMX can do that but it is very expensive

    Please login or register to see this image.

    /emoticons/default_icon_sad.gif" alt=":-(" />

    Posted

    a small leak

    Please login or register to see this link.

    Guest jrkalf
    Posted

    Ohh noes, did he just leak it out to Poland before leaking it internationally....

    Please login or register to see this image.

    /emoticons/default_icon_mrgreen.gif" alt=":mrgreen:" />

    Posted

    Very nice! I'm in the process of building my own new house, and just a few weeks from being finished. I've already installed 12 Fibaro modules (mostly dimmers) and also three sets of high power RGBW led strings. Those leds are controlled via WiFi, it already works on my iPhone.

    I'm hoping to sniff the data the iPhone app sends, so I can try controlling it with the Fibaro. But my guess is that the Fibaro can't connect/communicate with devices over WiFi, so I'll have to make some kind of pass-through on a PC, which receives commands from the Fibaro and sends them to the led controller over WiFi.

    Is anyone familiar with these controllers? This is it:

    Please login or register to see this link.

  • Topic Author
  • Posted

    If you can find the commands.

    Is there any browser control option available?

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