-
Hey there, First off, big thanks for the awesome ESPHome component: AwoX BLE mesh (MQTT) hub. I've got it all set up and running in ioBroker, and I'm having a blast controlling my lamps and playing around with the colors. But I've hit a bit of a snag. Even though I can tweak the RGB codes to create some cool scenes, I can't seem to replicate the simple "light" settings I can do in the app, like switching between warm or cool light. I noticed there are RGB and brightness modes, but messing with those hasn't quite worked out for me. Any tips or pointers on where I might look to get this sorted? Here's what I'm working with: product_id: 0x4B I'm controlling the bulbs like this:
Thanks a ton for the help and for the great project! Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, you don't need to send all the info. if you want to set the color temp use:
or to change the brightness
or change color
You can combine So to switch between light modes you need to send the "previous" Groet Frans |
Beta Was this translation helpful? Give feedback.
Hi,
you don't need to send all the info.
if you want to set the color temp use:
or to change the brightness
or change color
You can combine
color
andbrigtness
orcolor_temp
andbrightness
. You don't need to pass the color_mode. That is something used by HomeAssistant internallySeeEspHome-AwoX-BLE-mesh-hub/components/awox_mesh/awox_mesh_mqtt.cpp
Line 540 in b21e6fb
So to switch between light modes you need to send the "previous"
color_temp