Skip to content

Commit 2ea3146

Browse files
authored
add fdroid blog; add app feature page (#785)
1 parent 1fb0916 commit 2ea3146

File tree

8 files changed

+154
-2
lines changed

8 files changed

+154
-2
lines changed

blog/2025-03-01/evcc-app-for-ios-android.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "evcc App für iOS & Android"
33
authors: [naltatis]
4-
tags: [release]
4+
tags: [app]
55
hide_table_of_contents: false
66
---
77

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: "evcc App im F-Droid Store"
3+
authors: [naltatis]
4+
tags: [app]
5+
hide_table_of_contents: false
6+
---
7+
8+
Die [evcc App](/docs/features/app) ist jetzt auch im F-Droid Store verfügbar.
9+
F-Droid ist ein alternativer Android-App-Store, der ausschließlich freie Software ohne proprietäre Abhängigkeiten bereitstellt.
10+
11+
[![evcc App im F-Droid Store](./evcc-app-fdroid.webp)](/blog/2025/04/25/evcc-app-fdroid)
12+
13+
{/* truncate */}
14+
15+
Zusätzlich zum Google Play Store konnten Android-Nutzer die evcc App alternativ als [APK bei GitHub herunterladen](https://github.com/evcc-io/app/releases/latest).
16+
Nun ist sie auch im F-Droid Store verfügbar.
17+
Damit kannst du sie unabhängig von Google-Konto und Google-Infrastruktur nutzen und komfortabel aktualisieren.
18+
19+
Die evcc App ist Open Source und enthält keinerlei Tracking.
20+
Mit der Distribution über F-Droid entfällt auch das potenzielle Tracking der klassischen App-Store Betreiber.
21+
22+
Um zu gewährleisten, dass die App, die du installierst, auch nur das enthält, was du im GitHub Repository siehst, bietet F-Droid die Möglichkeit, die App **reproduzierbar bauen** zu lassen.
23+
Dazu waren einige Anpassungen an unserem Expo-basierten Build-Prozess nötig.
24+
Danke an [Maschga](https://github.com/Maschga) und [linsui](https://gitlab.com/linsui) für die Hilfe!
25+
26+
Hier gehts zum Store: [evcc App im F-Droid Store](https://f-droid.org/de/packages/io.evcc.android/)
27+
28+
Die neue Version 1.0.3 enthält kleinere Fehlerbehebungen und Verbesserungen für iOS Nutzer.
29+
Alle Details findest du in den [Release Notes](https://github.com/evcc-io/app/releases/tag/1.0.3).
30+
31+
**Viele Grüße**<br/>
32+
Das evcc Team<br/>
33+
Michael, Andi & Uli
34+
116 KB
Loading

docs/features/app.mdx

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
sidebar_position: 10
3+
---
4+
5+
# iOS & Android App
6+
7+
Die Web UI ist der einfachste Weg um evcc von jedem Gerät zu nutzen.
8+
Aber es gibt einige Funktionen, die sich nur nativ umsetzen lassen.
9+
10+
## Über die App
11+
12+
Für iOS und Android gibt es eine offizielle Companion-App.
13+
Sie findet automatisch evcc-Instanzen in deinem Netzwerk und kommt mit einer besseren Online-/Offline-Erkennung.
14+
Die App passt die Web-UI noch etwas besser an das jeweilige Gerät an.
15+
Touch-Interaktionen sind zuverlässiger und der Bildschirm wird besser genutzt.
16+
Mehr Infos findest du [hier](https://github.com/evcc-io/app?tab=readme-ov-file#features).
17+
18+
## Download
19+
20+
Die App ist im Apple App Store, Google Play Store und F-Droid verfügbar.
21+
22+
<div style={{ display: 'flex', justifyContent: 'start', flexWrap: 'wrap', gap: '0.75rem' }}>
23+
<a href="https://apps.apple.com/app/evcc-io/id6478510176"><img src="https://raw.githubusercontent.com/evcc-io/app/main/assets/badges/apple-appstore.svg" height="60" alt="Download on the App Store" /></a>
24+
<a href="https://play.google.com/store/apps/details?id=io.evcc.android"><img src="https://raw.githubusercontent.com/evcc-io/app/main/assets/badges/google-play.svg" height="60" alt="Get it on Google Play" /></a>
25+
<a href="https://f-droid.org/packages/io.evcc.android"><img src="https://raw.githubusercontent.com/evcc-io/app/main/assets/badges/fdroid.svg" height="60" alt="Get it on F-Droid" /></a>
26+
<a href="https://apps.apple.com/app/evcc-io/id6478510176"><img src="https://raw.githubusercontent.com/evcc-io/app/main/assets/badges/apple-macstore.svg" height="60" alt="Download on the Mac App Store" /></a>
27+
</div>
28+
29+
Den Quellcode und Android-APKs findest du im [GitHub-Repository](https://github.com/evcc-io/app).
30+
31+
<a href="https://github.com/evcc-io/app/releases/latest"><img src="https://raw.githubusercontent.com/evcc-io/app/main/assets/badges/github.svg" height="60" alt="Get APK from GitHub" /></a>
32+
33+
## Fernzugriff
34+
35+
Genau wie beim Zugriff über den Browser musst du dich mit der App im gleichen Netzwerk wie deine evcc-Instanz befinden.
36+
Für die Nutzung aus dem Internet empfehlen wir die Nutzung von VPN-Diensten.
37+
Viele Router bringen so eine Funktion mit, aber auch Dienste wie [Tailscale](https://tailscale.com/) oder [ZeroTier](https://zerotier.com/) werden gerne genutzt.
38+
39+
## Ausblick
40+
41+
Mit der nativen App haben wir die Basis für zukünftige Funktionen geschaffen, die mit der Web-UI nicht möglich sind.
42+
Native Push-Nachrichten oder Plattform-spezifische Features wie Widgets werden früher oder später folgen.

i18n/en/docusaurus-plugin-content-blog/2025-03-01/evcc-app-for-ios-android.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "evcc App for iOS & Android"
33
authors: [naltatis]
4-
tags: [release]
4+
tags: [app]
55
hide_table_of_contents: false
66
---
77

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: "evcc App in F-Droid"
3+
authors: [naltatis]
4+
tags: [app]
5+
hide_table_of_contents: false
6+
---
7+
8+
The [evcc App](/docs/features/app) is now also available on F-Droid.
9+
F-Droid is an alternative Android app store that only provides free software without proprietary dependencies.
10+
11+
[![evcc App in F-Droid](./evcc-app-fdroid.webp)](/en/blog/2025/04/25/evcc-app-fdroid)
12+
13+
{/* truncate */}
14+
15+
In addition to the Google Play Store, Android users could alternatively download the evcc App as [APK from GitHub](https://github.com/evcc-io/app/releases/latest).
16+
Now it is also available on F-Droid.
17+
You can use it independently of Google account and Google infrastructure and update it conveniently.
18+
19+
The evcc App is Open Source and contains no tracking.
20+
With the distribution via F-Droid, the potential tracking of the traditional app store operators also disappears.
21+
22+
To ensure that the App you install contains only what you see in the GitHub repository, F-Droid offers the possibility to **build reproducibly**.
23+
This required some adjustments to our Expo-based build process.
24+
Thank you [Maschga](https://github.com/Maschga) and [linsui](https://gitlab.com/linsui) for the help!
25+
26+
Here is the link to the store: [evcc App in F-Droid](https://f-droid.org/en/packages/io.evcc.android/)
27+
28+
The new version 1.0.3 contains smaller bug fixes and improvements for iOS users.
29+
All details can be found in the [Release Notes](https://github.com/evcc-io/app/releases/tag/1.0.3).
30+
31+
**Best regards**<br/>
32+
The evcc Team<br/>
33+
Michael, Andi & Uli
34+
116 KB
Loading
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
sidebar_position: 10
3+
---
4+
5+
# iOS & Android App
6+
7+
The Web UI is the easiest way to use evcc from any device.
8+
But there are some features that are only possible with a native app.
9+
10+
## About the App
11+
12+
There is an official companion app for iOS and Android.
13+
It automatically finds evcc instances in your network and comes with better online/offline detection.
14+
The app adapts the Web UI even better to each device.
15+
Touch interactions are more reliable and the screen space is used more efficiently.
16+
Read more [here](https://github.com/evcc-io/app?tab=readme-ov-file#features).
17+
18+
## Download
19+
20+
The app is available on the Apple App Store, Google Play Store, and F-Droid.
21+
22+
<div style={{ display: 'flex', justifyContent: 'start', flexWrap: 'wrap', gap: '0.75rem' }}>
23+
<a href="https://apps.apple.com/app/evcc-io/id6478510176"><img src="https://raw.githubusercontent.com/evcc-io/app/main/assets/badges/apple-appstore.svg" height="60" alt="Download on the App Store" /></a>
24+
<a href="https://play.google.com/store/apps/details?id=io.evcc.android"><img src="https://raw.githubusercontent.com/evcc-io/app/main/assets/badges/google-play.svg" height="60" alt="Get it on Google Play" /></a>
25+
<a href="https://f-droid.org/packages/io.evcc.android"><img src="https://raw.githubusercontent.com/evcc-io/app/main/assets/badges/fdroid.svg" height="60" alt="Get it on F-Droid" /></a>
26+
<a href="https://apps.apple.com/app/evcc-io/id6478510176"><img src="https://raw.githubusercontent.com/evcc-io/app/main/assets/badges/apple-macstore.svg" height="60" alt="Download on the Mac App Store" /></a>
27+
</div>
28+
29+
You can find the source code and Android APKs in the [GitHub repository](https://github.com/evcc-io/app).
30+
31+
<a href="https://github.com/evcc-io/app/releases/latest"><img src="https://raw.githubusercontent.com/evcc-io/app/main/assets/badges/github.svg" height="60" alt="Get APK from GitHub" /></a>
32+
33+
## Remote Access
34+
35+
Just like when accessing via browser, you need to be on the same network as your evcc instance when using the app.
36+
For internet access, we recommend using VPN services.
37+
Many routers include such functionality, but services like [Tailscale](https://tailscale.com/) or [ZeroTier](https://zerotier.com/) are also commonly used.
38+
39+
## Perspectives
40+
41+
With the native app, we've created the foundation for future features that aren't possible with the Web UI.
42+
Native push notifications or platform-specific features like widgets will follow sooner or later.

0 commit comments

Comments
 (0)