From b8d5deb88b5c38d8a5a57f3e90a0ee33fd4ca843 Mon Sep 17 00:00:00 2001 From: habuild <36288425+habuild@users.noreply.github.com> Date: Fri, 25 Mar 2022 23:10:01 +1100 Subject: [PATCH] Update README.md --- README.md | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index a9fe610..cc4160e 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,31 @@ Add-on documentation: This repository contains the following add-ons -### [SBFspot_HA](./sbfspot) +SBFspot addon for supervised Home Assistant, based an open source project located at github ([SBFspot on github](https://github.com/SBFspot/SBFspot)). +This project creates an addon install for Home assistant users using the latest release of SBFspot as a docker container. + +# Installation and configuration +Add ([this respository](https://github.com/HABuild/hassio_addons)) to Home Assistant via the superviser > new respository menu > add respository + +Fill in the config details to setup Inverter connection, Database, MQTT , and Upload API. + +Start the addon + +### [haos-sbfspot](./haos-sbfspot) +![Version](https://img.shields.io/badge/dynamic/json?label=Version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhabuild%2Fhassio-addons%2Fmaster%2Fhaos-sbfspot%2Fconfig.json) +![Arch](https://img.shields.io/badge/dynamic/json?color=success&label=Arch&query=%24.arch&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhabuild%2Fhassio-addons%2Fmaster%2Fhaos-sbfspot%2Fconfig.json) + +This version is specifically for Home Assistant Operating System HAOS. It omits Openrc found in the other version, which is largely redundant anyway. +### [Installation](https://github.com/habuild/hassio-addons/blob/main/haos-sbfspot/README.md) + +### [SBFspot](./sbfspot) ![Version](https://img.shields.io/badge/dynamic/json?label=Version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhabuild%2Fhassio-addons%2Fmaster%2Fsbfspot%2Fconfig.json) ![Arch](https://img.shields.io/badge/dynamic/json?color=success&label=Arch&query=%24.arch&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhabuild%2Fhassio-addons%2Fmaster%2Fsbfspot%2Fconfig.json) -_Example add-on to use as a blueprint for new add-ons._ +This version includes openrc to manage SBFspotUpload service. It is doesn't particulary offer any great advantage. They both perform very similarly. Except openrc partially requires a read access to the host to monitor other services which HAOS doesn't allow. + +### [Installation](https://github.com/habuild/hassio-addons/blob/main/sbfspot/README.md)