summaryrefslogtreecommitdiffstats
path: root/shop2mqtt/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'shop2mqtt/README.md')
-rw-r--r--shop2mqtt/README.md17
1 files changed, 17 insertions, 0 deletions
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