2024-11-06 20:14:59 +13:00
{
"name" : "evcc" ,
"slug" : "evcc" ,
"categories" : [
2025-01-20 13:38:32 +01:00
16
2024-11-06 20:14:59 +13:00
] ,
"date_created" : "2024-10-15" ,
"type" : "ct" ,
2025-07-04 00:05:24 +02:00
"updateable" : true ,
2024-11-06 20:14:59 +13:00
"privileged" : false ,
2024-11-28 15:50:40 +01:00
"interface_port" : 7070 ,
2024-11-06 20:14:59 +13:00
"documentation" : "https://evcc.io/#devices" ,
"website" : "https://evcc.io/en/" ,
2025-05-20 11:51:20 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/evcc.webp" ,
2025-04-24 11:49:40 +02:00
"config_path" : "" ,
2024-11-06 20:14:59 +13:00
"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 15:50:40 +01:00
"cpu" : 1 ,
"ram" : 1024 ,
"hdd" : 4 ,
2024-11-06 20:14:59 +13:00
"os" : "debian" ,
"version" : "12"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
2025-02-10 09:04:07 +01:00
"text" : "To configure evcc, type `cd /etc` followed by `evcc configure` in the evcc LXC shell" ,
2024-12-13 15:24:14 +01:00
"type" : "info"
2024-11-06 20:14:59 +13:00
}
]
2025-02-10 09:04:07 +01:00
}