millskyle / BRMesh_homeassistant

ESP32 interface for interfacing BRMesh lights to HomeAssistant using MQTT
17 stars 1 forks source link

RGBW #1

Open geowings opened 5 months ago

geowings commented 5 months ago

Hi Millskyle,

Thanks for the code, working like a a charm! Except my White doesn't seem to work. Got the payload: jyq_helper: getPayloadWithInnerRetry---> payload:7201a30000007f7f00000000, key: 35323333 It appears like its adding data in data[6] and data[7]

I tried some modifications in the ino on Color Temperature but no results yet. Seems like it doesnt send data: State: 1 data: 220380000000 Color temperature: 210 State: 1 data: 220380000000 Light:Flood 3Red: 59 Green: 255 Blue: 38 data: 72030A263BFF State: 1 data: 220380000000

Based on the payload info i mentioned, could you help me to get the code fixed ?

Many Thanks !