sbidy / wiz_light

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

Bulb Implementation Report #83

Closed dme closed 3 years ago

dme 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": "a8bb50d2a3cb",
    "homeId": 2353415,
    "roomId": 3639318,
    "moduleName": "ESP05_SHDW_01",
    "fwVersion": "1.21.2",
    "groupId": 0,
    "drvConf": [
      20,
      1
    ],
    "ewf": [
      255,
      0,
      255,
      255,
      0,
      0,
      0
    ],
    "ewfHex": "ff00ffff000000",
    "ping": 0
  }
}

2. Provide the native features of the bulb:

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

Yes.