-
Notifications
You must be signed in to change notification settings - Fork 15
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
Support for ClearGrass humidity/temerature sensor #15
Comments
What is the model number for the e-ink version of temp/hum sensor? |
Model number of the fist is CGG1. It Identifies as "ClearGrass Temp & RH" on bluetooth scan. Model number of the second (square with time, humidity and temperature) is LYWSD02MMC. It identifies as "LYWSD02" on bluetooth scan. (Both can only be added on china server in Mi Home so far I think, which I can't login. That means with the second one, I also can't set the correct time. The fist one reports a battery status of only "12", even on the display it shows full battery (battery symbol with 5 steps)) |
I have integrated the following code and it works: Here is my branch: I haven't made a PR because I don't think it is integrated correctly and I think it breaks some things. I think it doesn't work if you try to use more devices in parallel. |
Hi @szappanyos, I couldn't make it works with clear glass version, only get battery 12 sometimes |
@caobach42 I have made a fix. |
There are 2 new versions of a sensor which also works in the Mi Home app and has e-ink:
One is the upgraded LCD version:
https://cleargrass.com/cg_temp_rh_monitor/overview
Manufacturer Name: Qingping Technology (Beijing) Co., Ltd.
Model Number: CGG1
Using the current node does work but only returns battery value.
somebody got it to work with noble: https://github.com/alexvenom/XiaomiCleargrassInkDislpay
Second one is one with a clock:
https://www.aliexpress.com/item/32997941031.html
Did nout found any more info about this one yet.
Can these be supported?
The text was updated successfully, but these errors were encountered: