Announcement

Collapse
No announcement yet.

Hue color lights in HSTouch

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Hue color lights in HSTouch

    I would like to have my light icon show the color of the light at that moment. Would it be possible to see the bulb color as in Hue light device?

    #2
    Yes it's possible, but requires some scripting...

    See result here (the lamp video is on top for demo purposes):

    https://youtu.be/sRu0vxlGCTk

    I output the color as a small RGB png in the html folder, you can use it for any kind of overlay.

    Comment


      #3
      Originally posted by 123qweasd View Post
      Yes it's possible, but requires some scripting...

      See result here (the lamp video is on top for demo purposes):

      https://youtu.be/sRu0vxlGCTk

      I output the color as a small RGB png in the html folder, you can use it for any kind of overlay.
      Hi

      Can you give more detail on how this works please - very interested !

      Cheers

      Comment


        #4
        Hi Pocster,
        Devices are Tasmota, data comes from MCSMQTT;
        Whenever a change is detected (via HSBcolor), a small sample color PNG file is created in the HTTP folder (one script/event per device);
        The slider background pulls the URL image, is video "true", refresh 0.

        Comment


          #5
          Originally posted by 123qweasd View Post
          Hi Pocster,
          Devices are Tasmota, data comes from MCSMQTT;
          Whenever a change is detected (via HSBcolor), a small sample color PNG file is created in the HTTP folder (one script/event per device);
          The slider background pulls the URL image, is video "true", refresh 0.
          Ok . Lots of stuff I’m not familiar with there ! I’ll look into it . Thanks

          Comment


            #6
            123.. that looks really good, can you share script and etc.

            Sent from my SM-G973U1 using Tapatalk

            Comment


              #7
              Hi alphatech , sorry for the delay; my XML/scripts are still WIP and I'm working on resolving some bugs; I will post back results once everything is stable.
              Thanks

              Comment


                #8
                Originally posted by 123qweasd View Post
                Hi alphatech , sorry for the delay; my XML/scripts are still WIP and I'm working on resolving some bugs; I will post back results once everything is stable.
                Thanks
                Appreciate it, thank you

                Sent from my SM-G973U1 using Tapatalk

                Comment

                Working...
                X