From 7bb9be84cc958a6d8f55996036af46cb7dfe0057 Mon Sep 17 00:00:00 2001 From: Holger Cremer Date: Tue, 18 Dec 2018 21:04:39 +0100 Subject: adds a readme --- shop2mqtt/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 shop2mqtt/README.md diff --git a/shop2mqtt/README.md b/shop2mqtt/README.md new file mode 100644 index 0000000..9627e82 --- /dev/null +++ b/shop2mqtt/README.md @@ -0,0 +1,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. \ No newline at end of file -- cgit v1.2.3