-
Notifications
You must be signed in to change notification settings - Fork 762
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
[Device Support Request] TS0601 by _TZE200_cirvgep4 #2304
Comments
Can you share the full code of your quirk? |
This one: This has Humidity, Temperature and Battery but UNKNOWN values. |
Can you try this?
|
You added this everywhere: should only be there once, huh? |
Good but think you only got lucky and it always uses the last entry. |
ZHA is reading the quirks from top to bottom and if its match one device class its stopping and using that class. |
You did a restart of HA? As it still reads the old quirk? Or am I mistaken? |
I tried yours but there was nothing but VOC Sensor which i dont have. |
Enable the debug logs (with the quirk applied) and attach them. |
Here is the log:
|
We need the logs just after these, once device is initialized, it would send a status report with values. |
@javicalle Diagnostics file here:
|
Sorry, the links has expired. |
@javicalle here it is: |
I can't see any report from device.
That ones will be Tuya reports from your device. Any information from that reports will be relevant. |
I have this same device, how can I help to implement it? So far I have seen this Koenkk/zigbee2mqtt#17008 |
I can confirm that the following quirk works for me for the device _TZE200_cirvgep4 : Temperature and humidity are displayed correctly. Battery not available. It would be great if someone could solve this problem. |
I can confirm this, including the problem with the button being pressed. It is quite tricky to connect the cirvgep4, but once running the connection is stable - until the button is pressed. As soon as this is done, the connection is broken, and you need to remove/re-add the device again. |
Hi, can you please help me setting that custom quirk, it's the first time I do it. I have added to config.yaml
Then I added the file you attached to that new created folder, and then I restarted HA, but nothing happen. I don`t know where to do what you say here:
If it helps to others: Thank you! |
Thanks! That quirk works after device identification is added to the file, but it seems like the clock is set to UTC time. Is this a Home Assistant issue? |
I feel like a total noob, but I just got this device delivered by the mail, I've got the official Home Assistant USB Zigbee stick, what can I do to add this device in my instance? Any help would be appreciated. Thanks. |
Don't worry, it's the whole system that's not really user-friendly. |
This quirk is only partially functional. The battery level display does not work for me. I have no idea how it will behave after pressing the button and I have no idea if the time will be adjusted correctly. |
After three months of use, I can confirm that the temperature and humidity are transmitted correctly, the date and time are kept accurately. I haven't had a single signal outage since the first connection. It is necessary to avoid pressing the button, which will cause the connection to be disconnected. I have two of these thermometers. |
Can you point me to some step-by-step guide how to include these "quirks" or whatever is that you use in order to integrate the sensor to my HA instance? I don't know where to start from really. |
|
Someone should frame this post, thank you so much! The quirk worked like a charm - data & time synced in under 10 seconds from pairing the device. |
Thanks, it also works for me. However, any idea how I can set the timezone for the device? My HA do have timezone configured to local tz, but my linux server tz is set to UTC. The device now shows UTC. Update: Actually, only time sync works for me. Temp and Humidity report not available, even though every 30 minutes, the device does check-in successfully. |
Got this device as a present and going to try this quirk today. But I already saw the temperature is 0,5 degrees too high, compared to 2 other thermometers. Can this be adjusted? |
I'm testing the PR: #3036 There is also this repository but there are some issues with the battery and the firmware version : |
is there something new? up to now i got all my devices working with zha. but this never sends data. |
after hours of searching i found a working sollution: |
On my side, I decided to switch to Z2M but it's not linked to this issue, it's mainly for OTA update of the device firmware. |
This quirk works here too. But, it took a while for it to sync up or so, after that, date/time were displayed and temp/humidity values received regularly. |
@sgorpi lovely! Just added my device: ("_TZE200_vvmbj46n", "TS0601"). Firmware is unknown but rest works fine: Humidity, Temperature and Battery. |
works also for _TZE204_cirvgep4 , but pressing backlight button make it wait for reply indefinitely and not report anything, draining batteries. |
Is there some thing new? Z2m and zha, still Same misfunctions |
Nope. Both _TZE200_cirvgep4 and _TZE204_cirvgep4 does not work (can connect, initially sets time, hangs on backlight button press. does not reconnect on battery removal. your mileage may vary) |
I used this quirk mentioned by @grericht and added ("_TZE200_cirvgep4", "TS0601"), in line 206 this works for me. EDIT: If your clock time is not right check on host system with python -c "import datetime; print(datetime.datetime.now())" if the time zone is wrong use timedatectl to change the timezone or in docker you can change the TZ in the compose |
What happens when backlight button is pressed? |
You just have to avoid pressing the button on the thermometer! It will cause communication to be interrupted. This is still an open issue. |
Well, given that button press will hang the device, stop sending updates and drain the battery - these quirks are pretty much useless in term of device usability. |
I'd say it's better than nothing. But no one is forcing you to use that quirk. |
That _TZE200_cirvgep4 doesn't expose battery percentage. But it exposes battery state like low/medium/high. Here's my version of the quirk with working temperature, humidity, clock and battery state. ADDED: Some words about connecting and pairing to HA. First you must delete old quirk and restart HA after. Take one battery out of device, start device discovery in HA, put the battery on again. HA should find the device immediately. Rarely it needs to play with a battery several times. |
I have been testing your version for several days and it works perfectly, I have followed the steps you have said |
But pressing the Button will Stop sending Data? |
I also bought one of these and used this quirk. |
Can someone please explain to me what is happening here? why is it closed? I have installed these thermostats in all my rooms for display and heating control. They work reasonably well under mqtt but when I press the button they no longer send any data. I had the same problem under zha and also had difficulty integrating them at all. What is the current status and will there be a solution for the devices or do I have to buy new ones? |
TS0601 by _TZE200_cirvgep4
No Humidity, Temperature or Battery
Time and Date not updating either.
This had Humidity, Temperature or Battery but UNKNOWN value:
#1944 (comment)
Signature 1 before:
Diagnostic information
Signature 2 after:
Diagnostic information
The text was updated successfully, but these errors were encountered: