Stephan Traub
Stephan Traub
Unfortunately, I don't have a DH bulb. So it is not that easy to reproduce. Can you please send a `echo '{"method":"getSystemConfig","env":"dev","params":{}}' | nc -u -w 1 38899` to the...
> Hey @sbidy, I just Github sponsored you with $70 which would be great if you use to purchase one of these Wiz Squire devices and do some research. No...
Ok, I found some time to test. I updated the lib to interact with the bulb and the dual heads in https://github.com/sbidy/pywizlight/pull/193 . After testing I will merge and release...
Hey, I will take a look into this.
I could not find the time to take a look into it. But in the next days/weeks I will reserve some time for that. I checked the HASS dev docs,...
It seems to me that you can't connect successfully to the bulb. Please try to send a `nc` to the bulb to test the basic connectivity. See here: https://github.com/sbidy/pywizlight/issues/89#issuecomment-947428357
Can you please try to send the same command (turn off) via `nc`: `{"method": "setPilot", "params": {"state": False}}` (replace the part after `echo`)
Let me take a look into it, but it could be possible that the power data is not present in the used UDP API. Unfortunately, I don't have the latest...
Ok, that looks noch good. It seems the bulb will not provide the power info (anymore). Maybe they removed it or changed/added a API call.
I reached out my (old) contact at Wiz (now Philips) to see if we can get here something. For now, I don't have a solution for that. A workaround could...