MoonLiightz / magic-home

A CLI and library written in Go for controlling Magic Home (Magic Hue) LED Strip Controllers.
MIT License
51 stars 8 forks source link

Issue #8

Open hoesman opened 1 year ago

hoesman commented 1 year ago

Hello, I have 3 controllers on same network, the discovery doesnt find them, no network activity on wireshark. Also I can turn them on/off but not change colors. here is info:

D:_SUITE\magichome>magichue discover Discovering.......... No devices discovered.

D:_SUITE\magichome>magichue status --json 192.168.1.150 {"DeviceType":51,"State":1,"LedVersionNumber":10,"Mode":97,"Slowness":5,"Color":{"R":186,"G":255,"B":90,"W":0}}

D:_SUITE\magichome>magichue status --json 192.168.1.242 {"DeviceType":51,"State":0,"LedVersionNumber":10,"Mode":97,"Slowness":10,"Color":{"R":129,"G":82,"B":28,"W":0}}

D:_SUITE\magichome>magichue status --json 192.168.1.241 {"DeviceType":51,"State":1,"LedVersionNumber":10,"Mode":97,"Slowness":5,"Color":{"R":164,"G":62,"B":3,"W":0}}