2024-11-06 20:14:59 +13:00
{
"name" : "FHEM" ,
"slug" : "fhem" ,
"categories" : [
2025-01-20 13:38:32 +01:00
16
2024-11-06 20:14:59 +13:00
] ,
"date_created" : "2024-05-02" ,
"type" : "ct" ,
"updateable" : false ,
"privileged" : false ,
2024-11-28 15:50:40 +01:00
"interface_port" : 8083 ,
2024-11-06 20:14:59 +13:00
"documentation" : null ,
"website" : "https://fhem.de/" ,
"logo" : "https://avatars.githubusercontent.com/u/45183393?s=100&v=4" ,
2025-04-24 11:49:40 +02:00
"config_path" : "" ,
2024-11-06 20:14:59 +13:00
"description" : "FHEM stands for \"Freundliche Hausautomation und Energie-Messung,\" which translates to \"Friendly Home Automation and Energy Measurement\" in English. The software can interface with a wide range of devices, including lighting systems, thermostats, weather stations, and media devices, among others." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/fhem.sh" ,
"resources" : {
2024-11-28 15:50:40 +01:00
"cpu" : 2 ,
"ram" : 2048 ,
"hdd" : 8 ,
2024-11-06 20:14:59 +13:00
"os" : "debian" ,
"version" : "12"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
2024-12-13 15:24:14 +01:00
"notes" : [
{
"text" : "If the LXC is created Privileged, the script will automatically set up USB passthrough." ,
"type" : "warning"
}
]
2025-04-24 11:49:40 +02:00
}