-
Hello,
If I remove the eebus config and set another charger, then the Docker container starts and works fine (except the wallbox which obviously reports an error). Did someone manage to make the eebus configuration work with Docker on a Synology? I attach my config files: with and without docker. Thanks for your help and best regards |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 11 replies
-
Do you get the same crash without eebus? Does a previous version, say 0.90, work for you? No additional crash info, panic in the logs? |
Beta Was this translation helpful? Give feedback.
-
Fix is in #3727 |
Beta Was this translation helpful? Give feedback.
-
The machine-id trick indeed solved the crash issue, thanks a lot @andig ! If, like me, you don't have an /etc/machine-id file in your Synology, just create one with an arbitrary, 32 hexadecimal string terminated by a newline. I attached an example (I had to add .txt otherwise Github wouldn't allow me to upload it). Store it somewhere in your file system and map it as /etc/machine-id in the Docker container configuration. Have fun! |
Beta Was this translation helpful? Give feedback.
The machine-id trick indeed solved the crash issue, thanks a lot @andig !
If, like me, you don't have an /etc/machine-id file in your Synology, just create one with an arbitrary, 32 hexadecimal string terminated by a newline. I attached an example (I had to add .txt otherwise Github wouldn't allow me to upload it). Store it somewhere in your file system and map it as /etc/machine-id in the Docker container configuration.
Have fun!
machine-id.txt