sbidy / wiz_light

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

Bulb Implementation Report #72

Closed ExtinctSKB closed 3 years ago

ExtinctSKB commented 3 years ago

Please don't post bugs or issues here This template is only for report a new bulb type for integration or successful test.

Provide the following information:

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":"a8bb5040b75e","homeId":2278444,"roomId":3429720,"moduleName":"ESP03_SHTW1C_01","fwVersion":"1.21.0","groupId":0,"drvConf":[20,1],"ewf":[255,0,150,255,0,0,40],"ewfHex":"ff0096ff000028","ping":0}}

2. Provide the native features of the bulb:

3. Tested? yes If you found bug or problems with the bulb please open an new issue and add a reference to this one.

OPTIONAL

4. Prepare the YAML - replace <Name> with the ESP_XXXXXXXX name from step 1.


ESP03_SHTW1C_01:
  name: ESP03_SHTW1C_01
  features:
    brightness: true
    color: false
    effect: true
    color_tmp: true
  kelvin_range:
    min: 2700
    max: 6500

**Additional Info**
Wiz A.E27 LED, 806lm

**Thank you for your support**

We will integrate the bulb as soon as possible.