From 46eafc2e066cfa015e242bd05e4040777c9e952b Mon Sep 17 00:00:00 2001 From: memoryoverride Date: Thu, 6 Aug 2026 21:46:59 +0200 Subject: [PATCH] Enhance docker-compose example with additional comments for home assistant integration Added comments for home assistant integration and access levels. --- contrib/docker/docker-compose.example.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/contrib/docker/docker-compose.example.yaml b/contrib/docker/docker-compose.example.yaml index 5b094c36..7f06f064 100644 --- a/contrib/docker/docker-compose.example.yaml +++ b/contrib/docker/docker-compose.example.yaml @@ -24,6 +24,7 @@ services: # - suffix "IP[:PORT]" for network device, or # - suffix "DEVICE" for serial device EBUSD_DEVICE: "ens:/dev/ttyUSB0" + #EBUSD_DEVICE: "ens:192.168.4.1:9999" # example for C6 stick edition # Skip serial eBUS device test #EBUSD_NODEVICECHECK: "" # Only read from device, never write to it @@ -76,7 +77,7 @@ services: # Daemon options: - # Set default access level to LEVEL ("*" for everything) + # Set default access level to LEVEL ("*" for everything); you will need this for home assistant #EBUSD_ACCESSLEVEL: "*" # Read access control list from FILE #EBUSD_ACLFILE: "/path/to/aclfile" @@ -153,6 +154,7 @@ services: #EBUSD_MQTTINT: "/etc/ebusd/mqtt-hassio.cfg" # Add variable(s) to the read MQTT integration settings (append to already existing value with "NAME+=VALUE") #EBUSD_MQTTVAR: "name[+]=value[,...]" + #EBUSD_MQTTVAR: "filter-direction=r|u|^w" # use this if you want to have write access to the bus for home assistant # Publish in JSON format instead of strings, optionally in short (value directly below field key) #EBUSD_MQTTJSON: "" # Publish all available attributes @@ -200,4 +202,4 @@ services: # ports: # - 1883:1883 # - 9883:9883 -# \ No newline at end of file +#