|
@@ -8,10 +8,27 @@ Sensor type tested working: __LaCrosse/TechnoLine TX29 DTH-IT__.
|
|
## Installation
|
|
## Installation
|
|
Requires Python 3 (default on Debian/RaspberryOS Buster or Bullseye).
|
|
Requires Python 3 (default on Debian/RaspberryOS Buster or Bullseye).
|
|
- on Debian Buster/Bullseye:
|
|
- 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
|
|
|
|
|
|
+
|
|
|
|
+ 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:
|
|
- 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
|
|
|
|
|
|
+
|
|
|
|
+ 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
|
|
- 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.
|
|
- 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:
|
|
- test if it works:
|