Skip to main content

Home Assistant Client library for Carbon Intensity API

Project description

carbonintensity

PyPi version BuyMeCoffee

Simple Carbon Intensity UK API Library

The purpose of this library is to retrieve information from Carbon Intensity UK

The client connects asynchrnously to the API for retrieving information about the current level of CO2 generating energy in the current period.

It uses aiohttp to communicate with the API asynchrnously. This decision has been based mainly on the premise that the library will be used in the context of Home Assistant integration.

In addition it calculates when is the next 24 hours lowest level comparing values of the CO2 forecast levels.

Example

Retrieve regional and national information based on postcode SW1 for the next 24 hours starting now:

   client = Client("SW1")
   response = await client.async_get_data()
   data = response["data"]

Note: Time in UTC

Data format

An example of the function output can be found below:

   {
       "data":
        {
              "current_period_from": "2020-05-20T10:00+00:00",
              "current_period_to": "2020-05-20T10:30+00:00",
              "current_period_forecast":300,
              "current_period_index": "high",
              "current_period_national_forecast":230,
              "current_period_national_index": "moderate",
              "lowest_period_from":"2020-05-21T14:00+00:00",
              "lowest_period_to":"2020-05-21T14:30+00:00",
              "lowest_period_forecast": 168,
              "lowest_period_index": "moderate",
              "postcode": "SW1"
        }
    }

Install carbonintensity

python3 -m pip install -U carbonintensity

Licenses

This work is based on the following:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

carbon_intensity_uk-1.0.1.tar.gz (20.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

carbon_intensity_uk-1.0.1-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file carbon_intensity_uk-1.0.1.tar.gz.

File metadata

  • Download URL: carbon_intensity_uk-1.0.1.tar.gz
  • Upload date:
  • Size: 20.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for carbon_intensity_uk-1.0.1.tar.gz
Algorithm Hash digest
SHA256 9eca391e6d93ca7215889de720402c7d5b67668bd53f517097333a86774f036d
MD5 b2513a60b1363fe5b6ee45109200f7f4
BLAKE2b-256 7685e661f2bfd13e0dfb375f2ebeca8cf2687700d0d63111aad13c0cd04d388a

See more details on using hashes here.

File details

Details for the file carbon_intensity_uk-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for carbon_intensity_uk-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 bdf2ea44b4ec3f86eaea1077dda4efcdb83a293a8c488bee92ec6af7f21f08c6
MD5 2aa5197579d19ea1d57d12e7eacbd7a5
BLAKE2b-256 53cad6d9e1e799d368bf2ffbda5ae7aef51200dc80eae3b848054062466afd63

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page