solar

module
v0.0.0-...-0e7f851 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2023 License: MIT

README

Solar Controller

RUN

docker run -d \
  --name solar \
  -v "/etc/localtime:/etc/localtime:ro" \
  -v "/srv/config/solar.yaml:/config.yaml:ro" \
  --log-driver "json-file" \
  --log-opt max-file="5" \
  --log-opt max-size="10m" \
  --restart "unless-stopped" \
  --network "host" \
  -h "home" \
  automatedhome/solar:0.4.0
  --homeassistant-token="<token>"

Program flow

stateDiagram-v2
    [*] --> GetConfig
    GetConfig --> GetActuators
    GetActuators --> GetRawSensors
    GetRawSensors --> NormalizeData
    NormalizeData --> CalculateFlow
    CalculateFlow --> SetActuators
    SetActuators --> GetRawSensors

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL