From fa86a094572297cc7fea5677388b08b187b5a9e3 Mon Sep 17 00:00:00 2001 From: git Date: Fri, 23 Oct 2020 17:38:44 +0200 Subject: [PATCH] README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..904031e --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +## `pyWH1080` +Scripts to periodically retrieve data from a WH1080 weather station. + + +### usage: ++ cp wh1080.udev-rules /etc/udev/rules.d/90-wh1080.rules ++ plugin device, if needed reboot. ++ pip3 install --user -r requirements.txt ++ cp wh1080.cron /etc/cron.d/wh1080 ++ grab data from /tmp -- 2.43.0