Sunalyzer is a free and open source solar monitoring system.
3.5K
Sunalyzer is a free and open source solar monitoring system. It collects relevant data from your inverter/smart meter and stores them safely in a data base. A modern and beautiful web frontend allows you to visualize the data on any device. Sunalyzer can easily be self hosted on a Raspberry Pi or a NAS by using Docker. No cloud is required, all your data stays under your control.
Sunalyzer is hosted on Github.
This container exposes port 5000, which is used to access the web server.
This container exposes a volume called "data". Here you need to place your configuration file before starting the container.
services:
sunalyzer:
container_name: sunalyzer
image: borisbrock/sunalyzer:latest
restart: always
ports:
- "8020:5000"
volumes:
- /volume1/docker/sunalyzer:/data
Content type
Image
Digest
sha256:134e1e9a7…
Size
68 MB
Last updated
4 months ago
docker pull borisbrock/sunalyzer