Metadata-Version: 2.1
Name: energy_tariff_scheduler
Version: 0.0.7
Summary: Schedule actions based on energy tariffs
Home-page: https://github.com/craigwh10/energy-tariff-scheduler
Author: Craig White
Author-email: dev.craigw@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic==2.10.4
Requires-Dist: requests==2.32.3
Requires-Dist: python-dateutil==2.9.0.post0
Requires-Dist: apscheduler==3.11.0
Requires-Dist: tenacity==9.0.0

# Energy Tariff Scheduler

Enables smart actions based on daily pricing from utilities.

```sh
pip install energy-tariff-scheduler
```

Full documentation: [https://craigwh10.github.io/energy-tariff-scheduler/](https://craigwh10.github.io/energy-tariff-scheduler/)

## Supported tariff's (so far)

- [Octopus Agile](https://octopus.energy/smart/agile/) (import only)
- [Octopus Go](https://octopus.energy/smart/go/) (import only)
- [Intelligent Octopus Go](https://octopus.energy/smart/intelligent-octopus-go/) (import only)

## FAQ

> Do I need my account number?

Yes, you currently need your account number and API key for the Octopus tariffs, this is documented in <a href="https://craigwh10.github.io/energy-tariff-scheduler/getting-started/getting-api-key-and-account-no/" target="_blank">Getting API key and Account number</a>, this is required to fetch your latest tariff code from Octopus so that the library can best try match it with current available products.

> Why are no actions running between 11pm and 12am for Octopus Agile?

This is due to data availability, Octopus only provide pricing data from 12am-11:00pm.
