From 89abbf8589ab7c19501a327f8a68c0881ddb6d91 Mon Sep 17 00:00:00 2001 From: Brig Lamoreaux Date: Mon, 25 Oct 2021 12:35:42 -0700 Subject: [PATCH] Add Srp Energy API. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d771979a..fcc107e7 100644 --- a/README.md +++ b/README.md @@ -587,6 +587,7 @@ API | Description | Auth | HTTPS | CORS | | [PM2.5 Open Data Portal](https://pm25.lass-net.org/#apis) | Open low-cost PM2.5 sensor data | No | Yes | Unknown | | [PM25.in](http://www.pm25.in/api_doc) | Air quality of China | `apiKey` | No | Unknown | | [PVWatts](https://developer.nrel.gov/docs/solar/pvwatts/v6/) | Energy production photovoltaic (PV) energy systems | `apiKey` | Yes | Unknown | +| [Srp Energy](https://srpenergy-api-client-python.readthedocs.io/en/latest/api.html) | Hourly usage energy report for Srp customers | `apiKey` | Yes | No | | [UK Carbon Intensity](https://carbon-intensity.github.io/api-definitions/#carbon-intensity-api-v1-0-0) | The Official Carbon Intensity API for Great Britain developed by National Grid | No | Yes | Unknown | **[⬆ Back to Index](#index)**