ioBroker / ioBroker.zigbee

Zigbee communcation with Hue, Xiaomi, Lighttify... via TI CC2xxx USB stick
MIT License
313 stars 190 forks source link

Please add support for _TZE200_9xfjixap ME167 Thermostat #2252

Open Mezzo1401 opened 1 day ago

Mezzo1401 commented 1 day ago

Hello, I bought the thermostat on AliExpress. Unfortunately, it is not currently supported, even though it is listed on the zigbee2mqtt.io website.

Could you please add the thermostat?

My adapter version is 1.10.10

Link AliExpress: https://de.aliexpress.com/item/1005005978316733.html? spm=a2g0o.order_list.order_list_main.29.7c475c5fvKRERk&gatewayAdapt=glo2deu

Link zigbee2mqtt.to : https://www.zigbee2mqtt.io/devices/ME167.html

Screenshot 2024-10-24 094744 Screenshot 2024-10-24 094803

Thank you for your help

asgothian commented 1 day ago

The devices you linked above are not identical. The device you bought is not actually supported by zigbee2mqtt.io.

You will need to wait or get the device supported at zigbee2mqtt.io before we can get it integrated.

A.

Welcome to the madness that is TuYa: Things which look the same may not be identical. Things which report the same may not be the same. Things which look different may report the same.

FauthD commented 15 hours ago

For zigbee2mqtt I added/changed two lines to the external converter and it seems to work. Filename is avatto_me167.js Snippets:

fingerprint: tuya.fingerprint('TS0601', [
//'_TZE200_bvu2wnxz', /* model: 'ME167', vendor: 'AVATTO' */
//'_TZE200_6rdj8dzm', /* model: 'ME167', vendor: 'AVATTO' */
'_TZE200_p3dbf6qs', /* model: 'ME167', vendor: 'AVATTO' */
//'_TZE200_rxntag7i', /* model: 'ME168', vendor: 'AVATTO' */
'_TZE200_9xfjixap', /* model: 'ME167', vendor: 'TUYA' */
]),

and a few lines below:

whiteLabel: [
tuya.whitelabel('AVATTO', 'ME167', 'Thermostatic radiator valve', ['_TZE200_p3dbf6qs', '_TZE200_9xfjixap']),

Regards, Dieter

FauthD commented 14 hours ago

Hi, you can get the file here: my github. I also created a PR to Original. Regards, Dieter

asgothian commented 13 hours ago

We cannot use that file - it needs to be integrated into the zigbee-herdsman-converters.

You can use the file by placing it in the data folder of your zigbee instance and adding the name to the external converters entry.