eptr2-consumption-data

Retrieve Turkish electricity consumption data using the eptr2 Python library.

25|4|Updated Nov 15, 2023
One-click install
npx skills add https://github.com/Tideseed/eptr2 --skill eptr2-consumption-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eptr2-consumption-data
Source: https://github.com/Tideseed/eptr2/tree/main/.claude/skills/eptr2-consumption-data
Command: npx skills add https://github.com/Tideseed/eptr2 --skill eptr2-consumption-data

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly retrieve Turkish electricity consumption data, including real-time consumption, settlement (UECM), and load-plan forecasts, using the eptr2 Python library to answer questions about demand, consumption patterns, and forecasting.

Core Features & Use Cases

  • Real-time & settlement data: Access real-time consumption (rt-cons) and settlement consumption (uecm) with ease.
  • Forecast & load plan: Retrieve day-ahead load plans (load-plan) for planning and comparison.
  • Composite insights: Use composite functions like get_hourly_consumption_and_forecast_data to view hours with forecast vs actual consumption.

Quick Start

Install the eptr2 package, initialize EPTR2, and call an endpoint, for example eptr.call("rt-cons", start_date="2024-07-29", end_date="2024-07-29").