jipema / xiaomi-mijia-thermometer

Discover and read data from Xiaomi Mijia Bluetooth Thermometer 2
GNU General Public License v3.0
18 stars 4 forks source link

homebridge #1

Closed mksmo closed 4 years ago

mksmo commented 4 years ago

Hello! Is it possible to use your plugin in homebridge? Thanks for your answer.

jipema commented 4 years ago

Hi! I don't know much about Homebridge, but if you can use Node.js with it, then you can use this lib. Basically, this wrapper connect to the Mijia thermometers (by mac address), collect temperature, humidity and battery values, and return them through callback/promise.

mksmo commented 4 years ago

Thank's for your answer!