Sign inSign up

borisbrock/sunalyzer

By borisbrock

•Updated 4 months ago

Sunalyzer is a free and open source solar monitoring system.

Image
0

3.5K

borisbrock/sunalyzer repository overview

⁠Sunalyzer

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.

⁠Project Home Page and Detailed Instructions

Sunalyzer is hosted on Github.⁠

⁠Exposed Ports

This container exposes port 5000, which is used to access the web server.

⁠Exposed Volumes

This container exposes a volume called "data". Here you need to place your configuration file before starting the container.

⁠Docker Compose Example

services:
  sunalyzer:
    container_name: sunalyzer
    image: borisbrock/sunalyzer:latest
    restart: always
    ports:
      - "8020:5000"
    volumes:
      - /volume1/docker/sunalyzer:/data

Tag summary

Content type

Image

Digest

sha256:134e1e9a7…

Size

68 MB

Last updated

4 months ago

docker pull borisbrock/sunalyzer