Added Image to the readme

This commit is contained in:
Markus Graf
2021-10-20 10:33:22 +02:00
committed by GitHub
parent 04fc2c8705
commit 855681df8a
+2 -1
View File
@@ -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. The ruby script subscribes topic of the sensors and saves the events payload in a CSV file for further analysis.
![Harware](hardware.jpeg)
# Requirements # Requirements
- MQTT Broker handles the events from Zigbee2mqtt - MQTT Broker handles the events from Zigbee2mqtt
- Ruby 2.7 or better - Ruby 2.7 or better
# Installation # Installation
1. Clone the ropository `git clone https://github.com/gurix/cure_logger.git` 1. Clone the ropository `git clone https://github.com/gurix/cure_logger.git`
2. Install dependencies `bundle install` 2. Install dependencies `bundle install`