fairecasoimeme / ZiGatev2

ZiGate+ (v2) universal zigbee gateway
https://zigate.fr
22 stars 6 forks source link

Set Colour Loop command sets the start hue but the color doesnt change at all #54

Open dmsherazi opened 1 year ago

dmsherazi commented 1 year ago

Hi , I tried to implement it with following params

update_flags = 00001111
eAction = 0x01
eDirection = 0x01
u16Time = 25
u16StartHue =0

The command id is 0x00BE

I get a 200 status response. The lights turn RED but the color doesnt change at all . Although the atribute 8 of 0x300 cluster will report value as 0x01 indicating that the color loop is active!

Am I doing something wrong?