Browse Source

2022-11-07
* updated README.md

FloKra 1 year ago
parent
commit
bdbaad522f
2 changed files with 13 additions and 0 deletions
  1. 4 0
      CHANGELOG.md
  2. 9 0
      README.md

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # JeeLinkLogMQTT - change log
 
+## 2022-11-07
+
+* updated README.md
+
 ## 2022-08-02
 
 * add median value calculation instead of arithmetic average for outside sensors

+ 9 - 0
README.md

@@ -4,3 +4,12 @@ Backend for JeeLabs JeeLink receiver.
 
 Receives sensor data from LaCrosse 868MHz temperature/humidity sensors, logs data to InfluxDB and publishes via MQTT.
 
+## Installation
+Requires Python 3 (default on Debian/RaspberryOS Buster or Bullseye). 
+- install Python3 PIP: $ sudo apt-get install python3-pip
+- install required Python modules: pip3 install pyserial influxdb
+- copy folder __jeelinklog__ to /home/pi
+- edit config files as needed
+- test if it works:
+    - cd /home/pi
+    - ./jeelinklog.py -v