Connected ESP32 MQTT Garland

Hello,
I’m developing a garland controlled by an ESP32, and I want to control it via MQTT.
I can perfectly send it information about whether it should be turned on or the power, but for the color, I have unusable values (I don’t know how to interpret them).
However, for the rest, I can’t integrate them into the main page.
Indeed, out of the 9 different parameters (on/off, hue, brightness, color, saturation, light temperature, power consumed, effect, effect speed), only three are displayed on the Dashboard.
Do you know where this could come from?

Hello @NePher! I just saw your message back from vacation :slight_smile:

Not all features are necessarily displayed on the dashboard because the dashboard does not handle everything.

Currently, this box manages:

  • All read-only devices (sensors in short)
  • For actuators, we manage on/off, color, brightness, temperature, and dimmer

(See code: Gladys/front/src/components/boxs/device-in-room/EditDeviceInRoom.jsx at master · GladysAssistant/Gladys · GitHub)

Are you sure you have set as « read-only » what is read-only?

For the rest, « effect » and « effect speed, » what exactly are they?