This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
49 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,5 @@ | ||
# SOLECTRUS Hosting Guide | ||
|
||
**Currently, I'm working on the SOLECTRUS Configurator, a web-based tool to configure your SOLECTRUS installation. It is intended to make the installation process easier and more user-friendly and will replace the current guides. The Configurator can already be checked out at [configurator.solectrus.de](https://configurator.solectrus.de). BEWARE: It will install beta versions of SOLECTRUS and is not yet fully tested. If you are not interested in experimenting, please use the guides below.** | ||
**This guide has been replaced by the new SOLECTRUS Configurator. Please check out [configurator.solectrus.de](https://configurator.solectrus.de)** | ||
|
||
There are different ways to install **SOLECTRUS**: | ||
|
||
## A: You have a SENEC.Home? | ||
|
||
If you have a SENEC.Home battery system, installing is simple. The toolchain is quiet stable and used by many users. Please choose one of the following guides: | ||
|
||
1. [Local installation on Synology NAS](/guide/synology) | ||
|
||
You need a Synology NAS (Kernel v4+) with Docker installed (tested with Synology DS220+ with 10GB RAM) | ||
|
||
2. [Local installation on Raspberry Pi](/guide/raspberry-pi) | ||
|
||
You need a Raspberry Pi running a 64bit OS with Docker installed (tested with Raspberry Pi 4 Model B Rev 1.4 with 8GB RAM) | ||
|
||
3. [Distributed installation on Raspberry Pi + remote server](/guide/external-server) | ||
|
||
You need a Raspberry Pi at home **and** a remote server somewhere on the internet (tested with Hetzner Cloud) | ||
|
||
Server costs at Hetzner: €4,51 per month | ||
|
||
4. [Remote installation with cloud access to SENEC](/guide/external-server-cloud) | ||
|
||
You need a remote server somewhere on the internet (tested with Hetzner Cloud). No Raspberry or other local hardware required. Data is pulled from SENEC via cloud access by using your credentials from mein-senec.de | ||
**Please note: Cloud access is new and not yet tested by many users.** | ||
|
||
Server costs at Hetzner: €4,51 per month | ||
|
||
## B: You have a PV system, but no SENEC? | ||
|
||
If you do not have a SENEC battery system, you may still be able to use **SOLECTRUS**. There is a brand new [MQQT-collector](https://github.com/solectrus/mqtt-collector), so SOLECTRUS can be used with any PV device that supports MQTT. Please note that the MQTT-collector is in an experimental stage and I would appreciate your feedback. | ||
|
||
There are two guides available, both targeting **experienced** users having a deeper understanding of MQTT: | ||
|
||
1. [Installation for use with ioBroker](/guide/mqtt-iobroker/) | ||
|
||
You need: | ||
|
||
- Linux server (64bit, Kernel v4+) with Docker installed (Raspberry Pi, Synology NAS, virtual machine, etc.) | ||
- Running instance of [ioBroker](https://www.iobroker.net/), which already includes a MQTT broker | ||
|
||
2. [Installation for use with evcc](/guide/mqtt-evcc/) | ||
|
||
You need: | ||
|
||
- Linux server (64bit, Kernel v4+) with Docker installed (Raspberry Pi, Synology NAS, virtual machine, etc.) | ||
- Running instance of [evcc](https://evcc.io/) | ||
- MQTT broker | ||
[The old guide](/old-README.md) is still available, but is no longer maintained. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
There are different ways to install **SOLECTRUS**: | ||
|
||
## A: You have a SENEC.Home? | ||
|
||
If you have a SENEC.Home battery system, installing is simple. The toolchain is quiet stable and used by many users. Please choose one of the following guides: | ||
|
||
1. [Local installation on Synology NAS](/guide/synology) | ||
|
||
You need a Synology NAS (Kernel v4+) with Docker installed (tested with Synology DS220+ with 10GB RAM) | ||
|
||
2. [Local installation on Raspberry Pi](/guide/raspberry-pi) | ||
|
||
You need a Raspberry Pi running a 64bit OS with Docker installed (tested with Raspberry Pi 4 Model B Rev 1.4 with 8GB RAM) | ||
|
||
3. [Distributed installation on Raspberry Pi + remote server](/guide/external-server) | ||
|
||
You need a Raspberry Pi at home **and** a remote server somewhere on the internet (tested with Hetzner Cloud) | ||
|
||
Server costs at Hetzner: €4,51 per month | ||
|
||
4. [Remote installation with cloud access to SENEC](/guide/external-server-cloud) | ||
|
||
You need a remote server somewhere on the internet (tested with Hetzner Cloud). No Raspberry or other local hardware required. Data is pulled from SENEC via cloud access by using your credentials from mein-senec.de | ||
**Please note: Cloud access is new and not yet tested by many users.** | ||
|
||
Server costs at Hetzner: €4,51 per month | ||
|
||
## B: You have a PV system, but no SENEC? | ||
|
||
If you do not have a SENEC battery system, you may still be able to use **SOLECTRUS**. There is a brand new [MQQT-collector](https://github.com/solectrus/mqtt-collector), so SOLECTRUS can be used with any PV device that supports MQTT. Please note that the MQTT-collector is in an experimental stage and I would appreciate your feedback. | ||
|
||
There are two guides available, both targeting **experienced** users having a deeper understanding of MQTT: | ||
|
||
1. [Installation for use with ioBroker](/guide/mqtt-iobroker/) | ||
|
||
You need: | ||
|
||
- Linux server (64bit, Kernel v4+) with Docker installed (Raspberry Pi, Synology NAS, virtual machine, etc.) | ||
- Running instance of [ioBroker](https://www.iobroker.net/), which already includes a MQTT broker | ||
|
||
2. [Installation for use with evcc](/guide/mqtt-evcc/) | ||
|
||
You need: | ||
|
||
- Linux server (64bit, Kernel v4+) with Docker installed (Raspberry Pi, Synology NAS, virtual machine, etc.) | ||
- Running instance of [evcc](https://evcc.io/) | ||
- MQTT broker |