blynk_aqara

0.0.2 • Public • Published

blynk-aquara

  • The source code is from the project homebridge-aqara Thanks to @snOOrz

https://raw.githubusercontent.com/rockmanqh/blynk-aquara/master/blynk-aqara.png

http://xiaomi-mi.com/uploads/CatalogueImage/fgfg%20(1)_13743_1435134515.jpg

  • Get data from aqara devices

    • Xiaomi Temperature-Humidity
    • Xiaomi Contact sensor
  • Create a blynk project and put the token key in the udpserver.js file

    • Add 3 label in the project
    • Set the virtual pin for each label : V0, V1, V2
  • Put the token key in the udpserver.js file

    • var AUTH = 'yourtokenkeyhere';
    • var v_temp = 'V0';
    • var v_hum = 'V1';
    • var v_door = 'V2';
  • Run the project

    • install plugin request: npm install request -g

    • test code:
      node udpserver.js

    • run code on reboot: @reboot /usr/local/bin/node /home/pi/udpserver.js

Readme

Keywords

Package Sidebar

Install

npm i blynk_aqara

Weekly Downloads

4

Version

0.0.2

License

UNLICENSED

Last publish

Collaborators

  • rockmanqh