madchicken / homebridge-zigbee-nt

A standalone ZigBee plugin that works with CC2531 USB dongle or Deconz
Apache License 2.0
74 stars 38 forks source link

Unsupported device model id: TS0601, manufacturer _TZE200_dfxkcots #119

Closed jssoft22 closed 3 years ago

jssoft22 commented 3 years ago

Hello Could someone advise the ZigBee device is a new dimmer tuay, but you can use it over my CC2531.

root":[1 item
0:{11 items
"ID":int1
"profileID":int260
"deviceID":int81
"inputClusters":[4 items
0:int0
1:int4
2:int5
3:int61184
]
"outputClusters":[2 items
0:int25
1:int10
]
"deviceNetworkAddress":int43413
"deviceIeeeAddress":string"0x60a423fffeec6b47"
"clusters":{1 item
"genBasic":{1 item
"attributes":{8 items
"modelId":string"TS0601"
"manufacturerName":string"_TZE200_dfxkcots"
"powerSource":int1
"zclVersion":int3
"appVersion":int66
"stackVersion":int0
"hwVersion":int1
"dateCode":string""
}
}
}
"binds":[]0 items
"configuredReportings":[]0 items
"meta":{}0 items
}
]

device code

{
    _ieeeAddr: '0x60a423fffeec6b47',
    _networkAddress: 43413,
    _manufacturerID: 4098,
    _endpoints: [ [Endpoint] ],
    _manufacturerName: '_TZE200_dfxkcots',
    _powerSource: 'Mains (single phase)',
    _modelID: 'TS0601',
    _applicationVersion: 66,
    _stackVersion: 0,
    _zclVersion: 3,
    _hardwareVersion: 1,
    _dateCode: '',
    _softwareBuildID: undefined,
    _interviewCompleted: true,
    _interviewing: false,
    meta: {},
    _lastSeen: 1612704280118,
    _linkquality: 21
  },
  endpoint: Endpoint {
    ID: 1,
    profileID: 260,
    deviceID: 81,
    inputClusters: [ 0, 4, 5, 61184 ],
    outputClusters: [ 25, 10 ],
    deviceNetworkAddress: 43413,
    deviceIeeeAddress: '0x60a423fffeec6b47',
    clusters: { genBasic: [Object] },
    _binds: [],
    _configuredReportings: [],
    meta: {}
  },
  data: <Buffer 09 08 11 00 04 40>,
  linkquality: 21,
  groupID: 0,
  cluster: 'manuSpecificTuya',
  meta: {}

homebridge code

JakubTHOC commented 3 years ago

I also see strange, that my Thermostats are recognized as: Manufacturer: _TZE200_c88teujp Manufacturer ID: 4098 In my opinion we should not connect devices via Manufacturer, but Manufacturer ID Can we address this issue ?

JakubTHOC commented 3 years ago

Ok, I've just discovered that this TRV is a Saswell SEA802 sold also as a TuYa ... So is it possible that this valve work with Zigbee NT? https://www.zigbee2mqtt.io/devices/SEA801-Zigbee_SEA802-Zigbee.html

madchicken commented 3 years ago

This will be addressed in the next release, since the device discovery will be automatic. Stay tuned