Color picker and MQTT

Hello everyone, I’m a new Gladys user. My Gladys setup uses only the MQTT integration, with the latest Node-RED.

I’m testing the color-picker function,

Hi @sebastien-b !

The color is sent in integer format :slight_smile:

We have some JS conversion functions in Gladys:

Which you can use in Node-RED in a « JS code » block to convert to the format you want (RGB, HEX)

Thank you, it works perfectly!

Have a good day everyone
seb

1 Like