summaryrefslogtreecommitdiffstats
path: root/shop2mqtt/README.md
blob: 9627e8254152830a18f893c085be165249d46c40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Setup

You need the python3 paho-mqtt lib. E.g. 
```
sudo apt-get install python3-paho-mqtt
```

Create the config from the example: 
```
cp shop2mqtt.conf.example shop2mqtt.conf
```
and change the config to your needs.


# Run

Just run `./sendStock2Mqtt.py` or use cron.