2024-11-06 07:14:59 +00:00
{
"name" : "evcc" ,
"slug" : "evcc" ,
"categories" : [
0
] ,
"date_created" : "2024-10-15" ,
"type" : "ct" ,
"updateable" : false ,
"privileged" : false ,
2024-11-28 14:50:40 +00:00
"interface_port" : 7070 ,
2024-11-06 07:14:59 +00:00
"documentation" : "https://evcc.io/#devices" ,
"website" : "https://evcc.io/en/" ,
"logo" : "https://docs.evcc.io/en/img/logo.svg" ,
"description" : "EVCC is an open-source tool that manages EV charging, prioritizing solar energy use to reduce costs and optimize charging times. It supports various EVs and chargers, adjusting power automatically based on real-time data." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/evcc.sh" ,
"resources" : {
2024-11-28 14:50:40 +00:00
"cpu" : 1 ,
"ram" : 1024 ,
"hdd" : 4 ,
2024-11-06 07:14:59 +00:00
"os" : "debian" ,
"version" : "12"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
"text" : "entering `evcc configure` in the LXC terminal will guide you through the creation of a configuration file for evcc." ,
2024-12-13 14:24:14 +00:00
"type" : "info"
2024-11-06 07:14:59 +00:00
}
]
}