diff --git a/json/helpers_cache.json b/json/helpers_cache.json index 267e60cc..4c25fc4f 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -1592,6 +1592,26 @@ ], "type": "ct" }, + { + "name": "ebusd", + "slug": "ebusd", + "desc": "ebusd is a daemon for handling communication with eBUS devices connected to a 2-wire `energy bus` used by numerous heating systems.", + "script": "ct/ebusd.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/ebusd.sh", + "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/ebusd.sh", + "os": "debian", + "categories": [ + 16 + ], + "notes": [ + "For required post installation actions, checkout: `https://github.com/community-scripts/ProxmoxVE/discussions/11352`" + ], + "type": "ct", + "default_credentials": { + "username": "root", + "password": null + } + }, { "name": "Element Synapse", "slug": "elementsynapse",