bt-mqtt-gateway
bt-mqtt-gateway copied to clipboard
Xiaomi devices
Hello, Do you have the possibility to integrate:
- Lywsd02 (not working)
- Lywsd03
- Cleargrass
- Tile
It works under Jeedom: https://github.com/jeedom/plugin-blea/tree/beta/resources

Thank you so much
Hi
I don't have any of this devices.
Hello,
@mycanaletto, the Lywsd02 is it working for me right now.
@zewelor, about the Lywsd03, I am also interested in the support for this device. Do you think you could integrate this library to use it?
Thanks for your work!
Hey, An Integration of LYWSD03 would be really nice. I got one to work with this project. The downside is that it supports only one device and there is no Auto Discovery from Home Assistant.
I am not sure if I should open another issue for this, but I encountered an issue with the LYWSD02 worker:
With my device, the handle returned to handleNotification() is 0x3c instead of 0x78, which is why I did not get temperature and humidity values initially. I currently do not have a second device to test with, but maybe someone else does.
For now, I just added if handle == 0x78 or handle == 0x3c, but I do not want to create a pull request just because my device behaves differently.
@tuccler @goliath888
he merged my inital work for LYWSD03MMC https://github.com/zewelor/bt-mqtt-gateway/pull/161
@mklooss Nice, thank you a lot. I will test it!