Olivier Corradi
Olivier Corradi
Related to https://github.com/SandroGrzicic/ScalaBuff/issues/80
Requires https://github.com/tmrowco/tmrowapp-contrib/issues/314 YAML configuration file containing the electricity retail prices that can be used. Prepared by @martincollignon : ``` --- countries: BE: kWhPrice: 0.1948 unit: EUR source: 'Eurostat, 2019' BG:...
An api is available here: https://developer.octopus.energy/docs/api/
https://www.odyssee-mure.eu/publications/efficiency-by-sector/households/heating-consumption-per-m2.html lacks the breakdown by heating type (only shows average energy consumption across types, and therefore doesn't allow us to estimate the average per type). We're lacking data to advance...
Based on https://play.google.com/store/apps/details?id=com.legrand.homecontrol&hl=en API: https://portal.developer.legrand.com/docs/services/59e9ad7f8bda9e0b3caea28c/operations/GetEnergyMeterStatus Auth: https://developer.legrand.com/tutorials/getting-started/
To reproduce: - start playground - connect to playground in iOS simulator (remember to enable popups in iOS safari settings) - tap to connect uber - press on facebook icon...
JSON API is available: https://github.com/joshperry/carwings/blob/master/protocol.markdown Seems like we can query trips by month here: https://gitlab.com/tobiaswkjeldsen/dartcarwings/blob/master/lib/src/carwings_vehicle.dart#L232 and format the data like here: https://gitlab.com/tobiaswkjeldsen/dartcarwings/blob/master/lib/src/carwings_stats_trips.dart#L6 However we need access to charging times (not...