feedc0de dc656cc006
Build Linux and Android / build (push) Successful in 3m12s
Improve HomeAssistant charts
2026-08-20 07:40:28 +02:00
2024-07-19 01:42:14 +02:00
2026-08-13 10:08:58 +02:00
2024-10-24 10:46:33 +02:00
2024-07-19 01:42:14 +02:00
2026-08-13 10:08:58 +02:00
2025-11-06 16:07:19 +01:00
2026-08-13 10:08:58 +02:00
2024-07-05 23:24:27 +02:00
2026-08-13 10:08:58 +02:00

evcharger-app

This app aims to be functional first and pretty second.

  • support to connect over cloud to the device in all situations
  • support to connect locally to the device in all situations
  • No "device type does not match"
  • No assumptions on what feature set the device has, it looks on the existance of api keys
  • It shows the problems that the device is reporting like wifi error log, ocpp error log, cloud error log
  • It shows any network communication problems like invalid websocket response received
  • Support for all future compatible products as it does not hardcode any device types (Therefore it also works with dereived products)
  • If you enter the incorrect password it will tell you and lock up
  • You can also select 06:00 in the scheduler
  • You can also select any color you like in all color pickers
  • Has an actual start / stop button that doesnt interfere with any other settings
  • Has an actual helpful cellular information and settings page

Building

The application is built with CMake and Qt 6.11.1. A reproducible build container and Gitea Actions workflow are included. The workflow compiles a Linux development build and produces an Android APK plus an Android App Bundle for Google Play. Release credentials make both Android artifacts signed; pipelines without credentials produce unsigned validation packages.

See docs/gitea-actions.md for runner requirements, signing secret setup, artifact downloads, local container builds, and release versioning.

S
Description
This app aims to be an alternative to the official charger/smartmeter app with priorities 1. "functionality first" and 2. "design second"
Readme Apache-2.0
18 MiB
2024-10-02 17:23:20 +02:00
Languages
QML 79.8%
C++ 17.1%
CMake 1.5%
Shell 0.9%
Dockerfile 0.7%