diff --git a/Readme.md b/Readme.md index 7853ae9..e59eef0 100644 --- a/Readme.md +++ b/Readme.md @@ -17,3 +17,13 @@ The ruby script subscribes topic of the sensors and saves the events payload in # Run the script Start the script with `ruby logger.rb` that produces console output when an event happens as well as it logs data into `data.csv`. + +# Data Analysis +Running `data_analysis/report.sh` generates you a report containing plots of humidity and temperature of the last 48 hours. You need to install R and some additional packages to run this command. + +![humidity](https://user-images.githubusercontent.com/95456/142857205-1ba6fdac-5c03-41bb-acd8-95531ec907dd.png) + + +![temperature](https://user-images.githubusercontent.com/95456/142857256-9fd1001e-9503-4a70-952b-18b18987894d.png) + +