plmilord / Hass.io-custom-component-spaclient

Home Assistant integration - Spa Client
47 stars 16 forks source link

set light color #19

Closed mclever closed 2 years ago

mclever commented 2 years ago

Is there any way to set the light color via HA?

I tried the built-in integration, https://github.com/garbled1/balboa_homeassistan, and yours, none seem to offer the light color selector like this image

plmilord commented 2 years ago

It would be very interesting, but I think there is no way to make it possible. The spa only activates a standard switch to power the LED module. There are no other exchanges with this LED module.

Unless you tell me that you have this option on your control interface on your spa...

mclever commented 2 years ago

I just have on/off that cycles through the colors on touch screen. I need to have a few leds swapped out soon and I'll poke around then and see how the lights are connected to controller.

plmilord commented 2 years ago

Same behavior here. It is possible to believe that we can make the lighting system independent of the controller (but will also remain independent of this component).

jaredgudnason commented 2 years ago

I looked at this extensively when I got the hot tub a couple years ago. Depending on your lighting system, some are literally just a power connection to the controller. It cycles through light settings with power on/off. (this is what I have) The more advanced controller has a control tie in to the tub controller and the screen. Requires updated firmware on controller and newer screen interface. The LEDs themselves are just chained to the control box, treat them like a single color RGB led strip. You absolutely could put in your own lighting controller, but it's not going to have any tie in to the panel on the tub, excepting power on/off if you use that power line coming from the tub controller.

On Sun., May 1, 2022, 11:18 Pierre-Luc Milord, @.***> wrote:

Same behavior here. It is possible to believe that we can make the lighting system independent of the controller (but will also remain independent of this component).

— Reply to this email directly, view it on GitHub https://github.com/plmilord/Hass.io-custom-component-spaclient/issues/19#issuecomment-1114290342, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIFDRQHCRVWEYQZ2DWJKXX3VH24FNANCNFSM5UZJSPYQ . You are receiving this because you are subscribed to this thread.Message ID: <plmilord/Hass.io-custom-component-spaclient/issues/19/1114290342@ github.com>

plmilord commented 2 years ago

Not an issue... general discussion on the idea of improving the LED lighting.