You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am currently trying to install my ebus adapter shield C6 but am struggling a lot with it.
I am relatively new to docker and am struggling therefore in setting up the docker compose for it (I want to use it via WLAN).
The adapter is already on the highest firmware and in my local network and it is power via usb-c so the leds are flashing.
Currently my docker compose looks like this:
ebusd:
image: john30/ebusd:latest
container_name: ebusd
restart: unless-stopped
network_mode: host
command: >
ebusd
--device=ens:192.168.0.194:9999 # as shown in easi>
--latency=50
--configpath=https://ebus.github.io/
--httpport=8889
--port=8888
--scanconfig
volumes:
- ./ebusd-config:/config
i chatted a lot with chatgpt but it still does not work properly. My folder ebusd-config is an initial folder. Does there have to be something in it? By using the configpath=https://ebus.github.io/ all csv files ans inc files should already be there right?
Do i have to put in information about the environment as well and if so which are needed? I find it very confusing.
I'd be open for help.
Thank you in advance
Physik42
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am currently trying to install my ebus adapter shield C6 but am struggling a lot with it.
I am relatively new to docker and am struggling therefore in setting up the docker compose for it (I want to use it via WLAN).
The adapter is already on the highest firmware and in my local network and it is power via usb-c so the leds are flashing.
Currently my docker compose looks like this:
ebusd:
image: john30/ebusd:latest
container_name: ebusd
restart: unless-stopped
network_mode: host
command: >
ebusd
--device=ens:192.168.0.194:9999 # as shown in easi>
--latency=50
--configpath=https://ebus.github.io/
--httpport=8889
--port=8888
--scanconfig
volumes:
- ./ebusd-config:/config
i chatted a lot with chatgpt but it still does not work properly. My folder ebusd-config is an initial folder. Does there have to be something in it? By using the configpath=https://ebus.github.io/ all csv files ans inc files should already be there right?
Do i have to put in information about the environment as well and if so which are needed? I find it very confusing.
I'd be open for help.
Thank you in advance
Physik42
Beta Was this translation helpful? Give feedback.
All reactions