|
@@ -7,8 +7,11 @@ 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: $ 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:
|