Which is supported by the Mi Home app and looks very similar to the LCD model, but had no luck.
I was able to retrieve a few values from Bluetility (Mac) using its MAC Address such as:
Thank you for the reply but that is not the same unit. That unit has WiFi so you can retrieve information from its IP address.
My unit is Bluetooth only so I cannot GET or POST to it, only subscribe to its channels which brings data that looks encrypted.
I raised a question over on the ESPHome github about whether it is supported by ESPhome.The LCD version is supported, but no-one knew if the epaper version also was.
Given both seem to be manufactured by the same company (cleargrass) you could make an assumption…
Hey guys! I got the readings with a Node.js app I wrote.
I just dont know how to write the HA component for it. On Monday I’ll be back home and upload the code to Github so you guys can check.
There you go, guys. Just have to change your MAC Address and it should be good to go.
Now, if someone knows how to turn that into a HA working script, that would be awesome.
Thanks for sharing this. Seems relatively simple code.
I hope this can translated to C and be adopted into esphome.
Seems it was already raised as an enhancement request for esphome
That is great to know but unfortunately that involves adding a new BT device such as a Arduino or ESP8266 in order for it to work.
The main goal is to have it reporting directly to HA, since most of us running on Raspberry Pi have bluetooth capabilities.
I am actually quite surprised no one wrote the component until now. I provided the whole code working.
This PR adds support for this device into ESPHome, it’s been merged a few days ago https://github.com/esphome/esphome/pull/664
[edit: I was wrong as pointed out by @1technophile , this PR adds support for the eInk display Clock with temperature/humidity sensor, and not the Cleargrass round eInk sensor.]
This PR add support for LYWSD02 ; the clock with temperature and humidity, not for cleargrass which is providing temperature and humidity only. Cleargrass can be seen as an improved version of Mi Jia with a smaller temperature range.