bt-mqtt-gateway icon indicating copy to clipboard operation
bt-mqtt-gateway copied to clipboard

Xiaomi devices

Open mycanaletto opened this issue 5 years ago • 6 comments

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 image

Thank you so much

mycanaletto avatar Feb 10 '20 14:02 mycanaletto

Hi

I don't have any of this devices.

zewelor avatar Feb 10 '20 16:02 zewelor

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!

jnaav avatar Mar 01 '20 10:03 jnaav

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.

tuccler avatar Mar 02 '20 12:03 tuccler

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.

Timmenem avatar Mar 26 '20 17:03 Timmenem

@tuccler @goliath888

he merged my inital work for LYWSD03MMC https://github.com/zewelor/bt-mqtt-gateway/pull/161

mklooss avatar Apr 24 '20 19:04 mklooss

@mklooss Nice, thank you a lot. I will test it!

tuccler avatar Apr 28 '20 18:04 tuccler