Wedeex App
WedeexApp enables you to adapt and optimize your energy consumption according to your country energy mix production!
- get a real-time simple indicator about the CO2 emission level linked to electrical power generation in France
- follow your microsoft surface device consumption in real time (and soon splitted by more consuming application : )
- act with efficiency by following our tips according the current state of the power generation
Become a master in understanding how electricity production works and how consumption emits CO2. Act collectively to reduce your electrical devices usage carbon footprint!
This repos is an example of Wedeex's API implementation,through a UWP application
Simply compile the solution, according to your architecture, and run the main project "Package"
You can retrieve the real-time indicator by requesting an api-key to [email protected] We offer a freemium limited access to discover our apis.
You will have to configure the settings file
{
"apiKey": "",
"consumptionReportUrl": "https://wedeex-api-center.azure-api.net/internal/consumption/report",
"consumptionSummaryUrl": "https://wedeex-api-center.azure-api.net/consumption/summary",
"notificationHubConnectionString": "",
"notificationHubPath": "",
"signatureId": "8d5e9b58-7f5d-4064-a664-b91851d06a50",
"signatureKey": "06z23z/PDpoaWibwqRJUj3siOyzrhBOP5x4bp1AyEXQ=",
"telemetryInstrumentationKey": ""
}
where
"apiKey" is required to fetch Wedeex Realtime indicator's api
"notificationHubConnectionString" is your Azure Notification hub connection string
"notificationHubPath" is your Azure Notification hub path
"signatureId" is required for integrity checks
"signatureKey" is required for integrity checks
"telemetryInstrumentationKey" is your Azure ApplicationInsight telemetry key
Freemium API Key will let you make 1 call per 6 hour. You can upgrade it with customs plan using the mail contact above
Wedeex API can provide energy mix production for the French territory. More countries will be added in the next releases ;)
Today srumutil.exe is missing in the project. We expect a new version from Windows dev team in a few weeks.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.