Eugen
Eugen
Hi, thank You for examples! I'm not familiar with assembler, but I will port the PIC code to arduino. Can you explain what does the code do? Or maybe you...
Today we have a lot of readme files, that are spread into different locations: https://github.com/bassmaster187/TeslaLogger/blob/master/README.md https://github.com/bassmaster187/TeslaLogger/blob/master/Teslamate-Import/README.md https://github.com/bassmaster187/TeslaLogger/blob/master/TeslaFi-Import/README.md https://github.com/bassmaster187/TeslaLogger/blob/master/srtm/README.md https://github.com/bassmaster187/TeslaLogger/blob/master/backup_to_google_drive.md https://github.com/bassmaster187/TeslaLogger/blob/master/dashboard.md https://github.com/bassmaster187/TeslaLogger/blob/master/dev-howto.md https://github.com/bassmaster187/TeslaLogger/blob/master/docker_setup.md https://github.com/bassmaster187/TeslaLogger/blob/master/docker_setup_synology.md https://github.com/bassmaster187/TeslaLogger/blob/master/phpmyadmin-howto.md https://github.com/bassmaster187/TeslaLogger/blob/master/wallbox.md https://github.com/bassmaster187/TeslaLogger/blob/master/docs/en/faq.md https://github.com/bassmaster187/TeslaLogger/blob/master/TeslaLogger/Geofence.md https://github.com/bassmaster187/TeslaLogger/blob/master/TeslaLogger/WebServer.md https://github.com/bassmaster187/TeslaLogger/blob/master/TeslaLogger/bin/changelog.md and...
Idea: geofence files per provider/country or both: f.i.: geofence-tesla.csv geofence-fastned.csv geofence-ionity.csv ... Maybe it make sense to create a new folder for gefonce files: TeslaLogger/TeslaLogger/bin/gefodence. maybe also read all *.csv...
Better for copy&paste
Some charging location are so close to each other, that it is not possible to differentiate it by geofence only: Example: SuC and Fastned Hilden: This one should be Fastned:...
> 27.07.2021 09:47:25 : System.Net.WebException: Error: ConnectFailure (No route to host) ---> System.Net.Sockets.SocketException: No route to host > at System.Net.Sockets.SocketAsyncResult.CheckIfThrowDelayedException () [0x00017] in :0 > at System.Net.Sockets.Socket.EndConnect (System.IAsyncResult asyncResult) [0x0002f]...
in case of car change (e.g. new car after crash) user will remove all data for previous car. not all users know hot to connect via ssh and run cleanall.sh...
Some charging sessions has wrong positions. Example: https://teslalogger.de/charging.php?id=32395 Some charging positions should be hided, because DC home charger... https://teslalogger.de/charging_pos.php?pos=Zuhause Idea: add to the database a flag "invisible". IDs marked as...
add battery pack voltage to can-table show battery pack voltage in Grafana charging curves
**Describe the bug** I had wrong time stamp on my charging curves, because Docker server had wrong time. I've corrected the times manually in the DB. To "reshare" the charging...