timofurrer / w1thermsensor

A Python package and CLI tool to work with w1 temperature sensors like DS1822, DS18S20 & DS18B20 on the Raspberry Pi, Beagle Bone and other devices.
MIT License
493 stars 113 forks source link

Added an example script for pushing sensor data to AWS CloudWatch #77

Closed karelbemelmans closed 4 years ago

karelbemelmans commented 4 years ago

I've added the small script I use to send my sensor data to AWS CloudWatch as a metric. Sprinkled it a bit with comments, should be a good start for anyone trying to accomplish the same setup.

codecov-commenter commented 4 years ago

Codecov Report

Merging #77 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #77   +/-   ##
=======================================
  Coverage   45.47%   45.47%           
=======================================
  Files           6        6           
  Lines         552      552           
=======================================
  Hits          251      251           
  Misses        301      301           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 519010e...95cc0c4. Read the comment docs.

timofurrer commented 4 years ago

Thanks for the contribution! Looks neat 🌟

I was thinking though if the wiki wouldn't be a better place for it 🤔 What do you think?

karelbemelmans commented 4 years ago

I like it when all code and docs is inside the actual code repo on github, and an "examples" directly is always a good start to copy/paste my own project from. But do what you think is the best, it's your code :)