Koenkk / zigbee2mqtt

Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
https://www.zigbee2mqtt.io
GNU General Public License v3.0
12.22k stars 1.69k forks source link

Brennenstuhl Thermostat not supported but officially supported #24942

Open David-Glom opened 1 day ago

David-Glom commented 1 day ago

What happened?

I bought a brennenstuhl Thermostat( HT CZ 01), which is officially supported, is declined by Zigbee2MQTT

“ z2m: Device '0x3c2ef5fffe9af791' with Zigbee model 'TS0601' and manufacturer name '_TZE200_lrznf59v' is NOT supported, please follow…”

Maybe it is just a new manufacturer name?

By the way, thank you very much for your fantastic work :smile

What did you expect to happen?

I expected that it gets connected to Z2M

How to reproduce it (minimal and precise)

Buy a new Brennenstuhl HT CZ 01 and try to join with Z2M

Zigbee2MQTT version

1.41.0

Adapter firmware version

7.4.4 [GA]

Adapter

EmberZNet

Setup

Addon on Homeassistant OS on Pi 5

Debug log

No response

lux73 commented 22 hours ago

the Manufacturer name indicates that is a TuYA Re-brand

TuYA always change '_TZE200_lrznf59v' and every time it has to be added to z2m before recognize

David-Glom commented 20 hours ago

Thanks for your fast answer! Is there anywhere a short description, how to add it?

lux73 commented 18 hours ago

sure -> https://www.zigbee2mqtt.io/advanced/support-new-devices/01_support_new_devices.html

David-Glom commented 9 hours ago

So I found out that it is a Siterwell GS361A-H04 just rebranded, so probably just the fingerprint changed? Is it possible to test locally? The "problem" testing it locally is, that the siterwell uses a lot of legacy configs, which doesn't really resolve well in the external definition I think. Is it possible to modify the original siterwell.ts (src/devices/siterwell.ts)? Thanks for your help so far!