pywizlight icon indicating copy to clipboard operation
pywizlight copied to clipboard

A python connector for WiZ devices

Results 28 pywizlight issues
Sort by recently updated
recently updated
newest added

Running the example code on Python 3.9: ```python await asyncio.gather(bulb1.turn_on(PilotBuilder(warm_white=255)), bulb2.turn_on(PilotBuilder(warm_white=255)), loop=loop) ``` Shows a DeprecationWarning: ``` DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal...

documentation
enhancement

I'm creating a PilotBuilder with the RGB values (255, 173, 0), 0 cold white, and 0 warm white. Then I'm passing the PilotBuilder instance into the turn_on method of the...

enhancement

Using an RGB with three distinct non-zero values does not show up correctly on the bulb. For example using the command `light.turn_on(PilotBuilder(rgb = (128, 128, 255)))`

bug

Hey team, Thanks a ton for this library and for your efforts to get it merged into HomeAssistant. I have ~70 wiz bulbs and I'm starting to move them to...

enhancement
question

I am planning to put 10 bulbs in one room and 20 into another room and I would like them to turn on/off at the same time without popcorn effect....

question

I was curious if this API might expose the Enable / Disable setting for the WiZ Motion Sensor in the room settings? I wish WiZ made this setting schedulable but,...

Hey all, ```bash pip install pytest pytest-asyncio ``` ```bash $ pip freeze | grep pytest pytest==6.2.3 pytest-asyncio==0.15.1 ``` ```bash $ pytest pywizlight/tests platform darwin -- Python 3.9.2, pytest-6.2.3, py-1.10.0, pluggy-0.13.1...

question

In my personal opinion, the public API should be much more simpler. Developers who jump on board should not have to deal with `PilotBuilder` and `asyncio` as this are internals...

enhancement

Can I control my wiz lights that are on my home network while connected to another network?

question

I want create a schedule daily to turnOn/turnOff light but I but I do not know params to sent to it. Can you help me ?