ioBroker.eusec icon indicating copy to clipboard operation
ioBroker.eusec copied to clipboard

Adapter flutet Log alle 10 Minuten 3 Einträge

Open Baenker opened this issue 2 years ago • 1 comments

Adapter version

0.9.1

JS-Controller version

4.0.23

Node version

14.x

Operating System type

Docker

Operating system version

nicht relevant

Describe the bug

Im Log habe ich alle paar Minuten folgende Einträge für die SoloCam E40:

`eusec.0 2022-05-06 06:02:41.077 info (26112) Disconnected from station T8131N6321232CC4 eusec.0 2022-05-06 06:02:41.077 info (26112) Initiated closing of connection to station T8131N6321232CC4 for saving battery. eusec.0 2022-05-06 06:02:25.918 info (26112) Connected to station T8131N6321232CC4 on host 5.146.108.48 and port 10663

eusec.0 2022-05-06 06:00:18.878 info (26112) Disconnected from station T8131N6321232CC4 eusec.0 2022-05-06 06:00:18.877 info (26112) Initiated closing of connection to station T8131N6321232CC4 for saving battery. eusec.0 2022-05-06 06:00:03.826 info (26112) Alarm mode for station T8131N6321232CC4 changed to: DISARMED eusec.0 2022-05-06 06:00:03.042 info (26112) Connected to station T8131N6321232CC4 on host 5.146.108.48 and port 15080`

Adapter steht auf "Info". Nach meinen dafür sollte unter Info nur sachen die für den User relevant sind z. B. wenn ein Befehl ausgeführt wird z. B. Kamera wurde geändert auf Abwesend. Die Daten oben sind für mich "Debug".

Wollte nun das Loglevel auf "Warn" ändern da das Log für mich sonst nicht mehr zu gebrauchen ist. Leider startet der Adapter jetzt garnicht mehr:

`

eusec.0 2022-05-06 07:15:00.888 error (7039) Generic Error: [{"code":"ERR_INVALID_ARG_TYPE"}]
host.iobroker_V61 2022-05-06 07:14:58.957 info Do not restart adapter system.adapter.eusec.0 because desired by instance
host.iobroker_V61 2022-05-06 07:14:58.956 error instance system.adapter.eusec.0 terminated by request of the instance itself and will not be restarted, before user restarts it.
eusec.0 2022-05-06 07:14:58.722 info (26112) terminating with timeout
eusec.0 2022-05-06 07:14:58.718 warn (26112) Got terminate signal. Checking desired PID: 7039 vs own PID 26112
host.iobroker_V61 2022-05-06 07:14:58.697 info instance system.adapter.web.0 started with pid 7050
eusec.0 2022-05-06 07:14:57.170 info (26112) Disconnected from station T8410P312138199C
eusec.0 2022-05-06 07:14:57.003 info (26112) Disconnected from station T8410P3021252FDD
eusec.0 2022-05-06 07:14:56.912 info (26112) Disconnected from station T8410P302125252B
eusec.0 2022-05-06 07:14:56.911 info (26112) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
eusec.0 2022-05-06 07:14:56.910 info (26112) terminating
eusec.0 2022-05-06 07:14:56.909 info (26112) Disconnect from station T8410P312138199C
eusec.0 2022-05-06 07:14:56.908 info (26112) Disconnect from station T8410P3021252FDD
eusec.0 2022-05-06 07:14:56.907 info (26112) Disconnect from station T8410P302125252B
eusec.0 2022-05-06 07:14:56.906 info (26112) Disconnect from station T8131N6321232CC4
eusec.0 2022-05-06 07:14:56.905 info (26112) Push notification connection closed
host.iobroker_V61 2022-05-06 07:14:57.525 info Restart adapter system.adapter.web.0 because enabled
host.iobroker_V61 2022-05-06 07:14:57.524 info instance system.adapter.web.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
host.iobroker_V61 2022-05-06 07:14:56.937 info instance system.adapter.eusec.0 started with pid 7039
eusec.0 2022-05-06 07:14:56.899 warn (26112) Got terminate signal. Checking desired PID: 0 vs own PID 26112
web.0 2022-05-06 07:14:56.865 warn (26090) Terminated (-100): Without reason

`

To reproduce

  1. Go to '...'
  2. Click on '...'
  3. Scroll down to '....'
  4. See error

Screenshots & Logfiles

No response

Additional context

No response

Baenker avatar May 06 '22 07:05 Baenker

Nach Neuinstallation direkt von github funktioniert der Adapter nun zumindest wieder.

Baenker avatar May 06 '22 20:05 Baenker