python-magichue icon indicating copy to clipboard operation
python-magichue copied to clipboard

Control Magic Hue(Magichome) in Python.

Results 11 python-magichue issues
Sort by recently updated
recently updated
newest added

**Describe the bug** not working at all unless confirm_receive_on_send is false **To Reproduce** Code to reproduce the behavior: any function **Device** 9W SMART+ **Additional context** I might have a faulty...

**Describe the bug** I cannot discover my led strip using discover_bulbs. It always returns an empty list regardless of how long the timeout is set. But I can still use...

Any possibility of using the microphone to capture sound and make it react to music as in the app?

Great package! I'm using it with some RGBW led strips and the magichome WiFi LED strip controller. The strips I use have a warm white led every other one. You...

**Describe the bug** Setting cool white doesn't work, bulb just turns off **To Reproduce** Code to reproduce the behavior: ```python def setwarm(): light.cw = 0 light.w = 255 light.is_white =...

**Describe the bug** Working: 1. Turning bulb on and off 1. Using `light.mode` like `RAINBOW_CROSSFADE` is working 1. Changing the colors via magic hue app Not working: 1. Changing colors...

> Note: Please introduce Exceptions for color functions that are not working or connections that cannot be established... this library is impossible to debug otherwise #21

**Describe the bug** LocalLight() does not work with v8 bulbs but Light() does **To Reproduce** Code to reproduce the behavior: ```python led1= LocalLight("") led1.g = 255 led2 = Light("") led1.g...