Ver 2.00 does not compile #18805
naseweiss99
started this conversation in
Lösungen
Replies: 1 comment
-
Thanks for the tip with "go 1.24.0"! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
when cloning from github and compiling Ver 2.00 is not compiling after "make all"
The error is related to the go.mod - I had to replace "go 1.24" with "go 1.24.0", then it compiled.
Then I received an error:
go generate ./...
charger/weidmüller.go:73: running "decorate": exec: "decorate": executable file not found in $PATH
core/loadpoint/types.go:31: running "enumer": exec: "enumer": executable file not found in $PATH
Anyway, after "make build" it compiled and the evcc bin was created and worked.
Finally I had to change in evcc.services the start to "evcc --database /var/lib/evcc/evcc.db"
After that eevc is working again, even after a restart.
Thanks for the great work.
Beta Was this translation helpful? Give feedback.
All reactions