bwp91 / homebridge-ewelink

Homebridge plugin to integrate eWeLink devices into HomeKit.
MIT License
384 stars 126 forks source link

[NEW DEVICE] UIID 191 #501

Closed sanhuoO closed 1 year ago

sanhuoO commented 1 year ago

[191] {"bindInfos":{},"version":8,"rssi":-48,"fwVersion":"1.1.0","switches":[{"switch":"off","outlet":0},{"switch":"off","outlet":1},{"switch":"off","outlet":2},{"switch":"off","outlet":3}],"configure":[{"startup":"off","outlet":0},{"startup":"off","outlet":1},{"startup":"off","outlet":2},{"startup":"off","outlet":3}],"pulses":[{"pulse":"off","switch":"off","outlet":0,"width":0},{"pulse":"off","switch":"off","outlet":1,"width":0},{"pulse":"off","switch":"off","outlet":2,"width":0},{"pulse":"off","switch":"off","outlet":3,"width":0}],"remoteCtrlList":[{"outlet":0,"addr":[]},{"outlet":1,"addr":[]},{"outlet":2,"addr":[]},{"outlet":3,"addr":[]}],"lightScenes_0":[],"lightScenes_1":[],"lightScenes_2":[],"lightScenes_3":[],"sledOnline":"on","ssid":"DLL","bssid":"d4:da:21:55:17:aa","addr":"9a3ce05d","only_device":{"ota":"success","ota_fail_reason":0}}.

{
  "bindInfos": {},
  "version": 8,
  "rssi": -48,
  "fwVersion": "1.1.0",
  "switches": [
    {
      "switch": "off",
      "outlet": 0
    },
    {
      "switch": "off",
      "outlet": 1
    },
    {
      "switch": "off",
      "outlet": 2
    },
    {
      "switch": "off",
      "outlet": 3
    }
  ],
  "configure": [
    {
      "startup": "off",
      "outlet": 0
    },
    {
      "startup": "off",
      "outlet": 1
    },
    {
      "startup": "off",
      "outlet": 2
    },
    {
      "startup": "off",
      "outlet": 3
    }
  ],
  "pulses": [
    {
      "pulse": "off",
      "switch": "off",
      "outlet": 0,
      "width": 0
    },
    {
      "pulse": "off",
      "switch": "off",
      "outlet": 1,
      "width": 0
    },
    {
      "pulse": "off",
      "switch": "off",
      "outlet": 2,
      "width": 0
    },
    {
      "pulse": "off",
      "switch": "off",
      "outlet": 3,
      "width": 0
    }
  ],
  "remoteCtrlList": [
    {
      "outlet": 0,
      "addr": []
    },
    {
      "outlet": 1,
      "addr": []
    },
    {
      "outlet": 2,
      "addr": []
    },
    {
      "outlet": 3,
      "addr": []
    }
  ],
  "lightScenes_0": [],
  "lightScenes_1": [],
  "lightScenes_2": [],
  "lightScenes_3": [],
  "sledOnline": "on",
  "ssid": "DLL",
  "bssid": "d4:da:21:55:17:aa",
  "addr": "9a3ce05d",
  "only_device": {
    "ota": "success",
    "ota_fail_reason": 0
  }
}
bwp91 commented 1 year ago

Hi @sanhuoO thanks for posting this here,

out of interest what device / model is this?

eurisakella commented 1 year ago

[SNZB-02D] is not supported, do create a GitHub issue with the following info: [1771] {"bindInfos":{"gaction":["1d958b77-3023-4333-8c68-8d2c6a8cc56c_ewelinkGoogleHome"],"smartThings":[]},"subDevId":"fd8377feff10fb301771","parentid":"10015e97c4","fwVersion":"1.0.9","tempComfortUpper":"2700","tempComfortLower":"1900","humiComfortLower":"4000","tempUnit":0,"ASYNC":2,"humidity":"6110","humiComfortStatus":2,"temperature":"2610","tempComfortStatus":0,"timeZone":3,"battery":100,"supportPowConfig":1,"trigTime":"1686605198800","humiComfortUpper":"6000"}.

bwp91 commented 1 year ago

Hi @eurisakella i have pasted your comment in another issue as I think your model is different from the original author here: https://github.com/bwp91/homebridge-ewelink/issues/494#issuecomment-1606198717

@sanhuoO still wondering which model your device is 😀

eurisakella commented 1 year ago

@sanhuoO my device is SNZB-02D and with the beta version works great!

sanhuoO commented 1 year ago

Hi @eurisakella i have pasted your comment in another issue as I think your model is different from the original author here: #494 (comment)

@sanhuoO still wondering which model your device is 😀

device id : 1001eff951 firmware name :CK-BL602-4SW-HS-02 verison :1.1.0 BURNETT‘s looks like this one https://chancheng.1688.com/offer/649144060650.html I bought it in China for 20 yuan with free shipping

bwp91 commented 1 year ago

@sanhuoO do you know if the device supports LAN mode? in the ewelink app device settings, is there an option for LAN Control?

bwp91 commented 1 year ago

Anyway, please try the beta https://github.com/bwp91/homebridge-ewelink/wiki/Beta-Version, you should find this device is working now. I can enable lan functionality if you find that it does support it!

sanhuoO commented 1 year ago

LAN mode

yep,is enabled. i will try the beta version later. thanks a lot.

sanhuoO commented 1 year ago

its works on homebridge-ewelink v10.4.1-beta.8 😊

bwp91 commented 1 year ago

beta 9 should also enable lan mode for this device 😁