Public Services Electric & Gas (PSEG) is a utility covering various parts of northern and central New Jersey.
Website: https://www.pseg.com/
Utility ID:
PSEG
(this is the utility identifier you use in our API)
The documentation on this page covers the unique data and behavior you will see for this utility. Usually, each section is linked directly from elsewhere in the documentation, so you don't have to read through everything on this page unless it is relevant to you from elsewhere in the docs.
To see what data can be collected for this utility, click here.
Below are the list of tariffs you will likely see in
Base Meter Block
service_tariff
and
Base Bill Block
service_tariff
values for this utility. You can also programmatically download this list of tariffs on the
GET
/files/known_tariffs_json
endpoint. We update this list regularly as we see new tariffs.
service_tariff
values before we can update this list.
So, please be able to handle unexpected tariff names that are not in this list.
This block contains bill information specific to PSEG. It's a JSON object with the following attributes:
Attribute | Type | Description |
---|---|---|
price_to_compare |
Float
or null
|
The "price to compare" (in USD) listed to the right of the service area on some PDF bills. PSEG provides this information to help customers compare the cost of PSEG energy supply and third-party supplier costs for electric and gas services. Only available for PDF bills. |
Extensible: We may extend this object type in the future, so be able to handle unknown attributes gracefully. |