SecKatie / wyzeapy

35 stars 26 forks source link

Feature request: full support for Light Strips #50

Closed nrgetik closed 2 years ago

nrgetik commented 2 years ago

@brg468 @JoshuaMulliken It seems #32 added some support for light strips, but the only functionality that I can reliably effect using wyzeapy directly against my Light Strip Pro is turn_off

I looked over Josh's post on how to intercept SSL pinned comms to see if I might do some feature work myself, but it'd be a heavy lift for me in my current state. I'd have to start from the very beginning, acquiring and rooting an Android device.

If enough time goes by, I might end up giving it a whirl, but if someone else is better equipped, I'd be grateful!

nrgetik commented 2 years ago

Never mind! I see now how to do this all via bulb_service.turn_on() by referencing how it's handled in ha-wyzeapi -- thanks @brg468