Announcement

Collapse
No announcement yet.

Any interest in wireless RGB LED strip lights with HomeSeer?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • gearyt
    replied
    Originally posted by chewie View Post
    Hey guys, just jumping in here. 3 questions.

    First, is there a version of this for HS2?
    Second, has anyone found the best setting for RGBW to emulate incandescent? Meaning 2700K?
    And Third (Lazy question), is there a link to the download of this so I do not have to go through the whole thread?

    Thanks in advance guys, and thanks a lot for building this! I am pumped to get started with it.
    yes.. started as HS2, see start of thread
    no.. depends on LED selected
    sorry... I'm lazy too

    Leave a comment:


  • chewie
    replied
    Hey guys, just jumping in here. 3 questions.

    First, is there a version of this for HS2?
    Second, has anyone found the best setting for RGBW to emulate incandescent? Meaning 2700K?
    And Third (Lazy question), is there a link to the download of this so I do not have to go through the whole thread?

    Thanks in advance guys, and thanks a lot for building this! I am pumped to get started with it.

    Leave a comment:


  • huggy_d1
    replied
    Any interest in wireless RGB LED strip lights with HomeSeer?

    Originally posted by Kevin Lo View Post
    Here you go.

    On page 2, I have :

    Homeseer Script API :

    -and nothing else-

    Leave a comment:


  • gearyt
    replied
    Kevin.. any news on a new release

    1) remove need for external software
    2) have both RGB and Music in same group

    ??

    Geary

    Leave a comment:


  • Kevin Lo
    replied
    Originally posted by huggy_d1 View Post
    Is there a script showing how to call HS3 version of the Kevin Lo plugin for the wifi rgb controller? [This would be much simpler to write if it was in its own thread]

    I cannot find the HS3 script reference and with the plugin scripting interface being so different, my old vb.net scripts do not work without modifications. Knowing how to modify by example would save much time.

    For example, in the vb.net scripting reference it is now hs.PluginFunction("plugin name", "instance name", "Function name", array of parameters)
    I do not know what the plugin is called, or whether it is a multi-instance plugin, what functions are available, and what parameter configuration is expected.

    I can make guesses, but it would be better to be told.

    Here you go.
    Attached Files
    Last edited by Kevin Lo; March 18, 2014, 08:09 AM.

    Leave a comment:


  • huggy_d1
    replied
    scripting K-Lo's wifi rgb controller in HS3:

    Is there a script showing how to call HS3 version of the Kevin Lo plugin for the wifi rgb controller? [This would be much simpler to write if it was in its own thread]

    I cannot find the HS3 script reference and with the plugin scripting interface being so different, my old vb.net scripts do not work without modifications. Knowing how to modify by example would save much time.

    For example, in the vb.net scripting reference it is now hs.PluginFunction("plugin name", "instance name", "Function name", array of parameters)
    I do not know what the plugin is called, or whether it is a multi-instance plugin, what functions are available, and what parameter configuration is expected.

    I can make guesses, but it would be better to be told.

    Leave a comment:


  • huggy_d1
    replied
    Thanks. Works now.

    Leave a comment:


  • Kevin Lo
    replied
    Originally posted by huggy_d1 View Post
    Then how do I tell the HS3 plugin the ip address of the rgb led wifi controller?
    When you start the plug-in , it will create a device for you. You can config the IP on that device.
    Attached Files

    Leave a comment:


  • huggy_d1
    replied
    Originally posted by Kevin Lo View Post
    For HS3 plug-in , there is no INI file need to be config. The audio DLL only will call when you press the Audio control button. If you don't press it , it will not have any problem for the plug-in.

    Thanks
    Then how do I tell the HS3 plugin the ip address of the rgb led wifi controller?

    Leave a comment:


  • Kevin Lo
    replied
    Originally posted by huggy_d1 View Post
    Until this problem is resolved, can you release a version that does not use the audio portion of the plugin so I can actually test it on HS3?

    Also, the user manual (http://www.x10-hk.com/store/download...ser_Manual.pdf) does not tell me what file name is needed to configure the plugin.

    I copied my HS2 config/...ini file to config/...ini on my HS3 system but am not going to purchase an audio driver.

    Please advise.
    For HS3 plug-in , there is no INI file need to be config. The audio DLL only will call when you press the Audio control button. If you don't press it , it will not have any problem for the plug-in.

    Thanks

    Leave a comment:


  • huggy_d1
    replied
    Originally posted by Kevin Lo View Post
    I get that error on one my of HS3 machine , that is running on the ESXi VMware. The server didn't have phiscal sound card and no sound card detected in the VM Win7 x64 , that why have that problem. (And speaker have a red cross on system tray)

    Then I install the virtual sound card for testing , then my problem solve.

    http://www.virtualaudiostreaming.net/

    I can't reproduce the problem in my other "normal" PC that running HS3.
    Until this problem is resolved, can you release a version that does not use the audio portion of the plugin so I can actually test it on HS3?

    Also, the user manual (http://www.x10-hk.com/store/download...ser_Manual.pdf) does not tell me what file name is needed to configure the plugin.

    I copied my HS2 config/...ini file to config/...ini on my HS3 system but am not going to purchase an audio driver.

    Please advise.

    Leave a comment:


  • huggy_d1
    replied
    Originally posted by Kevin Lo View Post
    I try to find out which DLL or driver is missing. If I uninstall the software , problem happen again. I believe that , there should be some driver for Audio is missing.

    Yes , now I only implement the Red channel only. Any idea on the color for audio control ? just looping R -> G -> B ?

    try to set the fade rate to 0 or 1 , then you will see the change.
    The signal for the average of RGB should be relative to average of the audio, and the peak should be related to the peak bass / mid to give the impact. Just my thoughts, and could be wrong.

    Leave a comment:


  • Kevin Lo
    replied
    Originally posted by scott12v View Post
    Same here...installed the software fixed the issue. I had previously tried installing the Motherboards native soundcard drivers (rather than just relying on the drivers that Windows installed), but that didn't help.

    I'm going to play around and see if you can just keep certain files or just the driver at no cost.

    In the meantime, one thing - the audio control only uses the red channel - is that correct?

    I guess two things - it seems like the fades in and out based on the music should be "harsher" or more abrupt. There are no distinct changes when there's a big bass hit...just a soft fade.

    Thanks,
    Scott
    I try to find out which DLL or driver is missing. If I uninstall the software , problem happen again. I believe that , there should be some driver for Audio is missing.

    Yes , now I only implement the Red channel only. Any idea on the color for audio control ? just looping R -> G -> B ?

    try to set the fade rate to 0 or 1 , then you will see the change.

    Leave a comment:


  • scott12v
    replied
    Originally posted by gearyt View Post
    Adding software cured problem...
    Same here...installed the software fixed the issue. I had previously tried installing the Motherboards native soundcard drivers (rather than just relying on the drivers that Windows installed), but that didn't help.

    I'm going to play around and see if you can just keep certain files or just the driver at no cost.

    In the meantime, one thing - the audio control only uses the red channel - is that correct?

    I guess two things - it seems like the fades in and out based on the music should be "harsher" or more abrupt. There are no distinct changes when there's a big bass hit...just a soft fade.

    Thanks,
    Scott

    Leave a comment:


  • gearyt
    replied
    Adding software cured problem... but... Do I really need to spend $40 to fix ?
    should work with just OS

    Leave a comment:

Working...
X