-
Notifications
You must be signed in to change notification settings - Fork 726
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 _TZE200_yvx5lh6k (Smart Air Box) #953
Comments
Also, it seems like another variant of this: https://github.com/zigpy/zha-device-handlers/blob/dev/zhaquirks/tuya/air/ts0601_air_quality.py |
Updating the file mentioned above to include the following line:
Fixes the issue, and exposes 3 entities, contain the (I presume) right numbers. |
@depl0y Great work done !! Indeed Z2M have squeezing out little more information from the tuya MCU. |
Of course, and I pushed a PR this morning. I have it running now for a couple of hours and everything seems fine. CO2 was the reason why I bought the sensor, so that work, but still, would be cool if all sensors were supported. |
Great !! Our master dev is having one and hi was doing the quirk perhaps hi taking one more look on it then hi having time (For the moment problems with HA 2021.7) but tuya is using there own proprietary protocol for there sensors so its more or less one must having one device for getting them working well. Thanks for contributing !! |
No problem, if you (or anyone else) needs any more debugging info, just let me know. |
Thank you very much! Successfully work with my air box. And in my homeassistant(2021.8.4), the entities also include VoC and Formaldehyde, it works very well and no problems until now. |
In home-assistant/components/zha/sensor.py there should be the formaldehyde sensor |
Yup.
|
Confirmed that changing _unit for class FormaldehydeConcentration(Sensor) in /usr/src/homeassistant/homeassistant/components/zha/sensor.py fixes the issue, but it might break other device models...
|
In ZCL V7
And no clue wot units shall being used for the Volume :-( |
@MattWestb that's wierd. |
I think the same its left open end for doing wot you like and that is wrong (and our Chinese friends is very creative imprinting there own things). I looking in |
Have not fund and Silans SDK is only having cluster until 0x0428 so no clue is found. |
As far as I can tell µg/m³ or mg/m³ is the measured value and PPM is derived from that with most equipment letting you choose between the two. |
I have seen that ZHA is not loading quirks OK late mounts but then its not getting any extra sensors at all. Try restarting HA and see if the quirk is making all sensors OK. |
That worked! Thanks! |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions. |
Is your feature request related to a problem? Please describe.
Bought a Smart Air Box which should measure CO2, Formaldehyde, temperature and humidity. It does pair, but it does not expose any status.
Describe the solution you'd like
Read the available values.
Device signature - this can be acquired by removing the device from ZHA and pairing it again from the add devices screen. Be sure to add the entire content of the log panel after pairing the device to a code block below this line.
Additional context
Product: https://www.aliexpress.com/item/1005002511043244.html
Blakadder link: https://zigbee.blakadder.com/Tuya_RSH-AirBox01.html
The text was updated successfully, but these errors were encountered: