notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
evcc Extensible EV Charge Controller
0.313.3_2 www on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.311.0_3Version of this port present on the latest quarterly branch.
Maintainer: mfechner@FreeBSD.org search for ports maintained by this maintainer
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.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/evcc
  2. /usr/local/share/licenses/evcc-0.313.3_2/catalog.mk
  3. /usr/local/share/licenses/evcc-0.313.3_2/LICENSE
  4. /usr/local/share/licenses/evcc-0.313.3_2/MIT
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • evcc
Dependency lines:
  • evcc>0:www/evcc
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

Expand this list (4 items)

Collapse this list.

SHA256 (go/www_evcc/evcc-io-evcc-0.313.3_GH0/go.mod) = df580a1b2641313e076aa66869ff50cc95144012ea4afbf523636b0bbd05008b SIZE (go/www_evcc/evcc-io-evcc-0.313.3_GH0/go.mod) = 13147 SHA256 (go/www_evcc/evcc-io-evcc-0.313.3_GH0/evcc-io-evcc-0.313.3_GH0.tar.gz) = edc859fb65f975370e2dde823a1c85eb07dbf99d7d1e643996ef27e5c0014b55 SIZE (go/www_evcc/evcc-io-evcc-0.313.3_GH0/evcc-io-evcc-0.313.3_GH0.tar.gz) = 3337129

Collapse this list.


Packages (timestamps in pop-ups are UTC):
evcc
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-0.305.1---n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest-0.313.3_2------
FreeBSD:14:quarterly-0.311.0_3------
FreeBSD:15:latest-0.313.3_2n/a-n/an/a--
FreeBSD:15:quarterly-0.311.0_3n/a-n/an/a--
FreeBSD:16:latest-0.313.3_2n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. npm>0 : www/npm
  2. gmake>=4.4.1 : devel/gmake
  3. go126 : lang/go126
  4. node : www/node24
Fetch dependencies:
  1. 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:
Expand this list (2 items)
Collapse this list.
  1. https://codeload.github.com/evcc-io/evcc/tar.gz/0.313.3?dummy=/
  2. https://raw.githubusercontent.com/evcc-io/evcc/0.313.3/
Collapse this list.

Number of commits found: 28

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.313.3_2
19 Aug 2026 17:39:04
commit hash: 4867821cd65241b6e8c0faa3ed76d67514594442commit hash: 4867821cd65241b6e8c0faa3ed76d67514594442commit hash: 4867821cd65241b6e8c0faa3ed76d67514594442commit hash: 4867821cd65241b6e8c0faa3ed76d67514594442 files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
various: Bump go ports for go-1.25.14 / 1.26.7
0.313.3_1
14 Aug 2026 00:38:09
commit hash: 6d39dcf04e96d7cdbad58d1b7f27d25d8e3b75b8commit hash: 6d39dcf04e96d7cdbad58d1b7f27d25d8e3b75b8commit hash: 6d39dcf04e96d7cdbad58d1b7f27d25d8e3b75b8commit hash: 6d39dcf04e96d7cdbad58d1b7f27d25d8e3b75b8 files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
various: Bump go ports for go-1.25.13 / 1.26.6
0.313.3
13 Aug 2026 15:35:21
commit hash: 6baaca044a57bc43af75974ffaf3015b5c95d8d7commit hash: 6baaca044a57bc43af75974ffaf3015b5c95d8d7commit hash: 6baaca044a57bc43af75974ffaf3015b5c95d8d7commit hash: 6baaca044a57bc43af75974ffaf3015b5c95d8d7 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/evcc: update to 0.313.3

Changes:	https://github.com/evcc-io/evcc/releases
0.313.2
11 Aug 2026 08:56:15
commit hash: 1f37d781dba5429ddd7dd3b49cf65ca845ed0498commit hash: 1f37d781dba5429ddd7dd3b49cf65ca845ed0498commit hash: 1f37d781dba5429ddd7dd3b49cf65ca845ed0498commit hash: 1f37d781dba5429ddd7dd3b49cf65ca845ed0498 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/evcc: update to 0.313.2

Changes:	https://github.com/evcc-io/evcc/releases
0.313.1
01 Aug 2026 15:20:16
commit hash: 26349db9b1cd44f2aa1647b6547cfe697f30c3cecommit hash: 26349db9b1cd44f2aa1647b6547cfe697f30c3cecommit hash: 26349db9b1cd44f2aa1647b6547cfe697f30c3cecommit hash: 26349db9b1cd44f2aa1647b6547cfe697f30c3ce files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/evcc: update to 0.313.1

Changes:	https://github.com/evcc-io/evcc/releases
0.313.0
31 Jul 2026 06:41:12
commit hash: 460c6dd28c00909018c05b5921cada072bdc1020commit hash: 460c6dd28c00909018c05b5921cada072bdc1020commit hash: 460c6dd28c00909018c05b5921cada072bdc1020commit hash: 460c6dd28c00909018c05b5921cada072bdc1020 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/evcc: update to 0.313.0

Changes:	https://github.com/evcc-io/evcc/releases
0.312.1
20 Jul 2026 14:46:04
commit hash: 18bc64c406e8d606f9d017fd7308894b37124845commit hash: 18bc64c406e8d606f9d017fd7308894b37124845commit hash: 18bc64c406e8d606f9d017fd7308894b37124845commit hash: 18bc64c406e8d606f9d017fd7308894b37124845 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/evcc: update to 0.312.1

Changes:	https://github.com/evcc-io/evcc/releases
0.312.0
18 Jul 2026 05:52:08
commit hash: 8fa775cbd026f170d5b4e380d79a21164cf86eb7commit hash: 8fa775cbd026f170d5b4e380d79a21164cf86eb7commit hash: 8fa775cbd026f170d5b4e380d79a21164cf86eb7commit hash: 8fa775cbd026f170d5b4e380d79a21164cf86eb7 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/evcc: update to 0.312.0

Changes:	https://github.com/evcc-io/evcc/releases
0.311.1
10 Jul 2026 14:32:52
commit hash: aa250e90114a1694eaaea82d9d5726eecbe5911bcommit hash: aa250e90114a1694eaaea82d9d5726eecbe5911bcommit hash: aa250e90114a1694eaaea82d9d5726eecbe5911bcommit hash: aa250e90114a1694eaaea82d9d5726eecbe5911b files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/evcc: update to 0.311.1

Changes:	https://github.com/evcc-io/evcc/releases
0.311.0_1
10 Jul 2026 07:54:15
commit hash: 4ea354713284ca756537346a9ebc6df56184ed31commit hash: 4ea354713284ca756537346a9ebc6df56184ed31commit hash: 4ea354713284ca756537346a9ebc6df56184ed31commit hash: 4ea354713284ca756537346a9ebc6df56184ed31 files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
various: Bump go ports for go-1.25.12 / 1.26.5
0.311.0
07 Jul 2026 15:35:12
commit hash: ea08326d6dde8b5150da4e192ba18c25fceb853dcommit hash: ea08326d6dde8b5150da4e192ba18c25fceb853dcommit hash: ea08326d6dde8b5150da4e192ba18c25fceb853dcommit hash: ea08326d6dde8b5150da4e192ba18c25fceb853d files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/evcc: update to 0.311.0

Changes:	https://github.com/evcc-io/evcc/releases
0.310.1
29 Jun 2026 10:03:54
commit hash: d316c31629b1b1c686ee3852a8e6cd2e8f70d3b0commit hash: d316c31629b1b1c686ee3852a8e6cd2e8f70d3b0commit hash: d316c31629b1b1c686ee3852a8e6cd2e8f70d3b0commit hash: d316c31629b1b1c686ee3852a8e6cd2e8f70d3b0 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/evcc: update to 0.310.1

Changes:	https://github.com/evcc-io/evcc/releases
0.309.1
15 Jun 2026 05:21:37
commit hash: 40846b095868a4b5e66a6ee06e897f29e5b54066commit hash: 40846b095868a4b5e66a6ee06e897f29e5b54066commit hash: 40846b095868a4b5e66a6ee06e897f29e5b54066commit hash: 40846b095868a4b5e66a6ee06e897f29e5b54066 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/evcc: update to 0.309.1

Changes:	https://github.com/evcc-io/evcc/releases
0.309.0
15 Jun 2026 05:21:37
commit hash: abd3774422108c5fc20f6403526e48ddfc97b333commit hash: abd3774422108c5fc20f6403526e48ddfc97b333commit hash: abd3774422108c5fc20f6403526e48ddfc97b333commit hash: abd3774422108c5fc20f6403526e48ddfc97b333 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/evcc: added evcc_flags to add custom flags like an additional config file if
required
0.309.0
12 Jun 2026 19:25:44
commit hash: 34ab40a05a5c13fcf22519fcd4b3cdf4af67c66acommit hash: 34ab40a05a5c13fcf22519fcd4b3cdf4af67c66acommit hash: 34ab40a05a5c13fcf22519fcd4b3cdf4af67c66acommit hash: 34ab40a05a5c13fcf22519fcd4b3cdf4af67c66a files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/evcc: update to 0.309.0

Changes:	https://github.com/evcc-io/evcc/releases
0.308.1
06 Jun 2026 05:08:24
commit hash: abe42bbce77e45990cdecd3bb25c6b72ebc50633commit hash: abe42bbce77e45990cdecd3bb25c6b72ebc50633commit hash: abe42bbce77e45990cdecd3bb25c6b72ebc50633commit hash: abe42bbce77e45990cdecd3bb25c6b72ebc50633 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/evcc: update to 0.308.1

Changes:	https://github.com/evcc-io/evcc/releases
0.307.0_1
03 Jun 2026 17:54:22
commit hash: dd8dc2a59ddc46a12ace1cc4f7a953de512853bdcommit hash: dd8dc2a59ddc46a12ace1cc4f7a953de512853bdcommit hash: dd8dc2a59ddc46a12ace1cc4f7a953de512853bdcommit hash: dd8dc2a59ddc46a12ace1cc4f7a953de512853bd files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
various: Bump go ports for go-1.25.11 / go-1.26.4
0.307.0
22 May 2026 15:26:45
commit hash: 1730c01f52ffbbb5845109fc3e4ce2f3d5eea670commit hash: 1730c01f52ffbbb5845109fc3e4ce2f3d5eea670commit hash: 1730c01f52ffbbb5845109fc3e4ce2f3d5eea670commit hash: 1730c01f52ffbbb5845109fc3e4ce2f3d5eea670 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/evcc: update to 0.307.0

Changes:	https://github.com/evcc-io/evcc/releases
0.306.3_1
09 May 2026 17:25:51
commit hash: 5f9824aeed64e3cba94562b6c765c4cb9ec90f9ccommit hash: 5f9824aeed64e3cba94562b6c765c4cb9ec90f9ccommit hash: 5f9824aeed64e3cba94562b6c765c4cb9ec90f9ccommit hash: 5f9824aeed64e3cba94562b6c765c4cb9ec90f9c files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
various: Bump ports for Go 1.26.3
0.306.3
08 May 2026 15:20:22
commit hash: e60a9b622c5bcaec44775f07691e7234969fd33dcommit hash: e60a9b622c5bcaec44775f07691e7234969fd33dcommit hash: e60a9b622c5bcaec44775f07691e7234969fd33dcommit hash: e60a9b622c5bcaec44775f07691e7234969fd33d files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/evcc: update to 0.306.3

Changes:	https://github.com/evcc-io/evcc/releases
0.306.2
06 May 2026 11:51:21
commit hash: f1c4fa1311eff149eeef2de8abea21ab0031ee0dcommit hash: f1c4fa1311eff149eeef2de8abea21ab0031ee0dcommit hash: f1c4fa1311eff149eeef2de8abea21ab0031ee0dcommit hash: f1c4fa1311eff149eeef2de8abea21ab0031ee0d files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/evcc: update to 0.306.2

Changes:	https://github.com/evcc-io/evcc/releases
0.306.1
05 May 2026 08:12:06
commit hash: 534b58946997921698a99c6cd0aa3854e5a886b5commit hash: 534b58946997921698a99c6cd0aa3854e5a886b5commit hash: 534b58946997921698a99c6cd0aa3854e5a886b5commit hash: 534b58946997921698a99c6cd0aa3854e5a886b5 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/evcc: udpate to 0.306.1

Changes:	https://github.com/evcc-io/evcc/releases
0.305.1
22 Apr 2026 06:44:25
commit hash: 4612675221b17f4b70a21e7089e0fb04535f528acommit hash: 4612675221b17f4b70a21e7089e0fb04535f528acommit hash: 4612675221b17f4b70a21e7089e0fb04535f528acommit hash: 4612675221b17f4b70a21e7089e0fb04535f528a files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/evcc: update to 0.305.1

Changes:	https://github.com/evcc-io/evcc/releases
0.304.3
21 Apr 2026 05:48:23
commit hash: 05e254841cc4055ff2ddbd7ea828f8d0fc71f51dcommit hash: 05e254841cc4055ff2ddbd7ea828f8d0fc71f51dcommit hash: 05e254841cc4055ff2ddbd7ea828f8d0fc71f51dcommit hash: 05e254841cc4055ff2ddbd7ea828f8d0fc71f51d files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/evcc: no npm cache file available for arm64, ignore port
0.304.3
14 Apr 2026 19:18:06
commit hash: d151f403d31193ed46215c51dd1f226a7603e2f5commit hash: d151f403d31193ed46215c51dd1f226a7603e2f5commit hash: d151f403d31193ed46215c51dd1f226a7603e2f5commit hash: d151f403d31193ed46215c51dd1f226a7603e2f5 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/evcc: update to 0.304.3

Also inject a version, the patch is provided upstream here:
https://github.com/evcc-io/evcc/pull/29123

Changes:	https://github.com/evcc-io/evcc/releases
0.304.2
10 Apr 2026 09:32:39
commit hash: 405da68d46c52fcc743bb1516be5af7031a23eaecommit hash: 405da68d46c52fcc743bb1516be5af7031a23eaecommit hash: 405da68d46c52fcc743bb1516be5af7031a23eaecommit hash: 405da68d46c52fcc743bb1516be5af7031a23eae files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/evcc: update to 0.304.2

Changes:	https://github.com/evcc-io/evcc/releases
0.304.1
10 Apr 2026 03:55:26
commit hash: a8c71d0842944ac160b1212da7534de326be7fe5commit hash: a8c71d0842944ac160b1212da7534de326be7fe5commit hash: a8c71d0842944ac160b1212da7534de326be7fe5commit hash: a8c71d0842944ac160b1212da7534de326be7fe5 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/evcc: mark unsupported for i386 platform
0.304.1
08 Apr 2026 06:34:02
commit hash: d1cd65d39dca2bfa2ab96938df1a5f8b54385a54commit hash: d1cd65d39dca2bfa2ab96938df1a5f8b54385a54commit hash: d1cd65d39dca2bfa2ab96938df1a5f8b54385a54commit hash: d1cd65d39dca2bfa2ab96938df1a5f8b54385a54 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/evcc: add version 0.304.1

Software to enhance charging of electric vehicle.
evcc can be used as an energy management system.

See here for more details:
https://evcc.io/

Number of commits found: 28