Skip to content

Releases: db-EV/ZoePHP

20260520

20 May 05:29
9624036

Choose a tag to compare

Changed Gigya API key for Europe.

20260520 (testing/beta)

20 May 15:58
07c368b

Choose a tag to compare

Pre-release

Changed Gigya API key for Europe.

20260222 (testing/beta)

22 Feb 10:48
4e40b7e

Choose a tag to compare

Pre-release

Overview
This is a substantial refactoring of ZoePHP with help of Claude AI. The changes modernize the codebase without adding new user-facing features.

Migrating from old codebase
Don't overwrite your old config.php. After uploading all other files, run migration.php and delete it afterwards.

New file src/functions.php
Central library of helper functions extracted from the main scripts:

  • Session management
  • HTTP/cURL wrappers
  • Gigya key resolution
  • Utility helpers

New file src/migration.php
One-time migration script for users upgrading from the old format:

  • Converts config.php boolean flags from 'Y'/'N' strings → PHP true/false
  • Migrates the session file from pipe-separated indexed format → JSON with named keys
  • Adds $timezone to config if missing

New files src/templates/dashboard.php and src/templates/history.php

  • HTML templates extracted from index.php and history.php to separate presentation from logic

20240809

09 Aug 16:08
013aa1c

Choose a tag to compare

Removed some data which Renault isn't delivering anymore and optimized history viewing.

20240101

01 Jan 09:27
47e2df9

Choose a tag to compare

Resolved a bug if no GPS coordinates are transmitted, for example when navigation subscription is inactivce.

20230418

18 Apr 14:14
798687d

Choose a tag to compare

Updated Kamereon API key (thanks to @TheReiner)

20230221

21 Feb 20:23
7f7577d

Choose a tag to compare

Added average charging power in history for Ph2 vehicles (thanks to @Malimalo).

20221228

28 Dec 07:36
764443f

Choose a tag to compare

Fixed error for OpenWeatherMap API

20221225

25 Dec 17:01
5dbd2d2

Choose a tag to compare

Added MeganE i config.php

20220904

04 Sep 10:47
34a680a

Choose a tag to compare

Charging history: Added Ph2 again and fixed charging duration