This service provides information about various third-party providers such as alert service providers, push data service providers, tariff information providers, and so on. Since the information depends on third-party sites, a working Internet connection is generally required in order for this service to work properly.
Get a list of available alert service providers.
Reporting alerts to a service provider requires executing the service activation command on the meter. That command then uses the service activation protocol to set up the provider to ensure it is able and willing to accept the alerts.
Alert providers response.
Unauthorized response.
{
}
Get a list of available push service providers.
Sharing data with a push service provider requires executing the service activation command on the meter. That command then uses the service activation protocol to set up the provider to ensure it is able and willing to accept the data.
Push providers response.
Unauthorized response.
{- "reply": {
- "providers": [
]
}
}
Get a list of available tariff service providers.
Tariff providers response.
Unauthorized response.
{- "reply": {
- "providers": [
- {
- "country": "Korea",
- "name": "KEPCO",
- "params": [
- "start_day",
- "taxes"
]
}
]
}
}
Get a list of tariffs of a provider.
Tariff list response.
Unauthorized response.
{- "tariffs": [
- "Residential General",
- "Medical Exemption",
- "Residential Demand",
- "C Commercial"
]
}