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.)
- Host: GitHub
- URL: https://github.com/purcell-lab/ha-addons
- Owner: purcell-lab
- Created: 2026-06-16T09:59:58.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-16T12:13:46.000Z (about 1 month ago)
- Last Synced: 2026-06-16T12:20:41.275Z (about 1 month ago)
- Topics: aemo, energy, hassio-addons, home-assistant, home-assistant-addon, nem
- Language: Python
- Size: 10.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.