Skip to content

Simple nodeJs app to get Weather sensor data from CoolCoBoard (ESP8266 )to save into an influxDB database.

License

Notifications You must be signed in to change notification settings

TamataOcean/WeatherStation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TamataWeather Station with CoolCo Board, using grafana, influxdb & mosquitto

CoolCo_Weather_Station

Data Collecting from sensors.

  • Temperature In/Out
  • Atmospheric Pressure
  • Light intensity, UV, IR,
  • Transfert data by JSON export.

System task Scheduling.

  • Control & Reporting
  • Log activities
  • Control & Alert System to send alert (color, temperature, light from standard deviation)

Install save_data.js as a service

Into : /lib/systemd/system

 [Unit]
  Description=TamataWeatherStation
  After=multi-user.target

  [Service]
  WorkingDirectory=/home/pi/code/WeatherStation/systools
  ExecStart=/usr/bin/node save_data.js
  Restart=on-failure

  [Install]
  WantedBy=multi-user.target

Declare service

  sudo systemctl enable tamata_weatherstation.service  

Start service

  sudo systemctl start tamata_weatherstation.service  

Log Service

  sudo journalctl -u tamata_weatherstation.service 

Buy us a beer!

This FLOSS software is funded by donations only. Please support us to maintain and further improve it!

Donate using Liberapay

Much more information about the self-sufficienty challenge : TamataOcean
contact@tamataocean.com

About

Simple nodeJs app to get Weather sensor data from CoolCoBoard (ESP8266 )to save into an influxDB database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published