# Send Emporia Energy to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "emporia-energy",
    "name": "Emporia Energy",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/urosorozel/emporia-energy",
    "canonicalUrl": "https://clawhub.ai/urosorozel/emporia-energy",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/emporia-energy",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=emporia-energy",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "assets/example.env",
      "references/README.md",
      "requirements-cloud.txt",
      "requirements-esphome.txt",
      "scripts/common.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/emporia-energy"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/emporia-energy",
    "downloadUrl": "https://openagent3.xyz/downloads/emporia-energy",
    "agentUrl": "https://openagent3.xyz/skills/emporia-energy/agent",
    "manifestUrl": "https://openagent3.xyz/skills/emporia-energy/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/emporia-energy/agent.md"
  }
}
```
## Documentation

### Emporia Energy Skill

Use the scripts in {baseDir}/scripts to query Emporia Vue data directly.

Modes are selected with EMPORIA_MODE:

cloud: Emporia cloud API via PyEmVue (like the Home Assistant integration)
esphome: Local ESPHome API (for flashed devices)

### Choose a mode (cloud vs local)

Use cloud if your Emporia device is still on stock firmware or you want the simplest setup. Requires Emporia account credentials and internet access.
Use esphome only if the device is flashed with ESPHome and on your LAN. Requires the device IP/hostname and native API access on port 6053.

If you are unsure whether the device is ESPHome-flashed, choose cloud mode.

### Cloud mode

EMPORIA_EMAIL
EMPORIA_PASSWORD

Optional:

EMPORIA_SCALE (MINUTE, SECOND, MINUTES_15, DAY, MONTH) - defaults to MINUTE

### ESPHome mode

ESPHOME_HOST
ESPHOME_PORT (optional, default 6053)
ESPHOME_API_KEY (Noise PSK, base64) or ESPHOME_PASSWORD (legacy)

### Configuration steps

Cloud:

Set EMPORIA_MODE=cloud.
Set EMPORIA_EMAIL and EMPORIA_PASSWORD.
(Optional) Set EMPORIA_SCALE to control power vs energy units.
Run list first to confirm channels, then summary or circuit <name>.

ESPHome:

Ensure the device is flashed with ESPHome and on your LAN.
Set EMPORIA_MODE=esphome.
Set ESPHOME_HOST to the device IP/hostname (not Home Assistant).
If the ESPHome node uses encryption, set ESPHOME_API_KEY (base64 Noise PSK).
Run list first to confirm channels, then summary or circuit <name>.

### Commands

The scripts accept:

summary (default)
list
circuit <name>

### Usage

Cloud:

export EMPORIA_MODE=cloud
export EMPORIA_EMAIL="you@example.com"
export EMPORIA_PASSWORD="..."
python {baseDir}/scripts/emporia_cloud.py summary

ESPHome:

export EMPORIA_MODE=esphome
export ESPHOME_HOST="192.168.1.50"
export ESPHOME_API_KEY="base64-noise-psk"
python {baseDir}/scripts/emporia_esphome.py summary

### Dependencies (pip by default)

Cloud:

python3 -m venv .venv
source .venv/bin/activate
pip install -r {baseDir}/requirements-cloud.txt

ESPHome:

python3 -m venv .venv
source .venv/bin/activate
pip install -r {baseDir}/requirements-esphome.txt

Optional: you can use uv instead of pip if preferred.

### Output

Scripts emit JSON with:

timestamp
unit
total (best-effort)
top circuits
channels used

### Safety

Never print secrets (passwords, tokens, keys).
Do not make hardware or panel wiring recommendations.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: urosorozel
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/emporia-energy)
- [Send to Agent page](https://openagent3.xyz/skills/emporia-energy/agent)
- [JSON manifest](https://openagent3.xyz/skills/emporia-energy/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/emporia-energy/agent.md)
- [Download page](https://openagent3.xyz/downloads/emporia-energy)