OK, Danke.
Wenn ich sie aber zuordner, dann sollten sie auch von dem Gateway empfangen werden???
Müsste man ja an der Feldstärke erkennen, oder gibt’s andere Anhaltspunkte woran ich erkenne das das Gatewaydie bediehnt?
Ingo
edit:
Ach ja, Homegear-Kickstart findet keine Geräte mehr seit im Master das Gateway einkonfiguriert ist. Hat das auch schon jemand anderes beobachtet?
edit2:
Obwohl ich
systemctl enable homegear-gateway
homegear-gateway als Service starte, strtet es nicht nach dem boot des Raspi:
service homegear-gateway status
● homegear-gateway.service - Homegear Gateway
Loaded: loaded (/lib/systemd/system/homegear-gateway.service; enabled; vendor preset: enabled)
Active: failed (Result: start-limit-hit) since Tue 2021-06-01 17:47:56 CEST; 2min 43s ago
Process: 574 ExecStart=/usr/bin/homegear-gateway -u homegear -g homegear -p /var/run/homegear/homegear-gateway.pid
Main PID: 574 (code=exited, status=0/SUCCESS)
Jun 01 17:47:56 SpeicherPi systemd[1]: homegear-gateway.service: Service RestartSec=100ms expired, scheduling restart
Jun 01 17:47:56 SpeicherPi systemd[1]: homegear-gateway.service: Scheduled restart job, restart counter is at 5.
Jun 01 17:47:56 SpeicherPi systemd[1]: Stopped Homegear Gateway.
Jun 01 17:47:56 SpeicherPi systemd[1]: homegear-gateway.service: Start request repeated too quickly.
Jun 01 17:47:56 SpeicherPi systemd[1]: homegear-gateway.service: Failed with result 'start-limit-hit'.
Jun 01 17:47:56 SpeicherPi systemd[1]: Failed to start Homegear Gateway.
root@SpeicherPi:/home/pi # service homegear-gateway start
Ich muss es jedesmal mit
service homegear-gateway start
von Hand starten. Woran kann das denn noch liegen?
edit3:
Vielleicht kann jemand was aus den logs ersehen:
Master .err:
[11:12:12] root@openhab:/etc/homegear# cat /var/log/homegear/homegear.err
06/02/21 11:09:19.157 Module MAX: Error: Unsupported physical device type:
06/02/21 11:09:20.298 Warning: variables with id "custom_ch7_values" does not exist.
06/02/21 11:09:20.298 Warning: configParameters with id "config" does not exist.
06/02/21 11:09:20.300 Warning: variables with id "custom_ch7_values" does not exist.
06/02/21 11:09:20.302 Warning: script2 in "runProgram" does not contain CDATA.
06/02/21 11:09:20.304 Warning: configParameters with id "config" does not exist.
06/02/21 11:09:20.587 RPC Server (Port 2001): Warning: SSL is not enabled for this RPC server. It is strongly recommended to disable all unencrypted RPC servers when the connected clients support it.
06/02/21 11:09:20.587 RPC Server (Port 2001): Warning: RPC server has no authorization enabled. Everybody on your local network can login into this installation. It is strongly recommended to enable authorization on all RPC servers when the connected clients support it.
06/02/21 11:09:20.587 RPC Server (Port 2002): Warning: RPC server has no authorization enabled. Everybody on your local network can login into this installation. It is strongly recommended to enable authorization on all RPC servers when the connected clients support it.
06/02/21 11:09:20.624 RPC Server (Port 80): Warning: SSL is not enabled for this RPC server. It is strongly recommended to disable all unencrypted RPC servers when the connected clients support it.
Im Master .log steht zu viel um es hier zu posten, aber soweit ich sehe nichts Wildes.
Im Gateway .err steht nichts, im .log:
root@SpeicherPi:/etc/homegear # tail /var/log/homegear-gateway/homegear-gateway.log
06/02/21 11:10:05.765 Debug: Sending: 3A
06/02/21 11:10:05.765 Debug: Received: 0F
06/02/21 11:10:05.765 Debug: Sending: 34
06/02/21 11:10:05.765 Debug: Received: 0F
06/02/21 11:10:06.006 Debug: Sending notify packets.
06/02/21 11:11:06.062 Debug: Sending notify packets.
06/02/21 11:12:06.048 Debug: Sending notify packets.
06/02/21 11:13:06.037 Debug: Sending notify packets.
06/02/21 11:14:06.014 Debug: Sending notify packets.
06/02/21 11:15:06.003 Debug: Sending notify packets.
Hilft das? Sacht jemandem was?
Das
Module MAX: Error: Unsupported physical device type
im .err des masters sieht doch seltsam aus, nur weiss da nichts mit anzufangen