sbidy / wiz_light

A WiZ Light integration for Home Assistant
MIT License
341 stars 68 forks source link

Bulb Implementation Report #74

Closed nqkdev closed 3 years ago

nqkdev commented 3 years ago

1. Made an UDP request with nc to the bulb: echo '{"method":"getSystemConfig","params":{}}' | nc -u -w 1 <YOU BULB IP> 38899

Report the output here: {"method":"getSystemConfig","env":"pro","result":{"mac":"","homeId":,"roomId":,"moduleName":"ESP14_SHRGB1C_01","fwVersion":"1.21.0","groupId":0,"drvConf":[40,1],"ewf":[200,255,170,255,0,0,40],"ewfHex":"c8ffaaff000028","ping":0}}

2. Provide the native features of the bulb:

3. Tested? yes. However, I could not change the color temp from Homeassistant dashboard.