├── BelangrijkeWaarden.py ├── LICENSE ├── LadenTesla.py ├── PrijsEasyenergy.py ├── PrijsEntsoe.py ├── README.md ├── Tesla └── teslapy │ ├── __init__.py │ ├── endpoints.json │ ├── option_codes.json │ └── teslapy.py ├── TeslaOpladen.py ├── Teslaberekening.py ├── brutonaarnetto.py ├── main.py └── prijsophalen.py /BelangrijkeWaarden.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smokkelaar/CarChargeWithHourCurrentRates/HEAD/BelangrijkeWaarden.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smokkelaar/CarChargeWithHourCurrentRates/HEAD/LICENSE -------------------------------------------------------------------------------- /LadenTesla.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smokkelaar/CarChargeWithHourCurrentRates/HEAD/LadenTesla.py -------------------------------------------------------------------------------- /PrijsEasyenergy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smokkelaar/CarChargeWithHourCurrentRates/HEAD/PrijsEasyenergy.py -------------------------------------------------------------------------------- /PrijsEntsoe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smokkelaar/CarChargeWithHourCurrentRates/HEAD/PrijsEntsoe.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smokkelaar/CarChargeWithHourCurrentRates/HEAD/README.md -------------------------------------------------------------------------------- /Tesla/teslapy/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smokkelaar/CarChargeWithHourCurrentRates/HEAD/Tesla/teslapy/__init__.py -------------------------------------------------------------------------------- /Tesla/teslapy/endpoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smokkelaar/CarChargeWithHourCurrentRates/HEAD/Tesla/teslapy/endpoints.json -------------------------------------------------------------------------------- /Tesla/teslapy/option_codes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smokkelaar/CarChargeWithHourCurrentRates/HEAD/Tesla/teslapy/option_codes.json -------------------------------------------------------------------------------- /Tesla/teslapy/teslapy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smokkelaar/CarChargeWithHourCurrentRates/HEAD/Tesla/teslapy/teslapy.py -------------------------------------------------------------------------------- /TeslaOpladen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smokkelaar/CarChargeWithHourCurrentRates/HEAD/TeslaOpladen.py -------------------------------------------------------------------------------- /Teslaberekening.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smokkelaar/CarChargeWithHourCurrentRates/HEAD/Teslaberekening.py -------------------------------------------------------------------------------- /brutonaarnetto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smokkelaar/CarChargeWithHourCurrentRates/HEAD/brutonaarnetto.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smokkelaar/CarChargeWithHourCurrentRates/HEAD/main.py -------------------------------------------------------------------------------- /prijsophalen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smokkelaar/CarChargeWithHourCurrentRates/HEAD/prijsophalen.py --------------------------------------------------------------------------------