Jacek Kończewski
Jacek Kończewski
Sorry but I don't see any communication between TRV and HA. Only pairing logs. Try to get more time of logs. If it wont help we try to give you...
OK - so if you already have some quirk inside just add that line and: remove and re-pair the device Still wait for some time 2-3 minutes min, because after...
Are you sometimes not messing Deconz with ZHA?? Did you enable all debug elements properly?? https://github.com/zigpy/zha-device-handlers/issues/1123#issuecomment-962602119
Window detect never works on window open ;-). Try to put it to the freezer. Checked personally
@MattWestb where do we put that TRV?? New file?? Haozee?
@jamjam9 We haven't made a proper quirk for that device yet. Give use few days. You will get it before winter for sure ;-) You will be notified when the...
@joaoasilva @jamjam9 Remove old quirk from the folder and replace it with the file below. Since you've tested other code it's better to remove device, restart HA, re-pair device. After...
@joaoasilva Corrected file [ts0601_trv_rtitek.py.zip](https://github.com/zigpy/zha-device-handlers/files/7625420/ts0601_trv_rtitek.py.zip)
You did that before?? ``` # Zigbee zha: custom_quirks_path: /config/zha_custom_quirks/ ``` Put the debug log here, with that quirk still in zha_custom_quirks folder https://github.com/zigpy/zha-device-handlers/issues/677#issuecomment-933291629
BTW show also replacement element, it should be, for your TRV: ``` replacement = { ENDPOINTS: { 1: { PROFILE_ID: zha.PROFILE_ID, DEVICE_TYPE: zha.DeviceType.THERMOSTAT, INPUT_CLUSTERS: [ Basic.cluster_id, Identify.cluster_id, Groups.cluster_id, Scenes.cluster_id, MoesAltManufCluster,...