SonoffLAN icon indicating copy to clipboard operation
SonoffLAN copied to clipboard

Support the new device with UIID 242

Open Nord30 opened this issue 1 month ago • 2 comments

the new temperature & humidity sensor is now lanched with UIID 242, but not supporting yet

Nord30 avatar Nov 01 '25 15:11 Nord30

And I don't know anything about this device and it params.

AlexxIT avatar Nov 05 '25 10:11 AlexxIT

If I get the response using the API, can you use the parameters to add this device? I also don't have the UIID Protocol yet

"device": {
  "uiid": 242,
  "params": {
    "version": 8,
    "battery": 100,
    "bssid": "***",
    "fwVersion": "1.0.0",
    "mac": "***",
    "rssi": -61,
    "ssid": "***",
    "humAlarmsRange": [
      3000,
      9000
    ],
    "humCalibration": 0,
    "humSensitivity": 500,
    "humidity": 5238,
    "sensType": "cht8310",
    "temAlarmsRange": [
      1000,
      4000
    ],
    "temCalibration": 0,
    "temSensitivity": 50,
    "temTrigTime": "1762101961124",
    "tempUnit": "C",
    "temperature": 2362,
    "Hello": 1
  },
  "model": "CK-BK7238-W105SE10-01-HB(242)",
  "online": true,
  "local": null,
  "localtype": null,
  "host": null,
  "deviceid": "10028a612c"
}

Nord30 avatar Nov 05 '25 14:11 Nord30