Skip to content

Python script for fetching and parsing sensor data from Ruuvi Gateway

License

Notifications You must be signed in to change notification settings

ruuvi-friends/ruuvi-gateway-fetch-data-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruuvi Gateway fetch data script

Python script for fetching and parsing sensor data from Ruuvi Gateway.

Setup and execute

Create virtual env and install requirements

python -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements.txt

Set IP, username and password to fetch_data.py script, If authentication is not enabled, username and password can be empty.

STATION_IP = "10.0.0.21"
USERNAME = "username"
PASSWORD = "password"

Execute script

python fetch_data.py

About

Python script for fetching and parsing sensor data from Ruuvi Gateway

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages