Back to plugin center
Plugin · Manifest
energy-keeper
Energy Keeper · By SidebyStar · In beta
Install command
aios
aios plugin install energy-keeper --channel betaPermissions
The plugin can only do what is declared in the manifest; anything else is refused by the system.
sense:energy:readsense:temperature:readactuate:hvac:writeactuate:light:writeledger:write
Capabilities
Capabilities the plugin exposes for the runtime to orchestrate.
- optimize
Joint cadence optimization across HVAC, heating, lighting, and water heater
- explain
Generates a readable explanation per saving action
Actions
Actions you can trigger from rules or scripts.
- hvac.ease
Ease HVAC cadence
- report.export
Export monthly energy report
Manifest Preview
The complete manifest, in one file.
PLUGIN_MANIFEST.yaml
plugin:
id: energy-keeper
name: Energy Keeper
vendor: By SidebyStar
stage: beta
topic: home
permissions:
- sense:energy:read
- sense:temperature:read
- actuate:hvac:write
- actuate:light:write
- ledger:write
capabilities:
- kind: optimize
desc: Joint cadence optimization across HVAC, heating, lighting, and water heater
- kind: explain
desc: Generates a readable explanation per saving action
actions:
- id: hvac.ease
desc: Ease HVAC cadence
- id: report.export
desc: Export monthly energy report
install: aios plugin install energy-keeper --channel beta