All Projects → robske110 → IDDataLogger

robske110 / IDDataLogger

Licence: GPL-3.0 license
A DataLogger for Volkwagen ID vehicles. Includes an iOS Widget. Works with VW ID.3 and ID.4 vehicles.

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to IDDataLogger

WeConnect-mqtt
MQTT Client that publishes data from Volkswagen WeConnect
Stars: ✭ 14 (-81.58%)
Mutual labels:  volkswagen, volkswagen-weconnect
WeConnect-python
Python API for the Volkswagen WeConnect Services
Stars: ✭ 27 (-64.47%)
Mutual labels:  volkswagen, volkswagen-weconnect
WeConnect-cli
Commandline Interface to interact with the Volkswagen WeConnect Services
Stars: ✭ 27 (-64.47%)
Mutual labels:  volkswagen, volkswagen-weconnect
VWsFriend
VW WeConnect visualization and control
Stars: ✭ 130 (+71.05%)
Mutual labels:  volkswagen, volkswagen-weconnect
ios-scriptable-tsx
在 vscode 上使用 typescript 和 jsx 开发 ios 小组件的小框架.基于 Scriptable app.
Stars: ✭ 113 (+48.68%)
Mutual labels:  ios-widget
datalogger
DataLogger foi projetado para ser uma biblioteca simples de log com suporte a vários providers.
Stars: ✭ 46 (-39.47%)
Mutual labels:  datalogger
cpd-ocpp
Open Charge Point Protocol
Stars: ✭ 53 (-30.26%)
Mutual labels:  electric-vehicles
ocpp
Open Charge Point Protocol
Stars: ✭ 164 (+115.79%)
Mutual labels:  electric-vehicles
hassio-addons
DSMR Reader Datalogger and Metabase Home Assistant Add-ons
Stars: ✭ 29 (-61.84%)
Mutual labels:  datalogger
AirDataComputer
Air Data Computer
Stars: ✭ 29 (-61.84%)
Mutual labels:  datalogger
solar-logger
A datalogger for a solar inverter. Stores data in influxdb and displays it in grafana. Has load diverting capability, to use the inverter's excess power
Stars: ✭ 53 (-30.26%)
Mutual labels:  datalogger
picosdk-c-examples
A set of C/C++ examples for PicoScope® oscilloscope and PicoLog® data logger products.
Stars: ✭ 37 (-51.32%)
Mutual labels:  datalogger
ALog
Data logger library for the Arduino-based ALog; wtih small changes, can work on many Arduino-based systems
Stars: ✭ 27 (-64.47%)
Mutual labels:  datalogger
FleetSim
Event-based Simulation for Electric Vehicle Fleets
Stars: ✭ 21 (-72.37%)
Mutual labels:  electric-vehicles
go-ocpp
v1.5 and v1.6 OCPP implementation in Golang
Stars: ✭ 38 (-50%)
Mutual labels:  electric-vehicles
Volkswagen
🙈 Volkswagen detects when your tests are being run in a CI server, and makes them pass.
Stars: ✭ 12,148 (+15884.21%)
Mutual labels:  volkswagen
vwradio
Reverse engineering Volkswagen car radios
Stars: ✭ 53 (-30.26%)
Mutual labels:  volkswagen
mib2std-toolbox
Trying to hack VW Discover Media / Composition Media MIB2 infotainment
Stars: ✭ 58 (-23.68%)
Mutual labels:  volkswagen
corona-widget-at
COVID-19 incidence widget for iOS within Austria 🇦🇹
Stars: ✭ 16 (-78.95%)
Mutual labels:  ios-widget
Rick-and-Morty-iOS-App
This is a sample iOS 13+ UIKit - Combine project.
Stars: ✭ 21 (-72.37%)
Mutual labels:  ios-widget

IDDataLogger

Welcome to IDDataLogger, a data logger for Volkswagen ID vehicles. Features include:

  • A website displaying current status, history graphs and previous charging sessions.
  • An iOS widget (using Scriptable)
  • An easy-to-use API for integration with other systems. If you are interested see here.

Setup

Setup for beginners

You have never set up something similar? Don't worry, the beginners guide guides you through every step you need to take. Common problems and answers to frequently asked questions can be found here. Should you have any remaining questions or issues please see getting help.

Setup for advanced users

You can install this software using docker with the instructions here. Alternatively continue with the instructions below for installing on a system directly:

Prerequisites

  • PHP 8 cli with pdo-pgsql (or pdo-mysql), curl, gd, pcntl and dom
  • A webserver serving .php files (PHP 8 with pdo-pgsql (or pdo-mysql))
  • (strongly recommended) HTTPS enabled server with certificate
  • A PostgreSQL server (Any version from 9 and up should work, although testing has only been done on 11 and up)
    • alternatively MySQL / MariaDB is supported, but PostgreSQL is recommended.

Overview of the setup process

Looking at the automated install script for debian install.sh alongside the following instructions might be helpful. (Instructions for using it can be found here)

Clone this repository.

git clone https://github.com/robske110/IDDataLogger.git --recursive

Create a database (and a user) in your PostgreSQL (or other) server for this project and fill in the details into config/config.example.json and .env.example. We'll need these files later. You can do this using the config setup wizard by running the config-wizard.sh script, or manually. Note: for a detailed description of the possible config values visit config.md.

After creating the config.json from config.example.json run ./start.sh. The necessary tables in the database will be automatically created. After a successful connection to the db, the setup wizard will help you create an API key for the widget and a user for the website. You can create additional API keys or add additional users at any time using ./start.sh --wizard.

All files in the public directory of this repository must now be placed somewhere in the webroot. It is recommended to place them in the second level (not directly in webroot).

Then copy the .env file (created from .env.example) outside the webroot with the db credentials set in it.

Note: env.php looks for a .env file two folders up from its location. (If you put the contents of the public folder in /path/to/webroot/vwid/ it will look in /path/to/.env) If you place the files deeper inside the webroot, please consider editing env.php and configuring the correct path in the first line. It is strongly recommended keeping the .env file out of the webroot.

You can alternatively set the environment variables through your webserver. (Or anything else that populates php's $_ENV)

You now need to set up your system to automatically start start.sh on system start. Using systemd is recommended.

You can now visit idView.php or use the iOS widget after setting it up!

Updating

To update the software at a later data execute git pull && git submodule update in the repository directory and replace the files in the webroot with the new contents of the public folder. Make sure to restart the php process. (The one started by start.sh)

Contributing

Contributions are always welcome! You can help to improve the documentation, fix bugs in the code or add new features.

Improving the beginners guide and documentation are currently something I would love to have help with. Feel free to open a PR!

A big 'Thank you!' to the following contributors

  • @drego83 - Invaluable help with general testing and MySQL support

Disclaimer

This project is not endorsed by Volkswagen in any way, shape or form. This project is to be used entirely at your own risk. All brands and trademarks belong to their respective owners.

Copyright (C) 2021 robske_110

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].