Dear all,
I have some trouble to configure my new Thermostatic Radiator Valve Controller
Zigbee ID: “TS0601”; “_TZE200_hue3yfsn” Tuya Thermostatic Radiator Valve Controller (TV02) Zigbee compatibility
The Zigbee Integration (not zigbee2mqtt) gets knowledge about this device after adding, but unfortunately without any controls. Does anyone knows a workaround to configure and add controls for this device manually?
Same here. I obviously bought the same one ‘TZE200_hue3yfsn’ - luckily only 1 piece to test the whole thing. Bought from aliexpress
1st attempt: Installed with newest versions of Home Assistant (core-2021.12.8, supervisor-2021.12.2, Home Assistant OS 7.1), to be sure, these are no possible reasons. The Valve was recognized after pairing, but without entities. So i couldnt add it to lovelace and wasnt able to configure or control any parts of it.
2nd attempt: Found 3 discussions (essential posts) for this device:
downloaded the valve.zip from post in issue #1027 (above link), where this device is listed under line 1295 and ‘class ZonnsmartTV01_ZG(TuyaThermostat)’.
extracted and uploaded contents of this zip file (valve.py) in homeassistant-file-editor to /config/custom_zha_quirks/
added the following in homeassistant-file-editor to configuration.yaml:
‘’’
zha:
custom_quirks_path: /config/custom_zha_quirks/
‘’’
checkd configuration in homeassistant
restarted home assistant
4th attempt: now it looks like this in my lovelace:
I dont know yet, if that’s all we can get from this device and how every item of these variables works - that’s why i I hope, it will be added by professionals / devs, because i am not a dev to improve this or do more implementing and it’s quite hard for me to understand the different tec discussions in github…