Announcement

Collapse
No announcement yet.

New Limitless, MiLight, EasyBulb etc. Plugin

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

    New Limitless, MiLight, EasyBulb etc. Plugin

    Hi,

    I'm in the final stage of a new plugin called LimitLessLED

    It supports the new Wifi iBox hub's(v6) for Limitless, MiLight, EasyBulb etc..

    See image of the devices screen below. Please let me know if I'm on the right track ? What features would you like to see etc...
    It's pretty basic now, but I don't like to implement all kind of fancy stuff which will be hardly used. The risk of bugs is higher and it will take a lot more time to develop and maintain.

    But of course I will implement any functions that I didn't think of yet.

    The protocol has been changed dramatically, but it's now future proof, modulair and can even support other type of (LED) lamps if necessary
    Attached Files
    Regards,

    Rien du Pre
    The Netherlands
    Using:
    Homeseer PRO latest HS4 BETA on a Raspberry
    Plugin's:
    RFXCOM, mcsMQTT, Z-Wave

    #2
    Great idea to start with an mvp (minimal viable product). Will have to buy some v6 bridges to test!

    Will this plugin work in Linux?

    Sent from my A0001 using Tapatalk

    Comment


      #3
      Just got my IBox2 working with my 6 zones so ready to see what you got .

      Let me know if you need testers. would love to get this integrated.

      Also I am running RGBW - will app support separate control of White/RGB

      Thanks,
      Steven G

      Comment


        #4
        Originally posted by steveng View Post
        Just got my IBox2 working with my 6 zones so ready to see what you got .

        Let me know if you need testers. would love to get this integrated.

        Also I am running RGBW - will app support separate control of White/RGB

        Thanks,
        Steven G
        The app is submitted to the Homeseer store, but not available yet.

        2 questions;
        What do you mean with 6 zones, 4 zones is the maximum or am I missing something

        What do you mean with separate control of white/RGB, can you explain?
        Regards,

        Rien du Pre
        The Netherlands
        Using:
        Homeseer PRO latest HS4 BETA on a Raspberry
        Plugin's:
        RFXCOM, mcsMQTT, Z-Wave

        Comment


          #5
          Here is my Controller


          What do you mean with 6 zones, 4 zones is the maximum or am I missing something.
          I have 6 of these which i call zones but really they are just controllers.

          my remote does not use zones at all it syncs all controllers in range to same setting. (Maybe just uses zone 1?)


          What do you mean with separate control of white/RGB, can you explain?
          Review controller link above and view remote.
          My strips have RGB+WW so I can control not only RGB but I can also have a full range of white (hot - cool)

          I have looked thru the API's and examples from Limitless and RGBWW looks to be supported along with White Light on %, Saturation, and Brightness ETC...

          I will install Limitless admin tool tonight and connect to see what options my system handles as well as what zone it uses.

          Thanks,
          Steven G

          Comment


            #6
            Originally posted by Rien du Pre View Post
            The app is submitted to the Homeseer store, but not available yet.
            Great news!

            I'll order a few http://www.limitlessled.com/shop/wifi-bridge-v6/ bridges (box versions prob) to test, i assume that your code is not compatible with V4 bridges. I have bought a few of your plugins recently (thanks) my platform is currently Linux.

            Comment


              #7
              Tried your plugin out and its not working for RGBWW

              Looks like your code is sending RGBW cmd: (07 or 08) v5/v6
              80 00 00 00 11 86 01 00 20 00 31 00 00 08 04 01 00 00 00 01 00 3F

              my code for RGBWW is: (06) v?
              ON: 80 00 00 00 11 E5 01 00 01 00 31 00 00 06 03 01 00 00 00 00 00 3C
              OFF: 80 00 00 00 11 E5 01 00 01 00 31 00 00 06 03 02 00 00 00 00 00 3D

              I would need zones to be all (00) and cmd to be for RGBWW

              Let me know your thoughts

              I am sure you know but just in case code examples for RGBWW
              http://www.limitlessled.com/dev/ - Look for zoneCtlRGBWWFactory

              Thanks,
              Steven G
              Last edited by steveng; April 21, 2017, 10:02 AM.

              Comment


                #8
                Originally posted by steveng View Post
                Tried your plugin out and its not working for RGBWW

                Looks like your code is sending RGBW cmd: (07 or 08) v5/v6
                80 00 00 00 11 86 01 00 20 00 31 00 00 08 04 01 00 00 00 01 00 3F

                my code for RGBWW is: (06) v?
                ON: 80 00 00 00 11 E5 01 00 01 00 31 00 00 06 03 01 00 00 00 00 00 3C
                OFF: 80 00 00 00 11 E5 01 00 01 00 31 00 00 06 03 02 00 00 00 00 00 3D

                I would need zones to be all (00) and cmd to be for RGBWW

                Let me know your thoughts

                I am sure you know but just in case code examples for RGBWW
                http://www.limitlessled.com/dev/ - Look for zoneCtlRGBWWFactory

                Thanks,
                Steven G
                Sorry for the late reply.
                The on/off code you wrote, do work for you ?

                I could nog find any documentation about this. I can easily add them but I rather have some documentation on all the commands, like brightness colors etc.
                Regards,

                Rien du Pre
                The Netherlands
                Using:
                Homeseer PRO latest HS4 BETA on a Raspberry
                Plugin's:
                RFXCOM, mcsMQTT, Z-Wave

                Comment


                  #9
                  This code works for me (red is command - blue is zone)
                  ON: 80 00 00 00 11 E5 01 00 01 00 31 00 00 06 03 01 00 00 00 00 00 3C
                  OFF: 80 00 00 00 11 E5 01 00 01 00 31 00 00 06 03 02 00 00 00 00 00 3D
                  Brightness (this 100%): 80 00 00 00 11 18 00 00 5E 00 31 00 00 06 02 64 00 00 00 00 00 9D
                  colorSet (Red): 80 00 00 00 11 F8 00 00 6A 00 31 00 00 06 01 FF FF FF FF 00 00 35
                  colorSet (Blue): 80 00 00 00 11 F8 00 00 6A 00 31 00 00 06 01 BA BA BA BA 00 00 35
                  Set Modes (1-9 - this is 9): 80 00 00 00 11 E8 00 00 70 00 31 00 00 06 04 09 00 00 00 00 00 44


                  It follows sames code set as others except mine uses 06 and uses 00 for zone)

                  Only document i have found is here:
                  http://www.limitlessled.com/dev/
                  Look for "var zoneCtlRGBWWFactory=function(zoneID)"
                  Mine follows this exact hex code except replace 0x07 with 0x06

                  Also
                  On the plugin the IP will not save from settings, I had to manually enter it in the HSPI_LimitlessLED.ini file and restart plugin.

                  I also tried to change ZType1=6 but it still used 7

                  Let me know if you need any more info. Also if you want me to test hex code or anything just let me know.

                  Thanks Steven G

                  Comment


                    #10
                    did this ever make it to a finished version?
                    I have a MiLight v6 box with RGBWW Bulbs and LED Strips but just seen that Jon has stopped developing the plugin by the looks of things due to the crazy amount of code needing to be kept up in the air.

                    Wish i had checked this out before ordering a new hub - all my old ones have now bitten the dust, v6 only from here on for me.

                    Comment


                      #11
                      I'm interested also with the progress of this plug-in. I'm in the market to buy some GU10 LED's and the cheaper EasyBulbs look like an attractive option, but I'd want to control them with HomeSeer...

                      Thanks,
                      David

                      Comment


                        #12
                        Also intrested in this. Also been pushing and following this in the Imperihome plugin side too.

                        Comment


                          #13
                          Are any of these the same as the MagicHome stuff?

                          Comment


                            #14
                            I'm having a little paly with the plugin.
                            On the app there are 'scenes' where you can have lights falshing different colours. Could something like that be implemented in the plugin?

                            Comment


                              #15
                              Originally posted by IanIreland View Post
                              I'm having a little paly with the plugin.
                              On the app there are 'scenes' where you can have lights falshing different colours. Could something like that be implemented in the plugin?
                              I did not implement this feature
                              Regards,

                              Rien du Pre
                              The Netherlands
                              Using:
                              Homeseer PRO latest HS4 BETA on a Raspberry
                              Plugin's:
                              RFXCOM, mcsMQTT, Z-Wave

                              Comment

                              Working...
                              X