Add skill: grid-aware-energy-load-shifter#100
Closed
mrbese wants to merge 5 commits intoopenclaw:mainfrom
Closed
Conversation
Bridge Home Assistant energy data to OpenClaw for intelligent load shifting. Reads electricity prices, solar forecasts, consumption, and battery levels from HA, then schedules deferrable loads during cheapest rate periods. - SKILL.md: Energy reasoning instructions with 5-step load-shifting workflow - scripts/ha_bridge.py: REST API bridge with 5 CLI commands (zero pip deps) - references/energy_entities.md: Entity reference for 7+ pricing providers - .env.example: Config template for REST API mode Works with any utility rate plan worldwide. No hardcoded rates.
…tion - Renamed from grid-load-shifter to grid-aware-energy-load-shifter - Keyword-rich description: TOU, DER, VPP, demand response, DSM - Added HVAC pre-conditioning, water heater scheduling, battery arbitrage, and demand response / VPP integration sections - Added metadata tags for discoverability - Added Supported Integrations table (10 providers) - Added README.md with authorship and keyword block - Added .env.example for REST API configuration
- Fix broken {baseDir} link in SKILL.md → relative path (references/energy_entities.md)
- Fix .env.example link → relative path
- Remove methodology sentence from README.md
- Update energy_entities.md ToC (add HVAC, Supported Integrations sections)
- Fix .env.example title to match renamed skill
… add main() docstring
|
Thanks for the pull request! This repository is read-only and is automatically synced from https://clawhub.ai, so we can’t accept changes here. Please make updates on the website instead. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Skill: Grid-Aware Energy Load Shifter
Shifts heavy residential loads to the cheapest electricity hours using Home Assistant energy data.
What it does
Files
SKILL.mdscripts/ha_bridge.pyreferences/energy_entities.md.env.exampleTechnical highlights