0.0.2 • Published 7 years ago

blynk_aqara v0.0.2

Weekly downloads
4
License
UNLICENSED
Repository
github
Last release
7 years ago

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

0.0.2

7 years ago

0.0.1

7 years ago