Koenkk / zigbee-herdsman-converters

Collection of device converters to be used with zigbee-herdsman
MIT License
879 stars 2.9k forks source link

_TZE200_bvu2wnxz TRV sends unsupported DPs #5091

Closed alex005005 closed 1 year ago

alex005005 commented 1 year ago

Hi, I'm using the ioBroker.zigbee Adapter with v14.0.682 zigbee-herdsman-converters.

My TRV is recognized as SEA801-Zigbee/SEA802-Zigbee because it delivers the Fingerprint _TZE200_bvu2wnxz

It seems that it sends different Datapoints than it would be expected looking at lib/tuya.js

For example when I set target temperature to 12°C I will get the following message: 2022-12-04 16:53:40.458 - warn: zigbee.0 (10602) zigbee-herdsman-converters:SaswellThermostat: Unrecognized DP #4 with data {"dp":4,"datatype":2,"data":{"type":"Buffer","data":[0,0,0,120]}}

Looking, again at tuya.js, I think it would expect this DP to be 16:

[16, 'current_heating_setpoint', tuya.valueConverter.divideBy10],

Any hints on how to get this working?


Also when Pairing I get some warnings and errors, but I am not sure it is from zigbee-herdsman-converter or from my ioBroker.zigbee:

2022-12-04 16:10:09.174 error No converter available for 'SEA801-Zigbee/SEA802-Zigbee' with key 'running_state'

2022-12-04 16:07:53.433 info Successfully interviewed '0x003c84fffec016d3', device has succesfully been paired 2022-12-04 16:07:49.264 warn This object will not be created in future versions. Please report this to the developer. 2022-12-04 16:07:49.264 warn Object zigbee.0.003c84fffec016d3.running_state is invalid: obj.common.states has an invalid type! Expected "object", received "string" 2022-12-04 16:07:49.263 warn This object will not be created in future versions. Please report this to the developer. 2022-12-04 16:07:49.263 warn Object zigbee.0.003c84fffec016d3.mode is invalid: obj.common.states has an invalid type! Expected "object", received "string" 2022-12-04 16:07:49.233 warn This object will not be created in future versions. Please report this to the developer. 2022-12-04 16:07:49.233 warn Object 003c84fffec016d3.running_state is invalid: obj.common.states has an invalid type! Expected "object", received "string" 2022-12-04 16:07:49.233 warn This object will not be created in future versions. Please report this to the developer. 2022-12-04 16:07:49.232 warn Object 003c84fffec016d3.mode is invalid: obj.common.states has an invalid type! Expected "object", received "string" 2022-12-04 16:07:49.131 warn Device '0x003c84fffec016d3' announced itself

Thanks in advance!

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days