Browse Source

Merge branch 'master' of https://git.flokra.at/flo/JeeLinkLogMQTT

FloKra 3 months ago
parent
commit
29ee4a645a
1 changed files with 22 additions and 2 deletions
  1. 22 2
      README.md

+ 22 - 2
README.md

@@ -7,8 +7,28 @@ Sensor type tested working: __LaCrosse/TechnoLine TX29 DTH-IT__.
 
 ## 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 paho-mqtt pyyaml
+- on Debian Buster/Bullseye:
+
+	install Python3 PIP: 
+	
+	```
+	$ sudo apt-get install python3-pip
+	```
+	
+	install required Python modules: 
+	
+	```
+	pip3 install pyserial influxdb paho-mqtt pyyaml msgpack pytz dateutil
+	```
+	
+- on Debian Bookworm:
+	
+	install required Python modules via apt-get: 
+	
+	```
+	$ sudo apt-get install python3-serial python3-influxdb python3-paho-mqtt python3-yaml python3-msgpack python3-tz python3-dateutil
+	```
+	
 - copy folder __jeelinklog__ to /home/pi
 - edit config files as needed. A minimum of 1 sensor must be configured before starting, so leave one from the examples there, configure it as desired and then find out the ID of your sensor and edit it afterwards. 
 - test if it works: