From 855681df8a8e9ebeb923af7726bdc2bd28e2f408 Mon Sep 17 00:00:00 2001 From: Markus Graf Date: Wed, 20 Oct 2021 10:33:22 +0200 Subject: [PATCH] Added Image to the readme --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index c879eb4..11ba157 100644 --- a/Readme.md +++ b/Readme.md @@ -3,11 +3,12 @@ The aim of this project is to monitor the curing of cannabis flowers using the A The ruby script subscribes topic of the sensors and saves the events payload in a CSV file for further analysis. +![Harware](hardware.jpeg) + # Requirements - MQTT Broker handles the events from Zigbee2mqtt - Ruby 2.7 or better - # Installation 1. Clone the ropository `git clone https://github.com/gurix/cure_logger.git` 2. Install dependencies `bundle install`