jacekk015 / zha_quirks

All quirks in one place
MIT License
126 stars 18 forks source link

unrecognized TS0601 _TZE200_uiyqstza Radiator Valve Controller #11

Closed thilob closed 1 year ago

thilob commented 1 year ago

Bought a "essentials Smart Home Heizkörperthermostat" (RVC), but out of the box no entities are shown, not ever a battery. Optically it looks like this: https://zigbee.blakadder.com/Lidl_TVR01.html Tried to add _TZE200_uiyqstza to every TS0601 occurrence in all of your squirk files (file after file), but none worked fine. None had a target temperature shown, and other entities where implausible. Would love get it running. Logfiles attached. If I can help in any way, let me know. Thanks!

home-assistant_2023-06-08T13-47-26.624Z.log zha-bb3fe15e6ff81df6d65d961af592447b-_TZE200_uiyqstza TS0601-3c43cfb348e948e26c4a16c3817238b7.json.txt

jacekk015 commented 1 year ago

Hi,

we need to check the communication between TRV and HA, so:

  1. Enable debug level - https://github.com/jacekk015/zha_quirks#in-case-of-errors-or-to-support-new-function
  2. Remove TRV device from HA and delete/move other TRV test quirks from quirk folder
  3. Put in the quirk folder my test file: ts0601_trv_maxsmart.py.zip
  4. Restart HA
  5. Add TRV like a new one
  6. Wait another 10 minutes
  7. Post here, as a file, full HA log - don't cut anything!
thilob commented 1 year ago

Jacek, thanks for your quick help! image Did steps 1-5, that's how it looks like after adding. I'll wait 10 min to get the logs.

thilob commented 1 year ago

image That's it 10 minutes later. Nothing usable. home-assistant_2023-06-09T22-03-29.365Z.log zha-bb3fe15e6ff81df6d65d961af592447b-_TZE200_uiyqstza TS0601-3c43cfb348e948e26c4a16c3817238b7.json (1).txt Thanks, Thilo

jacekk015 commented 1 year ago

@thilob Please repeat the steps with that temporary quirk below. Previous one didn't load properly because of cluster mismatch. It doesn't look like previous Lidl/Maxsmart TRVs ts0601_trv_beca.py.zip

thilob commented 1 year ago

Jacek, removed the last squirk and pycache, put the new file in, and on binding it looks much better: image will send the logs soon. Thanks, Thilo

thilob commented 1 year ago

that's what it looks like now. home-assistant_2023-06-11T12-55-49.124Z.log image zha-bb3fe15e6ff81df6d65d961af592447b-_TZE200_uiyqstza TS0601-3c43cfb348e948e26c4a16c3817238b7.json (2).txt Will try to figure out what works or not later today. Thanks! Thilo

jacekk015 commented 1 year ago

It's not a working quirk. That's only a test version so the TRV will talk to HA in the logs. Later I'll try to check what has been sent. So maybe there will be no need to create totally new quirk.

jacekk015 commented 1 year ago

Sorry for late reply: Go to https://github.com/jacekk015/zha_quirks use custom quirk: ts0601_trv_maxsmart.py Remove old test quirk. Restart HA Confirm it's working OK.