- 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
Your Sensit should be registered to your SIGFOX account, as this app is using the SIGFOX API.
You should have NodeJS 5.0 up & running on your machine
$ npm install
$ npm start
Set the following env vars in a local config.js, with your SIGFOX API Credentials:
module.exports = {
SIGFOX_USERNAME: 'xxx',
SIGFOX_PASSWORD: 'xxx'
};