-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes introduced in release 18.4.0 breaks/switch Avatto wall thermostat (model: ZWT198) Presets Mode for 'manual' and 'auto' #21353
Comments
Actions that I tried before creating this issue:
None of them worked |
The ZWT198 and ZWT100 are different thermostats, with different abilities and should not be treated as the same model. The ZWT198 is fingerprint _TZE200_viy9ihs7 In the datapoints section the preset should be enumerated as follows: The ZWT100 is fingerprint _TZE204_lzriup1j. In the datapoints section the preset should be enumerated as follows: The ZWT100 also has the ability to select the sensor (floor, air or both). I will post both files that are working with my system below for testing and hopefully adoption. |
ZWT100
|
ZWT198
|
I have the same experience as @uxdesignerhector with a ZWT198. The code of @MrEcosse solves the issue! |
@MrEcosse thanks, integrated the fix! Changes will be available in the dev branch in a few hours from now. |
You put 198 but in the code it is 100? Is that correct??? |
There are two different versions posted earlier in the thread one for the 198 and the other for the 100 |
just wanted to say you wrote the wrong name above the code (switch them it seems like) or i am misunderstanding something. however i tried this code and also tried the edge version of z2m and didnt help. |
Unfortunately, since a few days, the problem started again - changed the order of manual vs auto in ZWT198 :( Zigbee Manufacturer _TZE204_xnbkhhdr May it be related to the last update @Koenkk ? |
Same here with Sonoff dongle E and ZWT100 (reported as _TZE204_xnbkhhdr as ZigBee manufacturer on z2m). After updating to the latest z2m version "manual" and "auto" modes are wrong (they worked fine before the update) Edit; included Avatto model |
Sadly I have the same issue after updating zigbee2mqtt to latest... |
Fixed for me with the latest version (2.1.1 commit: 1accb8b) |
What happened?
Changes introduced in realease 18.14.0 :
Breaks/switch preset modes
auto
,manual
for Avatto wall thermostat in HomeAssistant front-end, showingmanual
(in home assistant) whenauto
is selected at the device and viceversa.Device info:
Avatto wall thermostat
_TZE200_viy9ihs7
It happened after updating the Home Assistant Add-on to
1.35.3-1
, before it was working properly.I've been looking at the code in this commit (34de76f), it seems that
auto
andmanual
were changed from position at line 4352And as per issue #20072 it seems that
ZTW100
andZWT198
presets modes are different so here could be the cause for this error.Originally posted by @MrEcosse in #20072 (comment)
What did you expect to happen?
To have the preset mode working properly as before in Home Assistant. Maybe we could autodetect model/version and setup presets modes accordingly.
How to reproduce it (minimal and precise)
No response
Zigbee2MQTT version
1.35.3-1
Adapter firmware version
20211217
Adapter
CC2652R1
Setup
Add-on
Debug log
The text was updated successfully, but these errors were encountered: