From efe0cae2b900227673637fc81581e9fd11e1ca58 Mon Sep 17 00:00:00 2001 From: smallsolar Date: Mon, 18 Dec 2023 09:32:14 +0000 Subject: [PATCH] Updated Readme --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 387949f..8f4f05d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ # solar_bot -Small python script that reads a V.E Direct data stream (over usb/serial) and composes a mastodon post and then sends it every hour. \ No newline at end of file +## Description +Small python script that reads a V.E Direct data stream (over usb/serial) and composes a mastodon post and then sends it every hour. + +## Hardware +* Linux System (currently used on a OrangePi5 which hosts the solarcene.community Mastodon instance) +* Victron Energy VE.Direct to USB interface +* Victron MPPT Charge Controller + +## Software +* Python3 + * vedirect - https://github.com/karioja/vedirect + * mastdon.py - https://github.com/halcy/Mastodon.py + * apscheduler - https://github.com/agronholm/apscheduler + * redis.py - https://github.com/redis/redis-py +* Redis + +## Demo +* https://solarcene.community/@solar_bot \ No newline at end of file