Skip to content

nicolsc/sensit-frame-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sensit v2 - Frame debug

What

  • Fetch the last messages for a given deviceid
  • Try to parse the frame, to extract
    • Active mode
    • Frame type
    • Battery level
    • Approx temperature
    • Precise temperature if relevant
    • Humidity % if relevant

Prerequisites

Your Sensit should be registered to your SIGFOX account, as this app is using the SIGFOX API.

Install

You should have NodeJS 5.0 up & running on your machine

$ npm install
$ npm start

Configure

Set the following env vars in a local config.js, with your SIGFOX API Credentials:

module.exports = {
  SIGFOX_USERNAME: 'xxx',
  SIGFOX_PASSWORD: 'xxx'
};

Use

Open http://localhost:8000/{deviceId}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors