Skip to content

kschweiger/iot_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IOT scripts

Collection of IoT scripts running together with the data_receiver Service.

Enviro+

The script enviro_monitor.py is intended as a background processes running for continous data collection. The data will be sent via requests to a remote API waiting for the data.

Setup

In addition the to the packages listed in the requirements.txt file, it is expect that the Enviro setup has been followed and the packages are installed.

Also create a file called .secrets.toml with the following information:

dynaconf_merge=true

[receiver]
host="XXX.XXX.XXX.XXX"

[enviro_monitor]
api_key="XXXXXX"

Furthermore you should do some test to set the temp_calib_factor in the setting.toml file.

About

Collection of IoT scripts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages