Update logo and configuration instructions in ebusd.json

This commit is contained in:
Joerg Heinemann 2026-01-28 11:09:09 +01:00 committed by GitHub
parent 90718b440a
commit 1658c13309
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
"interface_port": null, "interface_port": null,
"documentation": "https://github.com/john30/ebusd/wiki", "documentation": "https://github.com/john30/ebusd/wiki",
"website": "https://github.com/john30/ebusd", "website": "https://github.com/john30/ebusd",
"logo": "", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/proxmox-helper-scripts.webp",
"config_path": "/etc/default/ebusd", "config_path": "/etc/default/ebusd",
"description": "ebusd is a daemon for handling communication with eBUS devices connected to a 2-wire `energy bus` used by numerous heating systems.", "description": "ebusd is a daemon for handling communication with eBUS devices connected to a 2-wire `energy bus` used by numerous heating systems.",
"install_methods": [ "install_methods": [
@ -33,16 +33,8 @@
}, },
"notes": [ "notes": [
{ {
"text": "Instructions: \ "text": "Show configuration instructions: `cat ~/ebusd-configuation-instructions.txt`",
1. Edit `/etc/default/ebusd` if necessary (especially if your device is not `/dev/ttyUSB0`) \
2. Start the daemon with `systemctl start ebusd` \
3. Check the log file `/var/log/ebusd.log` \
4. Make the daemon autostart with `systemctl enable ebusd`",
"type": "info" "type": "info"
}, }
{
"text": "Working `/etc/default/ebusd` options for `ebus adapter shield v5`: EBUSD_OPTS='--pidfile=/run/ebusd.pid --latency=100 --scanconfig --configpath=https://ebus.github.io/ --accesslevel=* --pollinterval=30 --device=ens:x.x.x.x:9999 --mqtthost=x.x.x.x --mqttport=1883 --mqttuser=ha-mqtt --mqttpass=xxxxxxxx! --mqttint=/etc/ebusd/mqtt-hassio.cfg --mqttjson --mqttlog --mqttretain --mqtttopic=ebusd --log=all:notice --log=main:notice --log=bus:notice --log=update:notice --log=network:notice --log=other:notice'",
"type": "info"
},
] ]
} }