Update logo and configuration instructions in ebusd.json
This commit is contained in:
parent
90718b440a
commit
1658c13309
@ -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"
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user