Moin,
ich bin von einem Raspberry-System auf dem homegear direkt installiert war auf eine Docker-Lösung umgestiegen.
ich nutze homegear Version 0.9.1-3672
Ich empfange Daten über die CUL, jedoch erhalte ich eine Fehlermeldung wenn ich Werte schicke, siehe Logfile mit dem Zeitstempel 05/01/25 16:58:20.030
Freue mich über Eure Hinweise
LOGFILE
05/01/25 16:58:17.317 RPC Server (Port 2001): Info: Client number 21 is calling RPC method: listBidcosInterfaces (2) Parameters:
05/01/25 16:58:17.798 Module HomeMatic BidCoS: Info: Setting peer to unreachable, because the queue processing was interrupted.
05/01/25 16:58:17.798 Module HomeMatic BidCoS: Info: Queue is not finished (peer: 4). Retrying…
05/01/25 16:58:17.898 Module HomeMatic BidCoS: CUL “My-CUL”: Info: Sending (My-CUL): 0EEDA011FD028B32469A0203000000
05/01/25 16:58:18.119 Module HomeMatic BidCoS: CUL “My-CUL”: Info: Sending (My-CUL): 0EEDA011FD028B32469A0203000000
05/01/25 16:58:18.319 Module HomeMatic BidCoS: CUL “My-CUL”: Info: Sending (My-CUL): 0EEDA011FD028B32469A0203000000
05/01/25 16:58:20.030 Module HomeMatic BidCoS: CUL “My-CUL”: CUL was disconnected.
05/01/25 16:58:20.030 Module HomeMatic BidCoS: CUL “My-CUL”: Couldn’t read from CUL device, because the file descriptor is not valid: /dev/ttyACM0. Trying to reopen…
05/01/25 16:58:20.904 Module HomeMatic BidCoS: Info: Setting peer to unreachable, because the queue processing was interrupted.
05/01/25 16:58:20.904 Module HomeMatic BidCoS: Info: Queue is not finished (peer: 4). Retrying…
05/01/25 16:58:21.004 Module HomeMatic BidCoS: CUL “My-CUL”: Warning: !!!Not!!! sending packet, because device is not connected or opened: 0EEDA011FD028B32469A0203000000
05/01/25 16:58:24.010 Module HomeMatic BidCoS: Info: Setting peer to unreachable, because the queue processing was interrupted.
05/01/25 16:58:24.010 Module HomeMatic BidCoS: Info: Queue is not finished (peer: 4). Retrying…
05/01/25 16:58:24.110 Module HomeMatic BidCoS: CUL “My-CUL”: Warning: !!!Not!!! sending packet, because device is not connected or opened: 0EEDA011FD028B32469A0203000000
05/01/25 16:58:27.117 Module HomeMatic BidCoS: Info: Setting peer to unreachable, because the queue processing was interrupted.
05/01/25 16:58:27.118 Info: Peer 4 is unreachable.
…
05/01/25 17:00:48.193 Module HomeMatic BidCoS: Info: 05/01/25 17:00:48.193 Packet received (My-CUL, RSSI: -75 dBm): 0E95841035DF750000000BA8D80A00
05/01/25 17:00:48.194 Module HomeMatic BidCoS: Info: ACTUAL_TEMPERATURE on channel 2 of HomeMatic BidCoS peer 2 with serial number LEQ1463879 was set to 0x00D8.
05/01/25 17:00:48.194 Module HomeMatic BidCoS: Info: BATTERY_STATE on channel 2 of HomeMatic BidCoS peer 2 with serial number LEQ1463879 was set to 0x0A.
05/01/25 17:00:48.194 Module HomeMatic BidCoS: Info: BOOST_STATE on channel 2 of HomeMatic BidCoS peer 2 with serial number LEQ1463879 was set to 0x00.
Aufruf Docker:
docker run
-d
–name=‘homegear’
–net=‘br0’
–ip=‘xxx.xxx.xxx.xxx’
–pids-limit 2048
–privileged=true
-e TZ=“Europe/Berlin”
-e HOST_OS="?"
-e HOST_HOSTNAME="?"
-e HOST_CONTAINERNAME=“homegear”
-e ‘TZ’=‘Europe/Berlin’
-e ‘HOST_USER_ID’=’$(id -u)’
-e ‘HOST_USER_GID’=’$(id -g)’
-e ‘TCP_PORT_8081’=‘8080’
-e ‘TCP_PORT_8443’=‘8443’
-e ‘TCP_PORT_2001’=‘2001’
-e ‘TCP_PORT_2002’=‘2002’
-e ‘TCP_PORT_2003’=‘2003’
-l net.unraid.docker.managed=dockerman
-v ‘/mnt/user/homegear-data/etc/’:’/etc/homegear’:‘rw’
-v ‘/mnt/user/homegear-data/lib/’:’/var/lib/homegear’:‘rw’
-v ‘/mnt/user/homegear-data/log/’:’/var/log/homegear’:‘rw’
–device=’/dev/ttyACM0’ ‘homegear/homegear:stable’
2ac47f472d499eb75d3a82de6c11821b185ebe0421c08195600edd9aecf96d81
The command finished successfully!