An open API service indexing awesome lists of open source software.

https://github.com/purcell-lab/ha-addons

Home Assistant add-on repository (NEM Price Forecaster, etc.)
https://github.com/purcell-lab/ha-addons

aemo energy hassio-addons home-assistant home-assistant-addon nem

Last synced: 1 day ago
JSON representation

Home Assistant add-on repository (NEM Price Forecaster, etc.)

Awesome Lists containing this project

README

          

# purcell-lab Home Assistant Add-ons

A Home Assistant add-on repository mirroring upstream projects with the
Supervisor-compatible layout (top-level `repository.yaml` + slug-named add-on
directories).

## Add to Home Assistant

In the HA UI:

1. Settings → Add-ons → Add-on Store → ⋮ menu → **Repositories**
2. Paste: `https://github.com/purcell-lab/ha-addons`
3. Add → close → the new section "purcell-lab Home Assistant Add-ons" appears in the store.

## Add-ons in this repository

### nem_price_forecaster

NEM 7-day wholesale price forecaster sidecar. Configurable price model
(`darts_naive_blend` / `isotonic` / `darts` / `hybrid`), calibrator
(`isotonic` / `monotone_gbm`), and forecast horizon. Exposes the sidecar
HTTP API on port 8765 for the matching `nem_price_forecaster` HA custom
integration.

Upstream: [BrettLynch123/nem-price-forecaster](https://github.com/BrettLynch123/nem-price-forecaster)

After install:

- Configuration tab: set `region` (QLD1 / NSW1 / VIC1 / SA1 / TAS1) and
optional `latitude` / `longitude`. Leave other knobs at defaults unless
tuning the calibrator.
- In the matching HA integration, set the sidecar URL to
`http://localhost:8765`.

## Sync from upstream

```bash
./scripts/sync-upstream.sh
```

Pulls the latest `addon/` tree from
[BrettLynch123/nem-price-forecaster](https://github.com/BrettLynch123/nem-price-forecaster)
into `nem_price_forecaster/` and reports any changes ready to commit.

## License

Add-on contents inherit the upstream project's license. This repository's
packaging (manifest, sync script, README) is MIT.