Skip to content
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

no values or settings #3

Open
pro-jul opened this issue Nov 25, 2024 · 5 comments
Open

no values or settings #3

pro-jul opened this issue Nov 25, 2024 · 5 comments

Comments

@pro-jul
Copy link

pro-jul commented Nov 25, 2024

Hi guys,
I followed the instructions and also managed to successfully connect the device to Zigbee2mqtt.
Unfortunately the only settings I can change via the user interface (zigbee2mqtt) are “display_brightness” and “screen_orientation” (although there are only 2 states (0° and 180°) here which do not match in terms of name). I also don't get any sensor values or current settings, neither in "zigbee2mqtt" nor in the "mqtt" integration. No different result even after repeated re-pairing.
I suspect that the configuration file does not match the thermostat? (vendor name is "_TZE204_qyr2m29i", the zigbee model is "TS0601", looks exactly like the picture)

Thank you!

@andymk3
Copy link

andymk3 commented Nov 25, 2024

I have the exact same issue, only the display brightness and screen orientation commands work. Also, agree that the display orientation should be 0º/180º or up/down, not the up/down/left/right options currently available.

The rest of the sensor values either don't respond or are null values.

I have the same vendor name of _TZE204_qyr2m29i as above, too.

I also get errors logged in Z2M when adjusting the temperature on the valve itself.

info 2024-11-25 20:03:12z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/0xa4c138535cee962c', payload '{"alarm_switch":null,"battery":null,"child_lock":null,"current_heating_setpoint":0.4,"display_brightness":"high","linkquality":208,"local_temperature":0,"local_temperature_calibration":null,"max_temperature":null,"min_temperature":0,"mode":"comfort","position":null,"running_state":null,"schedule_friday":null,"schedule_monday":null,"schedule_saturday":null,"schedule_sunday":null,"schedule_thursday":null,"schedule_tuesday":null,"schedule_wednesday":null,"screen_orientation":"up","window":null,"window_detection":null}'

info 2024-11-25 20:03:13z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/0xa4c138535cee962c', payload '{"alarm_switch":null,"battery":null,"child_lock":null,"current_heating_setpoint":0.3,"display_brightness":"high","linkquality":208,"local_temperature":0,"local_temperature_calibration":null,"max_temperature":null,"min_temperature":0,"mode":"comfort","position":null,"running_state":null,"schedule_friday":null,"schedule_monday":null,"schedule_saturday":null,"schedule_sunday":null,"schedule_thursday":null,"schedule_tuesday":null,"schedule_wednesday":null,"screen_orientation":"up","window":null,"window_detection":null}'

2024-11-25 20:03:20z2m: Exception while calling fromZigbee converter: Value '1000' is not allowed, expected one of 0,1}

Any help would be hugely appreciated. I failed to check the Z2M compatibility before buying these.

@DonaldChung-HK
Copy link
Owner

You will need to debug it yourself cause it is hard to know what change they made to the firmware without a physical one. you may want to use the ZHA version with the ts0601_trv_rtitek.py as I remember quite a lot of people reported success with it.

@andymk3
Copy link

andymk3 commented Nov 25, 2024

You will need to debug it yourself cause it is hard to know what change they made to the firmware without a physical one. you may want to use the ZHA version with the ts0601_trv_rtitek.py as I remember quite a lot of people reported success with it.

Ok, thank you. Any advice on where I need to look for information? I'll look into the ZHA version.

@pro-jul
Copy link
Author

pro-jul commented Nov 26, 2024

You will need to debug it yourself cause it is hard to know what change they made to the firmware without a physical one. you may want to use the ZHA version with the ts0601_trv_rtitek.py as I remember quite a lot of people reported success with it.

Unfortunately, I can't quite figure it out. I use zigbee2mqtt and therefore no ZHA. The quirks mentioned there are ZHA quirks and do not work with z2m. Maybe do you have any other suggestions for us? Thank you!

@andymk3
Copy link

andymk3 commented Nov 28, 2024

@pro-jul I have had some small amounts of success editing the data points to make it work with our TRVs. I will continue to work on it when I get time, but the temperature reporting and setting works, along with child lock switch and the running state. I've corrected the screen orientation options as well. Currently, removed the date schedule options for simplicity. At least this does give me the functionality that I need to use these.

https://github.com/andymk3/z2m-moes-trv-converter-_TZE204_qyr2m29i/blob/main/moes_valve_ZTRV801.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants