| Port details |
- evcc Extensible EV Charge Controller
- 0.313.3_2 www
=0 0.311.0_3Version of this port present on the latest quarterly branch. - Maintainer: mfechner@FreeBSD.org
 - Port Added: 2026-04-08 06:36:05
- Last Update: 2026-08-19 17:39:04
- Commit Hash: 4867821
- License: MIT
- WWW:
- https://evcc.io/
- https://github.com/evcc-io/evcc
- Description:
- evcc is an extensible EV Charge Controller and home energy management system.
evcc optimizes charging your electric vehicle with self-generated solar energy
or low-cost electricity tariffs. The software works across manufacturers with
hundreds of wallboxes, solar systems, and vehicles. evcc runs locally on a
Raspberry Pi or NAS - no cloud required.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
-
- Dependency lines:
-
- To install the port:
- cd /usr/ports/www/evcc/ && make install clean
- To add the package, run one of these commands:
- pkg install www/evcc
- pkg install evcc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: evcc
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1786633522
SHA256 (go/www_evcc/evcc-io-evcc-0.313.3_GH0/evcc-npm-cache-0.313.3.tar.zst) = 4a41a4dc7ae9e0fc95e90c053f7f64fbaede22bf01419c6207e48c82db403e4a
SIZE (go/www_evcc/evcc-io-evcc-0.313.3_GH0/evcc-npm-cache-0.313.3.tar.zst) = 88873555
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- npm>0 : www/npm
- gmake>=4.4.1 : devel/gmake
- go126 : lang/go126
- node : www/node24
- Fetch dependencies:
-
- go126 : lang/go126
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_evcc
- USES:
- gmake go:1.26+,modules,no_targets nodejs:lts,build tar:zstd zip
- pkg-message:
- For install:
- To run evcc on startup, execute:
sysrc evcc_enable="YES"
To start evcc directly:
service evcc start
evcc listen by default on port 127.0.0.1:7070, but a reverse proxy like nginx before:
location / {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $http_host;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_redirect off;
proxy_read_timeout 240s;
proxy_http_version 1.1;
proxy_pass http://127.0.0.1:7070;
}
After this access evcc via browser and set your admin password.
evcc is using database only mode, so no need to modify any configuration file.
Check the manual for more information:
https://docs.evcc.io/docs/Home
- Master Sites:
|