You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have implemented a number of Moes BHT-002 FCU controllers:
"manufName":"_TZE200_dzuqwsyg"
"modelId":"TS0601"
All is working great apart from the ability to monitor and control the Fan speed. Below is a debug/warn output from the FCU as I cycle through the Fan speeds:
Aug 07 10:04:55 Sibca-Zigbee-Gateway-4 npm[233867]: Zigbee2MQTT:warn 2021-08-07 10:04:55: zigbee-herdsman-converters:Moes BHT-002: Unrecognized DP #28 with data {"status":0,"transid":2,"dp":28,"datatype":4,"fn":0,"data":{"type":"Buffer","data":[2]}}
Aug 07 10:05:11 Sibca-Zigbee-Gateway-4 npm[233867]: Zigbee2MQTT:warn 2021-08-07 10:05:11: zigbee-herdsman-converters:Moes BHT-002: Unrecognized DP #28 with data {"status":0,"transid":2,"dp":28,"datatype":4,"fn":0,"data":{"type":"Buffer","data":[1]}}
Aug 07 10:05:25 Sibca-Zigbee-Gateway-4 npm[233867]: Zigbee2MQTT:warn 2021-08-07 10:05:25: zigbee-herdsman-converters:Moes BHT-002: Unrecognized DP #28 with data {"status":0,"transid":2,"dp":28,"datatype":4,"fn":0,"data":{"type":"Buffer","data":[0]}}
Aug 07 10:05:29 Sibca-Zigbee-Gateway-4 npm[233867]: Zigbee2MQTT:warn 2021-08-07 10:05:29: zigbee-herdsman-converters:Moes BHT-002: Unrecognized DP #28 with data {"status":0,"transid":2,"dp":28,"datatype":4,"fn":0,"data":{"type":"Buffer","data":[3]}}
"data":[0] = Fan Speed 1 "data":[1] = Fan Speed 2 "data":[2] = Fan Speed 3 "data":[3] = Auto Fan Speed
Has anyone else had experience of configuring the relevant files to support this incoming data?
As I can identify this data easily I guess it should be possible to update the relevant herdsman files?
Thank you in advance for any help that can be given with this request.
The text was updated successfully, but these errors were encountered:
Hi there,
I have implemented a number of Moes BHT-002 FCU controllers:
"manufName":"_TZE200_dzuqwsyg"
"modelId":"TS0601"
All is working great apart from the ability to monitor and control the Fan speed. Below is a debug/warn output from the FCU as I cycle through the Fan speeds:
Aug 07 10:04:55 Sibca-Zigbee-Gateway-4 npm[233867]: Zigbee2MQTT:warn 2021-08-07 10:04:55: zigbee-herdsman-converters:Moes BHT-002: Unrecognized DP #28 with data {"status":0,"transid":2,"dp":28,"datatype":4,"fn":0,"data":{"type":"Buffer","data":[2]}}
Aug 07 10:05:11 Sibca-Zigbee-Gateway-4 npm[233867]: Zigbee2MQTT:warn 2021-08-07 10:05:11: zigbee-herdsman-converters:Moes BHT-002: Unrecognized DP #28 with data {"status":0,"transid":2,"dp":28,"datatype":4,"fn":0,"data":{"type":"Buffer","data":[1]}}
Aug 07 10:05:25 Sibca-Zigbee-Gateway-4 npm[233867]: Zigbee2MQTT:warn 2021-08-07 10:05:25: zigbee-herdsman-converters:Moes BHT-002: Unrecognized DP #28 with data {"status":0,"transid":2,"dp":28,"datatype":4,"fn":0,"data":{"type":"Buffer","data":[0]}}
Aug 07 10:05:29 Sibca-Zigbee-Gateway-4 npm[233867]: Zigbee2MQTT:warn 2021-08-07 10:05:29: zigbee-herdsman-converters:Moes BHT-002: Unrecognized DP #28 with data {"status":0,"transid":2,"dp":28,"datatype":4,"fn":0,"data":{"type":"Buffer","data":[3]}}
"data":[0] = Fan Speed 1
"data":[1] = Fan Speed 2
"data":[2] = Fan Speed 3
"data":[3] = Auto Fan Speed
Has anyone else had experience of configuring the relevant files to support this incoming data?
As I can identify this data easily I guess it should be possible to update the relevant herdsman files?
Thank you in advance for any help that can be given with this request.
The text was updated successfully, but these errors were encountered: