Replies: 3 comments 17 replies
-
You're posting in the wrong forum. Check here first: |
Beta Was this translation helpful? Give feedback.
-
One addition: In my portainer's event log I can see that the homematic-ccu container exited with status code 132. In the above-mentioned guide it says that "It is possible to run RaspberryMatic also as a docker/OCI container on existing amd64, aarch64/arm64 or arm-based systems." May this be the problem that I am using a 32bit OS? |
Beta Was this translation helpful? Give feedback.
-
With a fresh setup, the Docker-related issues are solved. This issue can be closed. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
yesterday, I did a fresh installation of Raspberry Pi OS Lite (32 bit) on my Raspberry Pi 1 Model B.
I installed Docker, configured the API for external access via TCP, added it as environment in my portainer instance running on another system and successfully installed a first container.
Now, I tried to do the same for RasperryMatic following the steps mentioned in https://github.com/jens-maus/RaspberryMatic/wiki/Installation-Docker-OCI.
Every step has been performed without any mentionable warning/error but still, the Docker container simply won't start correctly.
It appears as if it was starting and after some seconds, it changes its status to "running".
Only to go back again to "starting" after a couple of seconds/minutes. The status seems to toggle in endless cycles.
Regardless of the status, the web interface remains unavailable.
The container status is "running for a few seconds [green heart]" and container health is "unhealthy [red heart]" with the failure count being 0.
If I check my Docker logs by
docker logs homematic-ccu
nothing at all is output. The mapped volume folder "ccu_data" remains empty as well.This is my setup:
docker-compose.yaml
RaspberryMatic used to be working like a charm when I had installed the RaspberryMatic OS but to be more flexible with the host system, I wanted to switch to using a Docker container.
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions