devRoemer / hassio-homegear-generic

MIT License
5 stars 1 forks source link

Add on is starting on Raspberry pi 4 with homeassistant os 10.3 and needs 50% CPU but stops after startup #10

Open Hochiii opened 1 year ago

Hochiii commented 1 year ago

Problem/Motivation

Add on is starting on Raspberry pi 4 with homeassistant os 10.3 and needs 50% CPU but stops after startup

Log: Initializing homegear as user homegear Preparing NodeBlue up to date, audited 966 packages in 16s 74 packages are looking for funding run npm fund for details 56 vulnerabilities (1 low, 32 moderate, 22 high, 1 critical) To address issues that do not require attention, run: npm audit fix To address all issues possible (including breaking changes), run: npm audit fix --force Some issues need review, and may require choosing a different dependency. Run npm audit for details. npm notice npm notice New major version of npm available! 8.1.2 -> 9.7.2 npm notice Changelog: https://github.com/npm/cli/releases/tag/v9.7.2 npm notice Run npm install -g npm@9.7.2 to update! npm notice Attached ttyUSB devices: Attached ttyAMA devices: crw-rw---- 1 root 18 204, 64 Apr 4 12:55 /dev/ttyAMA0 Attached spidev devices: Adding group of the devices to homegear user homegear Found group id: 18 Detecting group name Group name is: Group for id 18 does not exist. Creating one. Adding group homegear-18 to user homegear Adding group root to user homegear Starting Homegear (/usr/bin/homegear -u homegear -g homegear) 07/05/23 00:27:20.911 Loading settings from /etc/homegear/main.conf 07/05/23 00:27:20.913 Loading RPC server settings from /etc/homegear/rpcservers.conf 07/05/23 00:27:20.914 Loading RPC client settings from /etc/homegear/rpcclients.conf 07/05/23 00:27:20.914 Debug: hostname of RPC client ExampleClient1 set to myhostname 07/05/23 00:27:20.914 Debug: caFile of RPC client ExampleClient1 set to /path/to/ca-certficate 07/05/23 00:27:20.914 Debug: verifyCertificate of RPC client ExampleClient1 set to 1 07/05/23 00:27:20.914 Debug: forceSSL of RPC client ExampleClient1 set to 0 07/05/23 00:27:20.914 Debug: authType of RPC client ExampleClient1 set to 1 07/05/23 00:27:20.914 Debug: userName of RPC client ExampleClient1 set to myuser 07/05/23 00:27:20.914 Debug: password of RPC client ExampleClient1 was set. 07/05/23 00:27:20.914 Debug: certFile of RPC client ExampleClient1 set to /path/to/client.crt 07/05/23 00:27:20.914 Debug: keyFile of RPC client ExampleClient1 set to /path/to/client.key 07/05/23 00:27:20.914 Debug: retries of RPC client ExampleClient1 set to 3 07/05/23 00:27:20.914 Debug: timeout of RPC client ExampleClient1 set to 15000000 07/05/23 00:27:20.914 Debug: hostname of RPC client ExampleClient2 set to 192.168.178.89 07/05/23 00:27:20.914 Debug: retries of RPC client ExampleClient2 set to 5 07/05/23 00:27:20.914 Debug: timeout of RPC client ExampleClient2 set to 30000000 07/05/23 00:27:20.915 Setting allowed core file size to "18446744073709551615" for user with id 0 and group with id 0. 07/05/23 00:27:20.915 Core file size now is "18446744073709551615". 07/05/23 00:27:20.915 Setting maximum thread priority to "0" for user with id 0 and group with id 0. 07/05/23 00:27:20.915 Maximum thread priority now is "0". 07/04/23 19:52:14.994 Info: Core file size now is "18446744073709551615". 07/04/23 19:53:38.768 Starting Homegear Management... 07/04/23 19:53:38.774 Info: Setting allowed core file size to "18446744073709551615" for user with id 0 and group with id 0. 07/04/23 19:53:38.774 Info: Core file size now is "18446744073709551615". 07/04/23 21:07:32.506 Starting Homegear Management... 07/04/23 21:07:32.508 Info: Setting allowed core file size to "18446744073709551615" for user with id 0 and group with id 0. 07/04/23 21:07:32.508 Info: Core file size now is "18446744073709551615". 07/05/23 00:25:33.550 Starting Homegear Management... 07/05/23 00:25:33.553 Info: Setting allowed core file size to "18446744073709551615" for user with id 0 and group with id 0. 07/05/23 00:25:33.554 Info: Core file size now is "18446744073709551615". 07/04/23 19:53:33.791 Determining maximum thread count... 07/04/23 21:07:27.521 Starting Homegear... 07/04/23 21:07:27.522 Homegear version: 0.7.51-3497 07/04/23 21:07:27.522 Determining maximum thread count... 07/05/23 00:25:28.595 Starting Homegear... 07/05/23 00:25:28.596 Homegear version: 0.7.51-3497 07/05/23 00:25:28.596 Determining maximum thread count... 07/05/23 00:27:20.916 Starting Homegear... 07/05/23 00:27:20.916 Homegear version: 0.7.51-3497 07/05/23 00:27:20.916 Determining maximum thread count... 07/05/23 00:27:25.913 Service disabled in influxdb.conf. Exiting. 07/05/23 00:27:25.916 Starting Homegear Management... 07/05/23 00:27:25.918 Info: Setting allowed core file size to "18446744073709551615" for user with id 0 and group with id 0. 07/05/23 00:27:25.918 Info: Core file size now is "18446744073709551615".

JochenKlenk commented 1 year ago

HI, I have the same issue. Also it takes a really long time to start and so the conenction to the HA always need to reset with a new start of the complete HA service. Any suggestions on this issue?

Thanks