Skip to content

xpj/wemos-weather-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wemos-weather-simple Build Status

Simple Weather Station

sws.jpg

Configuration

  • in src folder copy secrets_template.h to secrets.h and fill your own

    • Blynk API Token
    • AdafruitIO login
    • WiFi SSID and Password
    • MQTT server, username and password
  • in src folder update config.h

    • comment/uncomment define/undefine to select integrations (Blynk, AdafruitIO)
  • pio run

I2C Devices

  • 0x23 - BH1750 light meter
  • 0x3C - SSD1305 monochrome OLED
  • 0x40 - INA219 DC Current Sensor
  • 0x76 - BME280 Temp/Barometric/Humidity

MQTT

Currently, topics published from SWS to Mosquitto MQTT server are stored in InfluxDB and shown on Grafana dashboard. Thus the payload of the topic is in form of Influx Data Line:

key field=value

Integration between Mosquitto and InfluxDB is over Telegraf.

Currently published topics are

  • sensors/sws1/temperature
  • sensors/sws1/humidity
  • sensors/sws1/pressure

Libraries

About

Simple Weather Station [migrated to bitbucket]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published