Open corradio opened 5 years ago
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 trips)
Good idea is to start from the renault-zoe source: https://github.com/tmrowco/greenbit-contrib/blob/master/electricity/renault-zoe.js
https://www.home-assistant.io/components/nissan_leaf/ done by home automation
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 trips)
Good idea is to start from the renault-zoe source: https://github.com/tmrowco/greenbit-contrib/blob/master/electricity/renault-zoe.js