Git Product home page Git Product logo

Comments (7)

angelnu avatar angelnu commented on July 30, 2024

Could you please post the whole boot log?

As reference here you have mine:

Starting CCU services

Starting /etc/init.d/S00InstallAddon
rsync warning: some files vanished before they could be transferred (code 24) at main.c(1189) [sender=3.1.3]

Starting /etc/init.d/S00watchdog
S00watchdog - skipping

Starting /etc/init.d/S01InitHost
S01InitHost - defaults
Checking device
Detected piVCCU kernel module

Starting /etc/init.d/S02InitRTC
S02InitRTC - skipping

Starting /etc/init.d/S03InitURandom
S03InitURandom - skipping

Starting /etc/init.d/S04CheckFactoryReset
Checking for Factory Reset: not required

Starting /etc/init.d/S04CheckResizeLocalFS
S04CheckResizeLocal - skipping

Starting /etc/init.d/S05CheckBackupRestore
Checking for Backup Restore: not required

Starting /etc/init.d/S05avahi-setup.sh

Starting /etc/init.d/S06InitSystem
mkdir: can't create directory '/var/lib/dbus': No such file or directory
chmod: /var/lib/dbus: No such file or directory
Initializing System: OK

Starting /etc/init.d/S07DisableHdmi
/entrypoint.sh: line 21: /etc/init.d/S07DisableHdmi: Permission denied

Starting /etc/init.d/S07logging
Starting logging: OK

Starting /etc/init.d/S10udev
S10udev - skipping

Starting /etc/init.d/S11InitRFHardware
Identifying Homematic RF-Hardware: BidCos-RF: HM-MOD-RPI-PCB, HmIP: HM-MOD-RPI-PCB, OK

Starting /etc/init.d/S12UpdateRFHardware
Updating Homematic RF-Hardware: HM-MOD-RPI-PCB: 2.8.6, OK

Starting /etc/init.d/S13irqbalance
S13irqbalance - skipping

Starting /etc/init.d/S21rngd
S21rngd - skipping

Starting /etc/init.d/S30dbus
Starting system message bus: done

Starting /etc/init.d/S31bluetooth
S31bluetooth - skipping

Starting /etc/init.d/S40network
S40network - skipping

Starting /etc/init.d/S45ifplugd
S45ifplugd - skipping

Starting /etc/init.d/S48MigrateSecuritySettings
Starting : OK

Starting /etc/init.d/S48ntp
Starting ntpd: OK

Starting /etc/init.d/S49hs485d
Preparing start of hs485d: no Hm-Wired hardware found

Starting /etc/init.d/S49xinetd
Starting xinetd: OK

Starting /etc/init.d/S50eq3configd
Starting eq3configd: OK

Starting /etc/init.d/S50lighttpd
Starting lighttpd: OK

Starting /etc/init.d/S50ssdpd
Starting ssdpd: OK

Starting /etc/init.d/S50sshd
Starting sshd: OK

Starting /etc/init.d/S55InitAddons
Initializing Third-Party Addons: OK

Starting /etc/init.d/S58LGWFirmwareUpdate
Starting LGWFirmwareUpdate: .cryptEnabled true.cryptEnabled true.OK

Starting /etc/init.d/S59SetLGWKey
Setting LAN Gateway keys: OK

Starting /etc/init.d/S59snmpd

Starting /etc/init.d/S60hs485d
Starting hs485d: no Hm-Wired hardware found

Starting /etc/init.d/S60multimacd
Starting multimacd: .OK

Starting /etc/init.d/S60openvpn

Starting /etc/init.d/S61rfd
Starting rfd: 
sh: 269: unknown operand
Waiting for rfd to get ready..rfd is ready now.

Starting /etc/init.d/S62HMServer
Starting HMIPServer: (/dev/mmd_hmip) ............OK

Starting /etc/init.d/S69UDSServices
Starting eq3-uds-services: OK

Starting /etc/init.d/S70ReGaHss
Starting ReGaHss: .OK

Starting /etc/init.d/S97CloudMatic
Starting CloudMatic: OK

Starting /etc/init.d/S97NeoServer

Starting /etc/init.d/S98StartAddons
Starting Third-Party Addons: OK

Starting /etc/init.d/S98crond
Starting crond: OK

Starting /etc/init.d/S99SetupLEDs
Setup onboard LEDs: booted, OK
Done starting CCU services

The importance services (and their output) are:

  • S01InitHost
  • S11InitRFHardware
  • S12UpdateRFHardware
  • S60multimacd
  • S61rfd

from docker-ccu.

horchi avatar horchi commented on July 30, 2024

sorry where i can find this messages, I checked all logs in /var/log of the docker container?
May we can continue per mail ([email protected])?

from docker-ccu.

angelnu avatar angelnu commented on July 30, 2024

docker logs ccu after deploy.sh

from docker-ccu.

horchi avatar horchi commented on July 30, 2024

This should be he problem?

Starting /etc/init.d/S60multimacd
Starting multimacd: SKIPPING (missing HM_HOST_GPIO_UART)

from docker-ccu.

horchi avatar horchi commented on July 30, 2024

now i have added dtoverlay=pivccu-raspberrypi again (I commented it out for testing before).
Now it looks better:

Starting /etc/init.d/S01InitHost
S01InitHost - defaults
Checking device
Detected piVCCU kernel module
--
Starting /etc/init.d/S11InitRFHardware
Identifying Homematic RF-Hardware: BidCos-RF: HM-MOD-RPI-PCB, HmIP: HM-MOD-RPI-PCB, OK

Starting /etc/init.d/S12UpdateRFHardware
Updating Homematic RF-Hardware: HM-MOD-RPI-PCB: 2.8.6, OK

--
Starting /etc/init.d/S60multimacd
Starting multimacd: .OK

--
Starting /etc/init.d/S61rfd
Starting rfd: 
Waiting for rfd to get ready..rfd is ready now.

And no error message at the WEBIF apears. :)

Only problem which is left is that i can't find my devices. I Start the 'learning mode' but it don't find the device .... and yes I pressed the config button of the device ;)

from docker-ccu.

horchi avatar horchi commented on July 30, 2024

Uff! It works !!!
After a second restart of the docker I was aible to find all the devices :)

Many thanks for your help!!

from docker-ccu.

angelnu avatar angelnu commented on July 30, 2024

Glad that it works for you know!

from docker-ccu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.