https://github.com/ericoc/energytable
PECO energy usage
https://github.com/ericoc/energytable
Last synced: 8 months ago
JSON representation
PECO energy usage
- Host: GitHub
- URL: https://github.com/ericoc/energytable
- Owner: ericoc
- Created: 2024-12-10T00:30:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-12T01:43:59.000Z (over 1 year ago)
- Last Synced: 2024-12-17T15:58:00.589Z (over 1 year ago)
- Language: Python
- Size: 1.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
See https://github.com/ericoc/utilities/
# ⚡ Energy Table 🔌
The Philadelphia energy utility ("PECO") website
allows for a residential account holder to download an export of their energy usage
in "comma-separated values" (CSV) file format.
---
## Export
The default export file from PECO is named based upon the dates exported,
and contains data such as the following:
> `peco_electric_usage_interval_data_Service 1_1_2023-07-04_to_2023-07-04.csv`
The CSV begings with a header, containing account information, that is ignored:
> ```
> Name,WILLIAM PENN
> Address,"1 S BROAD ST, PHILADELPHIA PA 19112"
> Account Number,1776xxxxxx
> Service,Service 1
> ```
Finally, the file contains a meaningful header, with values including
kilowatt-hours (kWh) of electricity used:
> ```
> TYPE,DATE,START TIME,END TIME,USAGE (kWh),NOTES
> Electric usage,2023-07-04,00:00,00:59,0.29
> Electric usage,2023-07-04,01:00,01:59,0.34
> Electric usage,2023-07-04,02:00,02:59,0.34
> Electric usage,2023-07-04,03:00,03:59,0.32
> ```
## Work In Progress
There is more to come once a database schema is decided...
---
### Examples (TODO)
- https://electric.ericoc.com/