Hi,
After some fighting, I finally got OpenBeken to work, but I'm still struggling with a few things.
To get RGB working, I need the full config in the startup script.
Is this normal?
Also, MQTT does not provide RGB info to HA?
Only brightness and temperature.
I would love to have RGB WW lights and animation over there.
Is this possible?
Using ESPHome I was able to create 2 lights, 1 RGB and 1 white,
but I would love to have this combined.
And for some reason, all my attempts fail.
What am I missing?
AI: What exact RGBWW device are you using (brand/model, or at least the chip/module), and what pin/channel config do you have set in OpenBeken?
Action LSC Smart Connect Smart Ceiling Light 3206306
AI: Can you post your current OpenBeken startup script/light config and the MQTT discovery or HA light config you are using, plus an example of the MQTT payloads it publishes when you change RGB?
ClearIO // clear old GPIO/channels
lfs_format // clear LFS
backlog setPinRole 16 SM16703P_DIN; setPinChannel 16 1
backlog setPinRole 24 PWM; setPinChannel 24 5
backlog setPinRole 26 PWM; setPinChannel 26 4
startDriver SM16703P
SM16703P_Init 12 RGB
startDriver PixelAnim
After some fighting, I finally got OpenBeken to work, but I'm still struggling with a few things.
To get RGB working, I need the full config in the startup script.
Quote:ClearIO // clear old GPIO/channels
lfs_format // clear LFS
backlog setPinRole 16 SM16703P_DIN; setPinChannel 16 1
backlog setPinRole 24 PWM; setPinChannel 24 5
backlog setPinRole 26 PWM; setPinChannel 26 4
startDriver SM16703P
SM16703P_Init 12 RGB
startDriver PixelAnim
Is this normal?
Also, MQTT does not provide RGB info to HA?
Only brightness and temperature.
I would love to have RGB WW lights and animation over there.
Is this possible?
Using ESPHome I was able to create 2 lights, 1 RGB and 1 white,
but I would love to have this combined.
And for some reason, all my attempts fail.
What am I missing?
AI: What exact RGBWW device are you using (brand/model, or at least the chip/module), and what pin/channel config do you have set in OpenBeken?
Action LSC Smart Connect Smart Ceiling Light 3206306
AI: Can you post your current OpenBeken startup script/light config and the MQTT discovery or HA light config you are using, plus an example of the MQTT payloads it publishes when you change RGB?
ClearIO // clear old GPIO/channels
lfs_format // clear LFS
backlog setPinRole 16 SM16703P_DIN; setPinChannel 16 1
backlog setPinRole 24 PWM; setPinChannel 24 5
backlog setPinRole 26 PWM; setPinChannel 26 4
startDriver SM16703P
SM16703P_Init 12 RGB
startDriver PixelAnim