Skip to content

CerboGX Bootloop #257

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
5 of 6 tasks
Jacke87 opened this issue May 9, 2025 · 2 comments
Open
5 of 6 tasks

CerboGX Bootloop #257

Jacke87 opened this issue May 9, 2025 · 2 comments
Labels
support Support request

Comments

@Jacke87
Copy link

Jacke87 commented May 9, 2025

Describe the problem

Hello, my CerboGX keeps restarting. I use dbusserial Battery and dbusmqqtPV as well as the Kostal Piko plugin. I first tried to start without USB devices, unfortunately without success. Then I disconnected the Kostal and the Growatt inverter from the LAN, also without success. I then removed the LAN connection from the CerboGX and it booted. Then I did not start the Kostal software anymore. I removed the files from rc.local and emulated the Kostal via TCP mode using Node Red as EM24. Now serialBattery and mqttPV are still running. But the Cerbo was in a boot loop again, after some time it starts but then goes off in between. I executed this command ‘cat /var/log/start-gui/* | tai64nlocal’ and got the following result.

Hallo mein CerboGX startet immer wieder neu. Ich benutze dbusserial Battery und dbusmqqtPV sowie das Kostal Piko Plugin. Ich habe erstmal versucht ohne USB Geräte zu starten leider ohne Erfolg. Dann Habe ich den Kostal und den Growatt Wechselrichter vom Lan geklemmt, ebenfalls ohne Erfolg. Daraufhin habe ich die LAN Verbindung des CerboGX entfernt und er bootet. Dann habe ich die Kostal Software nicht mehr gestartet. habe die Dateien aus der rc.local entfernt und den Kostal über Modus TCP per Node Red als EM24 emuliert. Nun laufen noch serialBattery und mqttPV. Der Cerbo befand sich aber wieder in einem BootLoop nach einiger Zeit startet er dann geht aber zwischendurch aus. Ich habe diesen Befehl ausgeführt "cat /var/log/start-gui/* | tai64nlocal" daraufhin bekam ich.

I hope I can get some advice here

Installation method

Install script from the documentation

Driver version of the currently installed driver

v1.6.20250131

Driver version of the last known working driver

v1.6.20250131

Venus OS device type

Cerbo GX

Venus OS version

3.55

BMS type

JKBMS (Heltec BMS)

Cell count

16

Battery count

1

Connection type

Serial USB adapter to RS485

USB hub

No, the Serial USB adapter is connected directly to the Venus OS device

Config file

[DEFAULT]

; If you want to add custom values/settings, then check the values/settings you want to change in "config.default.ini"
; and insert them below to persist future driver updates.

; Example (remove the semicolon ";" to uncomment and activate the value/setting):
 MAX_BATTERY_CHARGE_CURRENT = 70.0
 MAX_BATTERY_DISCHARGE_CURRENT = 60.0
 ;MAX_CELL_VOLTAGE   = 3.450
 ;FLOAT_CELL_VOLTAGE = 3.375

; -- CVL reset based on cell voltage diff (linear mode)
; Specify cell voltage diff where CVL limit is kept until diff is equal or lower
CELL_VOLTAGE_DIFF_KEEP_MAX_VOLTAGE_UNTIL = 0.015
; Specify cell voltage diff where MAX_VOLTAGE_TIME_SEC restarts if diff is bigger
CELL_VOLTAGE_DIFF_KEEP_MAX_VOLTAGE_TIME_RESTART = 0.020

; Specify cell voltage diff where CVL limit is reset to max voltage, if value get above
; the cells are considered as imbalanced, if the cell diff exceeds 5% of the nominal cell voltage
; e.g. 3.2 V * 5 / 100 = 0.160 V
CELL_VOLTAGE_DIFF_TO_RESET_VOLTAGE_LIMIT = 0.120

; -- CVL reset based on SoC option (step mode)
; Specify how long the max voltage should be kept, if reached then switch to float voltage
MAX_VOLTAGE_TIME_SEC = 900
; Specify SoC where CVL limit is reset to max voltage, if value gets below
SOC_LEVEL_TO_RESET_VOLTAGE_LIMIT = 90


; --------- SOC calculation ---------
; Description:
;     Calculate the SOC in the driver. Do not use the SOC reported by the BMS
; SOC_CALCULATION:
;     True: Calc SOC in the driver, do not use SOC reported from BMS
;         - The SOC is calculated by integration of the current reported by the BMS
;         - The current reported from the BMS can be corrected by
;           the map (SOC_CALC_CURRENT_REPORTED_BY_BMS, SOC_CALC_CURRENT_MEASURED_BY_USER)
;         - The SOC is set to 100% if the following conditions apply for at least SOC_RESET_TIME seconds:
;             * Current is lower than SOC_RESET_CURRENT amps
;             * Sum of cell voltages >= self.max_battery_voltage - VOLTAGE_DROP
;         - The calculated SOC is stored in dbus to persist a driver restart
;     False: Use SOC reported from BMS (none of the other parameters apply)
; More info: https://github.com/Louisvdw/dbus-serialbattery/pull/868
SOC_CALCULATION   = True
SOC_RESET_CURRENT = 7
SOC_RESET_TIME    = 30
;SOC_CALC_CURRENT_REPORTED_BY_BMS  = -300, 300
;SOC_CALC_CURRENT_MEASURED_BY_USER = -300, 300
; Example to set small currents to zero
;     SOC_CALC_CURRENT_REPORTED_BY_BMS  = -300, -0.5, 0.5, 300
;     SOC_CALC_CURRENT_MEASURED_BY_USER = -300,    0,   0, 300



; --------- SOC limitation (affecting CCL/DCL) ---------
; Description: Maximal charge / discharge current will be increased / decreased depending on State of Charge,
;              see CC_SOC_LIMIT1 etc.
; Example: The SoC limit will be monitored to control the currents.
; Charge current control management enable (True/False).
;CCCM_SOC_ENABLE = True
; Discharge current control management enable (True/False).
DCCM_SOC_ENABLE = False

Relevant log output

@40000000681dfc9e00cd6be4 INFO:SerialBattery:
@40000000681dfc9e00d923e4 INFO:SerialBattery:Starting dbus-serialbattery
@40000000681dfc9e0105c1c4 INFO:SerialBattery:Venus OS v3.55 running on Cerbo GX�
@40000000681dfc9e010fb4a4 INFO:SerialBattery:dbus-serialbattery v1.6.20250131
@40000000681dfcae01f6579c INFO:SerialBattery:-- Testing BMS: 1 of 3 rounds
@40000000681dfcae0204bf1c INFO:SerialBattery:Testing Daly at address "\x40"
@40000000681dfcae0aa87a3c ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681dfcae0abb13f4 INFO:SerialBattery:Testing Daly at address "\x80"
@40000000681dfcae13347f0c ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681dfcae1346ab64 INFO:SerialBattery:Testing Daren485 at address "\x01"
@40000000681dfcae2ccb9144 ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681dfcae2cdcb014 INFO:SerialBattery:Testing Ecs
@40000000681dfcae31a962f4 ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681dfcae31f6f26c INFO:SerialBattery:Testing EG4_Lifepower at address "\x01"
@40000000681dfcaf07fc941c ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681dfcaf18cc0f84 ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681dfcaf18ddf1a4 INFO:SerialBattery:Testing EG4_LL at address "\x01"
@40000000681dfcaf29c663ac ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681dfcaf29dcb684 INFO:SerialBattery:Testing HeltecModbus at address "\x01"
@40000000681dfcb32067670c ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681dfcb320738c6c INFO:SerialBattery:Testing HLPdataBMS4S
@40000000681dfcb427d808fc ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681dfcb427e34bcc INFO:SerialBattery:Testing Jkbms
@40000000681dfcb42d37c094 INFO:SerialBattery:-- Connection established to Jkbms
@40000000681dfcb82663f6fc INFO:SerialBattery:Reconnected to previously identified battery with DeviceInstance: 1
@40000000681dfcb90594564c INFO:SerialBattery:Use DeviceInstance: 1
@40000000681dfcb905b1b1ec INFO:SerialBattery:Use dbus ServiceName: com.victronenergy.battery.ttyUSB0
@40000000681dfcb90af0972c INFO:SerialBattery:Polling interval: 1.000 s
@40000000681dfcb90b44d97c INFO:SerialBattery:Battery JKBMS connected to dbus from /dev/ttyUSB0
@40000000681dfcb90b88fae4 INFO:SerialBattery:========== Settings ==========
@40000000681dfcb90b918664 INFO:SerialBattery:> Connection voltage: 53.78 V | Current: -0.0 A | SoC: 98% | SoC calc: 100%
@40000000681dfcb90b9e6744 INFO:SerialBattery:> Cell count: 16 | Cells populated: 16
@40000000681dfcb90baa8ca4 INFO:SerialBattery:> LINEAR LIMITATION ENABLE: True
@40000000681dfcb90bb85014 INFO:SerialBattery:> MIN CELL VOLTAGE: 2.900 V | MAX CELL VOLTAGE: 3.450 V| FLOAT CELL VOLTAGE: 3.375 V
@40000000681dfcb90bc60bb4 INFO:SerialBattery:> MAX BATTERY CHARGE CURRENT: 70.0 A | MAX BATTERY DISCHARGE CURRENT: 60.0 A
@40000000681dfcb90bd66734 INFO:SerialBattery:> MAX BATTERY CHARGE CURRENT: 100.0 A | MAX BATTERY DISCHARGE CURRENT: 120.0 A (read from BMS)
@40000000681dfcb90bf66a84 INFO:SerialBattery:> CVCM:     True
@40000000681dfcb90bf689c4 INFO:SerialBattery:> CCCM CV:  True  | DCCM CV:  True
@40000000681dfcb90c02e9bc INFO:SerialBattery:> CCCM T:   True  | DCCM T:   True
@40000000681dfcb90c1bd4a4 INFO:SerialBattery:> CCCM SOC: False | DCCM SOC: False
@40000000681dfcb90c2f220c INFO:SerialBattery:> CHARGE FET: True | DISCHARGE FET: True | BALANCE FET: True
@40000000681dfcb90c3d433c INFO:SerialBattery:Serial Number/Unique Identifier: EVE_lf280k_#
@40000000681dfec71ba7cbbc *** CCGX booted (0) ***
@40000000681dfeff1b28fae4 *** CCGX booted (0) ***
@40000000681dff2e1107bfb4 INFO:SerialBattery:
@40000000681dff2e11228344 INFO:SerialBattery:Starting dbus-serialbattery
@40000000681dff2e127d1dbc INFO:SerialBattery:Venus OS v3.55 running on Cerbo GX�
@40000000681dff2e128c92c4 INFO:SerialBattery:dbus-serialbattery v1.6.20250131
@40000000681dff4a169b8384 INFO:SerialBattery:
@40000000681dff4a16c7331c INFO:SerialBattery:Starting dbus-serialbattery
@40000000681dff4a17593604 INFO:SerialBattery:Venus OS v3.55 running on Cerbo GX�
@40000000681dff4a17c72e5c INFO:SerialBattery:dbus-serialbattery v1.6.20250131
@40000000681dff5a189e1dcc INFO:SerialBattery:-- Testing BMS: 1 of 3 rounds
@40000000681dff5a18accf84 INFO:SerialBattery:Testing Daly at address "\x40"
@40000000681dff5a216143e4 ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681dff5a217836e4 INFO:SerialBattery:Testing Daly at address "\x80"
@40000000681dff5a2ac02914 ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681dff5a2ac05024 INFO:SerialBattery:Testing Daren485 at address "\x01"
@40000000681dff5b08866174 ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681dff5b0892446c INFO:SerialBattery:Testing Ecs
@40000000681dff5b0cec6b14 ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681dff5b0cfef144 INFO:SerialBattery:Testing EG4_Lifepower at address "\x01"
@40000000681dff5b1e26be0c ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681dff5b2f46ddfc ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681dff5b2f6585a4 INFO:SerialBattery:Testing EG4_LL at address "\x01"
@40000000681dff5c053899ec ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681dff5c055136b4 INFO:SerialBattery:Testing HeltecModbus at address "\x01"
@40000000681dff5f33998a94 ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681dff5f33a81d0c INFO:SerialBattery:Testing HLPdataBMS4S
@40000000681dff603b248a84 ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681dff603b3aecfc INFO:SerialBattery:Testing Jkbms
@40000000681dff6108194f94 INFO:SerialBattery:-- Connection established to Jkbms
@40000000681dff660921c6b4 INFO:SerialBattery:Reconnected to previously identified battery with DeviceInstance: 1
@40000000681dff662bd411e4 INFO:SerialBattery:Use DeviceInstance: 1
@40000000681dff662bebdbbc INFO:SerialBattery:Use dbus ServiceName: com.victronenergy.battery.ttyUSB0
@40000000681dff6633dc8704 INFO:SerialBattery:Polling interval: 1.000 s
@40000000681dff66347cf16c INFO:SerialBattery:Battery JKBMS connected to dbus from /dev/ttyUSB0
@40000000681dff66347d1494 INFO:SerialBattery:========== Settings ==========
@40000000681dff6634b4b6c4 INFO:SerialBattery:> Connection voltage: 53.58 V | Current: -10.37 A | SoC: 98% | SoC calc: 100%
@40000000681dff6634c4cfdc INFO:SerialBattery:> Cell count: 16 | Cells populated: 16
@40000000681dff6634f03154 INFO:SerialBattery:> LINEAR LIMITATION ENABLE: True
@40000000681dff6634fbd9b4 INFO:SerialBattery:> MIN CELL VOLTAGE: 2.900 V | MAX CELL VOLTAGE: 3.450 V| FLOAT CELL VOLTAGE: 3.375 V
@40000000681dff663520ab7c INFO:SerialBattery:> MAX BATTERY CHARGE CURRENT: 70.0 A | MAX BATTERY DISCHARGE CURRENT: 60.0 A
@40000000681dff6635471b54 INFO:SerialBattery:> MAX BATTERY CHARGE CURRENT: 100.0 A | MAX BATTERY DISCHARGE CURRENT: 120.0 A (read from BMS)
@40000000681dff663547464c INFO:SerialBattery:> CVCM:     True
@40000000681dff66354edbb4 INFO:SerialBattery:> CCCM CV:  True  | DCCM CV:  True
@40000000681dff663574af4c INFO:SerialBattery:> CCCM T:   True  | DCCM T:   True
@40000000681dff66358ff7ac INFO:SerialBattery:> CCCM SOC: False | DCCM SOC: False
@40000000681dff66359016ec INFO:SerialBattery:> CHARGE FET: True | DISCHARGE FET: True | BALANCE FET: True
@40000000681dff66359cb94c INFO:SerialBattery:Serial Number/Unique Identifier: EVE_lf280k_#
@40000000681dff6737b1ed4c ERROR:SerialBattery:CRC checksum mismatch: Expected 0x4c65, Got 0x4bc0
@40000000681dff6738b4c304 Traceback (most recent call last):
@40000000681dff6738b4ea14   File "/opt/victronenergy/dbus-serialbattery/dbushelper.py", line 738, in publish_battery
@40000000681dff6738b4f9b4     if self.battery.get_min_cell_voltage() > utils.BLOCK_ON_DISCONNECT_VOLTAGE_MIN
@40000000681dff6738b5056c TypeError: '>' not supported between instances of 'NoneType' and 'float'
@40000000681dff6e109212b4 INFO:SerialBattery:
@40000000681dff6e10aa22dc INFO:SerialBattery:Starting dbus-serialbattery
@40000000681dff6e10d6f384 INFO:SerialBattery:Venus OS v3.55 running on Cerbo GX�
@40000000681dff6e10e28474 INFO:SerialBattery:dbus-serialbattery v1.6.20250131
@40000000681dff7e11a7860c INFO:SerialBattery:-- Testing BMS: 1 of 3 rounds
@40000000681dff7e11a7b104 INFO:SerialBattery:Testing Daly at address "\x40"
@40000000681dff7e1aa5b56c ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681dff7e1ac8e924 INFO:SerialBattery:Testing Daly at address "\x80"
@40000000681dff7e22bb4604 ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681dff7e22d676f4 INFO:SerialBattery:Testing Daren485 at address "\x01"
@40000000681dff7e3b853884 ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681dff7e3b98ef64 INFO:SerialBattery:Testing Ecs
@40000000681dff7f041a490c ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681dff7f04380654 INFO:SerialBattery:Testing EG4_Lifepower at address "\x01"
@40000000681dff7f156dcd3c ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681dff7f27472b0c ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681dff7f275ddf8c INFO:SerialBattery:Testing EG4_LL at address "\x01"
@40000000681dff7f39e4c724 ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681dff7f3a0acd84 INFO:SerialBattery:Testing HeltecModbus at address "\x01"
@40000000681dff832ab6595c ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681dff832ab6806c INFO:SerialBattery:Testing HLPdataBMS4S
@40000000681dff843177b04c ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681dff843191f2f4 INFO:SerialBattery:Testing Jkbms
@40000000681dff84356d8b2c INFO:SerialBattery:-- Connection established to Jkbms
@40000000681dff890b5b0544 INFO:SerialBattery:Reconnected to previously identified battery with DeviceInstance: 1
@40000000681dff8924048ee4 INFO:SerialBattery:Use DeviceInstance: 1
@40000000681dff892425e9f4 INFO:SerialBattery:Use dbus ServiceName: com.victronenergy.battery.ttyUSB0
@40000000681dff892764c144 INFO:SerialBattery:Polling interval: 1.000 s
@40000000681dff892793958c INFO:SerialBattery:Battery JKBMS connected to dbus from /dev/ttyUSB0
@40000000681dff8927a1d214 INFO:SerialBattery:========== Settings ==========
@40000000681dff8927b2aa94 INFO:SerialBattery:> Connection voltage: 53.87 V | Current: 12.68 A | SoC: 98% | SoC calc: 100%
@40000000681dff8927c144dc INFO:SerialBattery:> Cell count: 16 | Cells populated: 16
@40000000681dff8927e2a3d4 INFO:SerialBattery:> LINEAR LIMITATION ENABLE: True
@40000000681dff89281e1e64 INFO:SerialBattery:> MIN CELL VOLTAGE: 2.900 V | MAX CELL VOLTAGE: 3.450 V| FLOAT CELL VOLTAGE: 3.375 V
@40000000681dff89281e4d44 INFO:SerialBattery:> MAX BATTERY CHARGE CURRENT: 70.0 A | MAX BATTERY DISCHARGE CURRENT: 60.0 A
@40000000681dff892820c22c INFO:SerialBattery:> MAX BATTERY CHARGE CURRENT: 100.0 A | MAX BATTERY DISCHARGE CURRENT: 120.0 A (read from BMS)
@40000000681dff89290e7d8c INFO:SerialBattery:> CVCM:     True
@40000000681dff89290ea0b4 INFO:SerialBattery:> CCCM CV:  True  | DCCM CV:  True
@40000000681dff89290eac6c INFO:SerialBattery:> CCCM T:   True  | DCCM T:   True
@40000000681dff89290eb43c INFO:SerialBattery:> CCCM SOC: False | DCCM SOC: False
@40000000681dff892910eaa4 INFO:SerialBattery:> CHARGE FET: True | DISCHARGE FET: True | BALANCE FET: True
@40000000681dff8929456c0c INFO:SerialBattery:Serial Number/Unique Identifier: EVE_lf280k_#
@40000000681dff9e2ecae3b4 ERROR:SerialBattery:>>> ERROR: No reply - returning [len:282/31025]
@40000000681dff9e2f7f37c4 INFO:SerialBattery:cell_voltages_good: False - min: 3.364 > 3.25 - max: 3.378 < 3.35
@40000000681e02ef15b7f984 *** CCGX booted (0) ***
@40000000681e03261896da6c *** CCGX booted (0) ***
@40000000681e03660c299fe4 INFO:SerialBattery:
@40000000681e03660c4acffc INFO:SerialBattery:Starting dbus-serialbattery
@40000000681e03660cde2aa4 INFO:SerialBattery:Venus OS v3.55 running on Cerbo GX�
@40000000681e03660cf67d34 INFO:SerialBattery:dbus-serialbattery v1.6.20250131
@40000000681e03760ecb4504 INFO:SerialBattery:-- Testing BMS: 1 of 3 rounds
@40000000681e03760ecb6ffc INFO:SerialBattery:Testing Daly at address "\x40"
@40000000681e03761738f434 ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681e03761748cae4 INFO:SerialBattery:Testing Daly at address "\x80"
@40000000681e03761feb12ec ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681e03762001e2c4 INFO:SerialBattery:Testing Daren485 at address "\x01"
@40000000681e0376396fc9ec ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681e0376397d00bc INFO:SerialBattery:Testing Ecs
@40000000681e03770280f7e4 ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681e037702956a44 INFO:SerialBattery:Testing EG4_Lifepower at address "\x01"
@40000000681e037714d19124 ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681e03772730e004 ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681e037727464494 INFO:SerialBattery:Testing EG4_LL at address "\x01"
@40000000681e037800245e8c ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681e0378003b45d4 INFO:SerialBattery:Testing HeltecModbus at address "\x01"
@40000000681e037b31a121ac ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681e037b31abeb64 INFO:SerialBattery:Testing HLPdataBMS4S
@40000000681e037c392e4c4c ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681e037c392e735c INFO:SerialBattery:Testing Jkbms
@40000000681e037d01dc5f2c INFO:SerialBattery:-- Connection established to Jkbms
@40000000681e038031bddd24 INFO:SerialBattery:Reconnected to previously identified battery with DeviceInstance: 1
@40000000681e03811d3aa0bc INFO:SerialBattery:Use DeviceInstance: 1
@40000000681e03811d5cb74c INFO:SerialBattery:Use dbus ServiceName: com.victronenergy.battery.ttyUSB0
@40000000681e038120f86054 INFO:SerialBattery:Polling interval: 1.000 s
@40000000681e038122f55164 INFO:SerialBattery:Battery JKBMS connected to dbus from /dev/ttyUSB0
@40000000681e038123427b4c INFO:SerialBattery:========== Settings ==========
@40000000681e03812342a25c INFO:SerialBattery:> Connection voltage: 54.07 V | Current: -7.3 A | SoC: 98% | SoC calc: 100%
@40000000681e03812342b1fc INFO:SerialBattery:> Cell count: 16 | Cells populated: 16
@40000000681e03812342bdb4 INFO:SerialBattery:> LINEAR LIMITATION ENABLE: True
@40000000681e03812342c96c INFO:SerialBattery:> MIN CELL VOLTAGE: 2.900 V | MAX CELL VOLTAGE: 3.450 V| FLOAT CELL VOLTAGE: 3.375 V
@40000000681e03812349a354 INFO:SerialBattery:> MAX BATTERY CHARGE CURRENT: 70.0 A | MAX BATTERY DISCHARGE CURRENT: 60.0 A
@40000000681e03812358ba9c INFO:SerialBattery:> MAX BATTERY CHARGE CURRENT: 100.0 A | MAX BATTERY DISCHARGE CURRENT: 120.0 A (read from BMS)
@40000000681e0381236689c4 INFO:SerialBattery:> CVCM:     True
@40000000681e0381237c3c74 INFO:SerialBattery:> CCCM CV:  True  | DCCM CV:  True
@40000000681e03812386239c INFO:SerialBattery:> CCCM T:   True  | DCCM T:   True
@40000000681e0381239732cc INFO:SerialBattery:> CCCM SOC: False | DCCM SOC: False
@40000000681e038123a08584 INFO:SerialBattery:> CHARGE FET: True | DISCHARGE FET: True | BALANCE FET: True
@40000000681e038123adc80c INFO:SerialBattery:Serial Number/Unique Identifier: EVE_lf280k_#
@40000000681e03a30b3f6adc ERROR:SerialBattery:>>> ERROR: No reply - returning [len:274/782]
@40000000681e03a30b5e4d1c INFO:SerialBattery:cell_voltages_good: False - min: 3.377 > 3.25 - max: 3.394 < 3.35
@40000000681e03b31134ee1c ERROR:SerialBattery:>>> ERROR: No reply - returning [len:284/290]
@40000000681e03b311734af4 ERROR:SerialBattery:>>> ERROR: Battery does not respond, init/reset values <<<
@40000000681e03b31317ac24 Traceback (most recent call last):
@40000000681e03b31317d334   File "/opt/victronenergy/dbus-serialbattery/dbushelper.py", line 776, in publish_battery
@40000000681e03b31317e2d4     self.battery.manage_charge_voltage()
@40000000681e03b31317eaa4   File "/opt/victronenergy/dbus-serialbattery/battery.py", line 395, in manage_charge_voltage
@40000000681e03b31317fa44     self.soc_calculation()
@40000000681e03b313180214   File "/opt/victronenergy/dbus-serialbattery/battery.py", line 465, in soc_calculation
@40000000681e03b3131a30ac     self.soc_calc_capacity_remain + self.current_corrected * (current_time - self.soc_calc_capacity_remain_lasttime) / 3600
@40000000681e03b3131a481c TypeError: unsupported operand type(s) for *: 'NoneType' and 'float'
@40000000681e03b3131a53d4 WARNING:SerialBattery:Polling data took 16.016 seconds. Automatically increase interval in 3 cycles.
@40000000681e03f126ae2b14 INFO:SerialBattery:
@40000000681e03f126b92794 INFO:SerialBattery:Starting dbus-serialbattery
@40000000681e03f126e924bc INFO:SerialBattery:Venus OS v3.55 running on Cerbo GX�
@40000000681e03f126f438ac INFO:SerialBattery:dbus-serialbattery v1.6.20250131
@40000000681e040127e5861c INFO:SerialBattery:-- Testing BMS: 1 of 3 rounds
@40000000681e040127fccb24 INFO:SerialBattery:Testing Daly at address "\x40"
@40000000681e0401309e098c ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681e040130bb22c4 INFO:SerialBattery:Testing Daly at address "\x80"
@40000000681e040139200bdc ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681e0401392e05fc INFO:SerialBattery:Testing Daren485 at address "\x01"
@40000000681e040216ef2994 ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681e040217031724 INFO:SerialBattery:Testing Ecs
@40000000681e04021ba3300c ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681e04021bb29574 INFO:SerialBattery:Testing EG4_Lifepower at address "\x01"
@40000000681e04022da11184 ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681e040302a0e7ac ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681e040302b7bb6c INFO:SerialBattery:Testing EG4_LL at address "\x01"
@40000000681e040313b9108c ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681e040313cc1f74 INFO:SerialBattery:Testing HeltecModbus at address "\x01"
@40000000681e040709752a5c ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681e0407098781ac INFO:SerialBattery:Testing HLPdataBMS4S
@40000000681e040810e5cc4c ERROR:SerialBattery:>>> ERROR: No reply - returning
@40000000681e040810f0d484 INFO:SerialBattery:Testing Jkbms
@40000000681e0408154b1e54 INFO:SerialBattery:-- Connection established to Jkbms
@40000000681e040c06d2c1ec INFO:SerialBattery:Reconnected to previously identified battery with DeviceInstance: 1
@40000000681e040c213fe4ec INFO:SerialBattery:Use DeviceInstance: 1
@40000000681e040c21688f14 INFO:SerialBattery:Use dbus ServiceName: com.victronenergy.battery.ttyUSB0
@40000000681e040c27ed7d2c INFO:SerialBattery:Polling interval: 1.000 s
@40000000681e040c28141fcc INFO:SerialBattery:Battery JKBMS connected to dbus from /dev/ttyUSB0
@40000000681e040c2823332c INFO:SerialBattery:========== Settings ==========
@40000000681e040c2835e06c INFO:SerialBattery:> Connection voltage: 54.42 V | Current: -0.0 A | SoC: 98% | SoC calc: 100%
@40000000681e040c284b9704 INFO:SerialBattery:> Cell count: 16 | Cells populated: 16
@40000000681e040c285ad55c INFO:SerialBattery:> LINEAR LIMITATION ENABLE: True
@40000000681e040c286b5404 INFO:SerialBattery:> MIN CELL VOLTAGE: 2.900 V | MAX CELL VOLTAGE: 3.450 V| FLOAT CELL VOLTAGE: 3.375 V
@40000000681e040c287959dc INFO:SerialBattery:> MAX BATTERY CHARGE CURRENT: 70.0 A | MAX BATTERY DISCHARGE CURRENT: 60.0 A
@40000000681e040c28870dac INFO:SerialBattery:> MAX BATTERY CHARGE CURRENT: 100.0 A | MAX BATTERY DISCHARGE CURRENT: 120.0 A (read from BMS)
@40000000681e040c2896a9c4 INFO:SerialBattery:> CVCM:     True
@40000000681e040c28bf156c INFO:SerialBattery:> CCCM CV:  True  | DCCM CV:  True
@40000000681e040c28d145ac INFO:SerialBattery:> CCCM T:   True  | DCCM T:   True
@40000000681e040c28e2f8ec INFO:SerialBattery:> CCCM SOC: False | DCCM SOC: False
@40000000681e040c29016214 INFO:SerialBattery:> CHARGE FET: True | DISCHARGE FET: True | BALANCE FET: True
@40000000681e040c29110214 INFO:SerialBattery:Serial Number/Unique Identifier: EVE_lf280k_#

Any other information that may be helpful

No response

Please confirm that you have completed the following steps before submitting your support request

  • I have carefully read all the instructions above including the descriptions.
  • I have tried the nightly build first, if I was not already using it. This means the logs I provide are from the nightly build.
  • I have rebooted at least once after I saw the issue.
  • I have read the complete changelog.
  • I have provided the logfiles in the correct format with a HUMAN READABLE timestamp by piping it through tai64nlocal.
  • I have clicked all checkboxes because I did not read the instructions.
@Jacke87 Jacke87 added the support Support request label May 9, 2025
@Jacke87
Copy link
Author

Jacke87 commented May 9, 2025

root@einstein:~# cat /var/log/start-gui/* | tai64nlocal
2025-05-09 12:57:28.058061500 *** starting start-gui ***
2025-05-09 12:57:28.302063500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 12:57:29.461204500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 12:57:30.533090500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 12:57:31.691703500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 12:57:32.819012500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 12:57:33.924823500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 12:57:35.004831500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 12:57:36.127062500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 12:57:37.193054500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
@40000000681dfbe22498cc1c *** CCGX booted (0) ***
2025-05-09 12:59:05.614107500 *** CCGX booted (0) ***
2025-05-09 12:59:06.115307500 *** starting start-gui ***
2025-05-09 12:59:06.344576500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 12:59:07.491681500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 12:59:08.642986500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 12:59:09.779520500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 12:59:10.871556500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 12:59:11.998781500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 12:59:13.092017500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 12:59:14.228321500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 12:59:15.320488500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 12:59:16.408864500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 12:59:17.495142500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 12:59:18.575140500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 12:59:20.533405500 method return time=1746795560.533192 sender=:1.57 -> destination=:1.65 serial=15 reply_serial=2
2025-05-09 12:59:20.533415500    int32 0
2025-05-09 12:59:20.877589500 *** headless device=1
2025-05-09 12:59:20.939618500 *** Waiting for localsettings...
2025-05-09 12:59:21.300537500 *** Localsettings is up, continuing...
2025-05-09 12:59:21.596050500 method return time=1746795561.595144 sender=:1.57 -> destination=:1.70 serial=154 reply_serial=2
2025-05-09 12:59:21.596060500    int32 0
2025-05-09 12:59:21.670409500 *** Starting gui, with VNC enabled)
2025-05-09 12:59:22.359286500 QVNCServer created on port 5900
2025-05-09 12:59:22.492062500 Reloading input devices: "LinuxInput:/dev/input/event0 LinuxInput:/dev/input/event1" 
2025-05-09 12:59:22.507048500 "using /etc/venus for runtime features" 
2025-05-09 12:59:22.527118500 "running on einstein" 
2025-05-09 12:59:22.616013500 Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
2025-05-09 12:59:22.826742500 Creating settings 
2025-05-09 12:59:23.663458500 [VeQItemExportedDbusServices] Registered service "debug.victronenergy.gui" 
2025-05-09 12:59:24.180594500 language is "de" 
2025-05-09 12:59:24.236599500 accessLevelChanged:  2 
2025-05-09 12:59:24.247579500 setAccessLevel:  2 
2025-05-09 12:59:24.430404500 LocalThemeDaemonClient: Looking for assets in "/opt/victronenergy/themes/ccgx" 
2025-05-09 12:59:24.431376500 Screen: 480x272 169x96mm 72x72dpi
2025-05-09 12:59:25.050349500 TimeZone::valueChanged:  "Europe/Berlin" 
2025-05-09 12:59:25.069620500 ScreenSaver::dbusDisplayOffTimeChanged:  600 
2025-05-09 12:59:25.075995500 ScreenSaver::enable 
2025-05-09 12:59:25.077595500 ScreenSaver::screenOn 
2025-05-09 12:59:47.195299500 ScreenSaver::disable 
2025-05-09 12:59:47.195686500 ScreenSaver::screenOn 
2025-05-09 12:59:53.495429500 *** starting start-gui ***
2025-05-09 12:59:53.578654500 method return time=1746795593.577783 sender=:1.57 -> destination=:1.99 serial=1050 reply_serial=2
2025-05-09 12:59:53.578664500    int32 0
2025-05-09 12:59:53.709182500 *** headless device=1
2025-05-09 12:59:53.709844500 *** Waiting for localsettings...
2025-05-09 12:59:53.760385500 *** Localsettings is up, continuing...
2025-05-09 12:59:53.799674500 method return time=1746795593.798832 sender=:1.57 -> destination=:1.102 serial=1053 reply_serial=2
2025-05-09 12:59:53.799684500    int32 0
2025-05-09 12:59:53.819482500 *** Starting gui, with VNC enabled)
2025-05-09 12:59:53.899807500 QVNCServer created on port 5900
2025-05-09 12:59:53.912818500 Reloading input devices: "LinuxInput:/dev/input/event0 LinuxInput:/dev/input/event1" 
2025-05-09 12:59:53.919020500 "using /etc/venus for runtime features" 
2025-05-09 12:59:53.920019500 "running on einstein" 
2025-05-09 12:59:53.952579500 Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
2025-05-09 12:59:54.241456500 Creating settings 
2025-05-09 12:59:54.611943500 [VeQItemExportedDbusServices] Registered service "debug.victronenergy.gui" 
2025-05-09 12:59:55.510768500 language is "de" 
2025-05-09 12:59:55.552748500 accessLevelChanged:  2 
2025-05-09 12:59:55.556381500 setAccessLevel:  2 
2025-05-09 12:59:55.631395500 LocalThemeDaemonClient: Looking for assets in "/opt/victronenergy/themes/ccgx" 
2025-05-09 12:59:55.632318500 Screen: 480x272 169x96mm 72x72dpi
2025-05-09 12:59:55.913303500 TimeZone::valueChanged:  "Europe/Berlin" 
2025-05-09 12:59:55.921701500 ScreenSaver::dbusDisplayOffTimeChanged:  600 
2025-05-09 12:59:55.922120500 ScreenSaver::disable 
2025-05-09 12:59:55.922307500 ScreenSaver::screenOn 
2025-05-09 13:01:02.797856500 QVNCServer new incoming connection from "127.0.0.1" 
2025-05-09 13:01:02.835472500 QVNCServer Client protocol version RFB 003.003
2025-05-09 13:01:02.835481500 
2025-05-09 13:01:02.835642500 QVNCServer No password configured, accepting connection
2025-05-09 13:06:35.474453500 ScreenSaver::enable 
2025-05-09 13:06:35.474654500 ScreenSaver::screenOn 
2025-05-09 13:10:21.706075500 *** CCGX booted (0) ***
2025-05-09 13:10:22.187213500 *** starting start-gui ***
2025-05-09 13:10:22.422324500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:10:23.571429500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:10:24.666791500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:10:25.789537500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:10:26.879300500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:10:27.969304500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:10:29.064019500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:10:30.233974500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:10:31.370755500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:10:32.472163500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:10:33.584309500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:10:34.725879500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:10:37.205727500 method return time=1746796237.204794 sender=:1.60 -> destination=:1.66 serial=11 reply_serial=2
2025-05-09 13:10:37.205738500    int32 0
2025-05-09 13:10:37.827744500 *** headless device=1
2025-05-09 13:10:37.862167500 *** Waiting for localsettings...
2025-05-09 13:10:38.262938500 *** Localsettings is up, continuing...
2025-05-09 13:10:38.698783500 method return time=1746796238.697810 sender=:1.60 -> destination=:1.72 serial=156 reply_serial=2
2025-05-09 13:10:38.698793500    int32 0
2025-05-09 13:10:38.746732500 *** Starting gui, with VNC enabled)
2025-05-09 13:10:39.606386500 QVNCServer created on port 5900
2025-05-09 13:10:39.767307500 Reloading input devices: "LinuxInput:/dev/input/event0 LinuxInput:/dev/input/event1" 
2025-05-09 13:10:39.781319500 "using /etc/venus for runtime features" 
2025-05-09 13:10:39.792671500 "running on einstein" 
2025-05-09 13:10:39.957761500 Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
2025-05-09 13:10:40.340359500 Creating settings 
2025-05-09 13:10:41.496962500 [VeQItemExportedDbusServices] Registered service "debug.victronenergy.gui" 
2025-05-09 13:10:42.419946500 language is "de" 
2025-05-09 13:10:42.487220500 accessLevelChanged:  2 
2025-05-09 13:10:42.490844500 setAccessLevel:  2 
2025-05-09 13:10:42.669028500 LocalThemeDaemonClient: Looking for assets in "/opt/victronenergy/themes/ccgx" 
2025-05-09 13:10:42.698808500 Screen: 480x272 169x96mm 72x72dpi
2025-05-09 13:10:43.467229500 TimeZone::valueChanged:  "Europe/Berlin" 
2025-05-09 13:10:43.471422500 ScreenSaver::dbusDisplayOffTimeChanged:  600 
2025-05-09 13:10:43.478608500 ScreenSaver::enable 
2025-05-09 13:10:43.478883500 ScreenSaver::screenOn 
2025-05-09 13:11:17.688593500 *** CCGX booted (0) ***
2025-05-09 13:11:18.135689500 *** starting start-gui ***
2025-05-09 13:11:18.260869500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:11:19.380458500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:11:20.467589500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:11:21.561812500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:11:22.668683500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:11:23.762661500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:11:24.879664500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:11:25.990423500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:11:27.142815500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:11:28.271633500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:11:29.368016500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:11:30.484613500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:11:32.788593500 method return time=1746796292.788367 sender=:1.57 -> destination=:1.62 serial=12 reply_serial=2
2025-05-09 13:11:32.788605500    int32 0
2025-05-09 13:11:33.570135500 *** headless device=1
2025-05-09 13:11:33.570902500 *** Waiting for localsettings...
2025-05-09 13:11:33.998895500 *** Localsettings is up, continuing...
2025-05-09 13:11:34.436007500 method return time=1746796294.435163 sender=:1.57 -> destination=:1.70 serial=156 reply_serial=2
2025-05-09 13:11:34.436017500    int32 0
2025-05-09 13:11:34.493049500 *** Starting gui, with VNC enabled)
2025-05-09 13:11:35.179332500 QVNCServer created on port 5900
2025-05-09 13:11:35.383221500 Reloading input devices: "LinuxInput:/dev/input/event0 LinuxInput:/dev/input/event1" 
2025-05-09 13:11:35.403462500 "using /etc/venus for runtime features" 
2025-05-09 13:11:35.409337500 "running on einstein" 
2025-05-09 13:11:35.501780500 Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
2025-05-09 13:11:35.798720500 Creating settings 
2025-05-09 13:11:36.964009500 [VeQItemExportedDbusServices] Registered service "debug.victronenergy.gui" 
2025-05-09 13:11:38.010743500 language is "de" 
2025-05-09 13:11:38.055862500 accessLevelChanged:  2 
2025-05-09 13:11:38.072451500 setAccessLevel:  2 
2025-05-09 13:11:38.220585500 LocalThemeDaemonClient: Looking for assets in "/opt/victronenergy/themes/ccgx" 
2025-05-09 13:11:38.242900500 Screen: 480x272 169x96mm 72x72dpi
2025-05-09 13:11:38.927334500 TimeZone::valueChanged:  "Europe/Berlin" 
2025-05-09 13:11:38.927586500 ScreenSaver::dbusDisplayOffTimeChanged:  600 
2025-05-09 13:11:38.928156500 ScreenSaver::enable 
2025-05-09 13:11:38.928163500 ScreenSaver::screenOn 
2025-05-09 13:12:04.901432500 QVNCServer new incoming connection from "127.0.0.1" 
2025-05-09 13:12:14.622834500 *** starting start-gui ***
2025-05-09 13:12:14.662235500 method return time=1746796334.661916 sender=:1.57 -> destination=:1.100 serial=1052 reply_serial=2
2025-05-09 13:12:14.662245500    int32 0
2025-05-09 13:12:14.743510500 *** headless device=1
2025-05-09 13:12:14.749002500 *** Waiting for localsettings...
2025-05-09 13:12:14.807825500 *** Localsettings is up, continuing...
2025-05-09 13:12:14.853176500 method return time=1746796334.852947 sender=:1.57 -> destination=:1.103 serial=1067 reply_serial=2
2025-05-09 13:12:14.853186500    int32 0
2025-05-09 13:12:14.872250500 *** Starting gui, with VNC enabled)
2025-05-09 13:12:14.920749500 QVNCServer created on port 5900
2025-05-09 13:12:14.931184500 Reloading input devices: "LinuxInput:/dev/input/event0 LinuxInput:/dev/input/event1" 
2025-05-09 13:12:14.939999500 "using /etc/venus for runtime features" 
2025-05-09 13:12:14.940891500 "running on einstein" 
2025-05-09 13:12:14.991605500 Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
2025-05-09 13:12:15.357803500 Creating settings 
2025-05-09 13:12:15.680789500 [VeQItemExportedDbusServices] Registered service "debug.victronenergy.gui" 
2025-05-09 13:12:16.559224500 language is "de" 
2025-05-09 13:12:16.581012500 accessLevelChanged:  2 
2025-05-09 13:12:16.581177500 setAccessLevel:  2 
2025-05-09 13:12:16.651925500 LocalThemeDaemonClient: Looking for assets in "/opt/victronenergy/themes/ccgx" 
2025-05-09 13:12:16.663625500 Screen: 480x272 169x96mm 72x72dpi
2025-05-09 13:12:17.026845500 TimeZone::valueChanged:  "Europe/Berlin" 
2025-05-09 13:12:17.027318500 ScreenSaver::dbusDisplayOffTimeChanged:  600 
2025-05-09 13:12:17.027468500 ScreenSaver::enable 
2025-05-09 13:12:17.027522500 ScreenSaver::screenOn 
2025-05-09 13:12:34.974152500 QVNCServer new incoming connection from "127.0.0.1" 
2025-05-09 13:12:35.018170500 QVNCServer Client protocol version RFB 003.003
2025-05-09 13:12:35.018180500 
2025-05-09 13:12:35.018511500 QVNCServer No password configured, accepting connection
2025-05-09 13:12:38.530674500 file:///opt/victronenergy/gui/qml/OverviewTiles.qml:158: Unable to assign [undefined] to QString text
2025-05-09 13:13:03.939913500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Redetect" 
2025-05-09 13:13:03.940446500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Info/MaxDischargeCurrent" 
2025-05-09 13:13:03.941045500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Info/MaxChargeCurrent" 
2025-05-09 13:13:03.941447500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Info/MaxChargeVoltage" 
2025-05-09 13:13:03.941800500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/System/NrOfBatteries" 
2025-05-09 13:13:03.942262500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Io/AllowToCharge" 
2025-05-09 13:13:03.942698500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Io/AllowToBalance" 
2025-05-09 13:13:03.943199500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Diagnostics/LastErrors/1/Error" 
2025-05-09 13:13:03.943571500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/System/MinCellVoltage" 
2025-05-09 13:13:03.943940500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/System/MaxTemperatureCellId" 
2025-05-09 13:13:03.944292500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/System/MinCellTemperature" 
2025-05-09 13:13:03.944615500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/System/MaxVoltageCellId" 
2025-05-09 13:13:03.945093500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/System/NrOfModulesOnline" 
2025-05-09 13:13:03.945481500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/System/MaxCellTemperature" 
2025-05-09 13:13:03.978491500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/System/MinVoltageCellId" 
2025-05-09 13:13:03.978505500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/System/MaxCellVoltage" 
2025-05-09 13:13:03.978511500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/InstalledCapacity" 
2025-05-09 13:13:03.978814500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/System/MinTemperatureCellId" 
2025-05-09 13:13:03.978824500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/System/NrOfModulesOffline" 
2025-05-09 13:13:03.978913500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/System/NrOfModulesBlockingCharge" 
2025-05-09 13:13:03.978921500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/System/NrOfModulesBlockingDischarge" 
2025-05-09 13:13:03.978928500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Alarms/Alarm" 
2025-05-09 13:13:03.978958500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Relay/0/State" 
2025-05-09 13:13:03.978994500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/TimeToSoC/100" 
2025-05-09 13:13:03.979029500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/TimeToSoC/100" 
2025-05-09 13:13:03.979186500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/TimeToSoC/90" 
2025-05-09 13:13:03.979341500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/TimeToSoC/90" 
2025-05-09 13:13:03.979430500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/TimeToSoC/80" 
2025-05-09 13:13:03.979556500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/TimeToSoC/80" 
2025-05-09 13:13:03.979682500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/TimeToSoC/20" 
2025-05-09 13:13:03.979801500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/TimeToSoC/20" 
2025-05-09 13:13:03.980694500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/TimeToSoC/10" 
2025-05-09 13:13:03.980706500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/TimeToSoC/10" 
2025-05-09 13:13:03.980713500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/TimeToSoC/0" 
2025-05-09 13:13:03.980816500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/TimeToSoC/0" 
2025-05-09 13:13:03.987785500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/TimeToGo" 
2025-05-09 13:13:03.987959500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/BussVoltage" 
2025-05-09 13:13:03.988009500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/BussVoltage" 
2025-05-09 13:13:03.994372500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Dc/0/MidVoltageDeviation" 
2025-05-09 13:13:03.994388500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Dc/0/MidVoltageDeviation" 
2025-05-09 13:13:03.994395500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Dc/0/MidVoltage" 
2025-05-09 13:13:03.994560500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/BusVoltage" 
2025-05-09 13:13:03.994568500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/BusVoltage" 
2025-05-09 13:13:03.995847500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Dc/1/Voltage" 
2025-05-09 13:13:03.996089500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Dc/1/Voltage" 
2025-05-09 13:13:03.996097500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/AirTemperature" 
2025-05-09 13:13:03.996153500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/System/MOSTemperature" 
2025-05-09 13:13:03.996161500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Dc/0/Temperature" 
2025-05-09 13:13:03.996187500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Soh" 
2025-05-09 13:13:03.996194500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Soh" 
2025-05-09 13:13:03.996237500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Soc" 
2025-05-09 13:13:03.996244500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Dc/0/Power" 
2025-05-09 13:13:03.996270500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Dc/0/Power" 
2025-05-09 13:13:03.996277500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/ErrorCode" 
2025-05-09 13:13:03.996301500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/State" 
2025-05-09 13:13:03.996340500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Mode" 
2025-05-09 13:13:03.996347500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/ProductId" 
2025-05-09 13:13:03.996371500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Dc/0/Voltage" 
2025-05-09 13:13:03.996379500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Dc/0/Voltage" 
2025-05-09 13:13:03.996527500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Voltages/Cell1" 
2025-05-09 13:13:03.996536500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Dc/0/Current" 
2025-05-09 13:13:03.996653500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Dc/0/Current" 
2025-05-09 13:13:03.996794500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Settings/HasSettings" 
2025-05-09 13:13:03.996978500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/Dc/0/MidVoltage" 
2025-05-09 13:13:03.997216500 Error value: QDBusError("org.freedesktop.DBus.Error.NoReply", "Message recipient disconnected from message bus without replying") "com.victronenergy.battery.ttyUSB0" "/NrOfDistributors" 
2025-05-09 13:13:23.744369500 file:///opt/victronenergy/gui/qml/OverviewTiles.qml:158: Unable to assign [undefined] to QString text
2025-05-09 13:15:31.766157500 file:///opt/victronenergy/gui/qml/OverviewTiles.qml:158: Unable to assign [undefined] to QString text
2025-05-09 13:23:54.095632500 QVNCServer disconnected from "127.0.0.1" 
2025-05-09 13:25:30.584585500 ScreenSaver::timer 
2025-05-09 13:25:30.584785500 ScreenSaver::screenOff 
2025-05-09 13:28:05.630057500 *** CCGX booted (0) ***
2025-05-09 13:28:06.103326500 *** starting start-gui ***
2025-05-09 13:28:06.315330500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:28:07.451344500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:28:08.531103500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:28:09.639862500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:28:10.716501500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:28:11.857573500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:28:12.980833500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:28:14.110696500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:28:15.236136500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:28:16.342669500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:28:17.414777500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:28:20.688568500 method return time=1746797300.687491 sender=:1.52 -> destination=:1.56 serial=8 reply_serial=2
2025-05-09 13:28:20.688578500    int32 0
2025-05-09 13:28:21.150088500 *** headless device=1
2025-05-09 13:28:21.150845500 *** Waiting for localsettings...
2025-05-09 13:28:21.507488500 *** Localsettings is up, continuing...
2025-05-09 13:28:21.938014500 method return time=1746797301.937166 sender=:1.52 -> destination=:1.66 serial=154 reply_serial=2
2025-05-09 13:28:21.938024500    int32 0
2025-05-09 13:28:21.979546500 *** Starting gui, with VNC enabled)
2025-05-09 13:28:22.766477500 QVNCServer created on port 5900
2025-05-09 13:28:22.887834500 Reloading input devices: "LinuxInput:/dev/input/event0 LinuxInput:/dev/input/event1" 
2025-05-09 13:28:22.926166500 "using /etc/venus for runtime features" 
2025-05-09 13:28:22.946089500 "running on einstein" 
2025-05-09 13:28:22.998320500 Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
2025-05-09 13:28:23.171164500 Creating settings 
2025-05-09 13:28:24.271507500 [VeQItemExportedDbusServices] Registered service "debug.victronenergy.gui" 
2025-05-09 13:28:25.026130500 language is "de" 
2025-05-09 13:28:25.066471500 accessLevelChanged:  2 
2025-05-09 13:28:25.073095500 setAccessLevel:  2 
2025-05-09 13:28:25.200222500 LocalThemeDaemonClient: Looking for assets in "/opt/victronenergy/themes/ccgx" 
2025-05-09 13:28:25.215555500 Screen: 480x272 169x96mm 72x72dpi
2025-05-09 13:28:25.944182500 TimeZone::valueChanged:  "Europe/Berlin" 
2025-05-09 13:28:25.952963500 ScreenSaver::dbusDisplayOffTimeChanged:  600 
2025-05-09 13:28:25.953552500 ScreenSaver::enable 
2025-05-09 13:28:25.953757500 ScreenSaver::screenOn 
2025-05-09 13:29:00.686354500 *** CCGX booted (0) ***
2025-05-09 13:29:01.145628500 *** starting start-gui ***
2025-05-09 13:29:01.390878500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:29:02.524921500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:29:03.623352500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:29:04.727797500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:29:05.849218500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:29:06.950860500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:29:08.052689500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:29:09.227999500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:29:10.283465500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:29:11.386266500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:29:12.470851500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:29:13.573139500 Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.victronenergy.settings was not provided by any .service files
2025-05-09 13:29:16.271129500 method return time=1746797356.270119 sender=:1.62 -> destination=:1.65 serial=10 reply_serial=2
2025-05-09 13:29:16.271140500    int32 0
2025-05-09 13:29:16.816908500 *** headless device=1
2025-05-09 13:29:16.821280500 *** Waiting for localsettings...
2025-05-09 13:29:17.253471500 *** Localsettings is up, continuing...
2025-05-09 13:29:17.607243500 method return time=1746797357.606392 sender=:1.62 -> destination=:1.73 serial=155 reply_serial=2
2025-05-09 13:29:17.607254500    int32 0
2025-05-09 13:29:17.698403500 *** Starting gui, with VNC enabled)
2025-05-09 13:29:18.604926500 QVNCServer created on port 5900
2025-05-09 13:29:18.786579500 Reloading input devices: "LinuxInput:/dev/input/event0 LinuxInput:/dev/input/event1" 
2025-05-09 13:29:18.795526500 "using /etc/venus for runtime features" 
2025-05-09 13:29:18.798824500 "running on einstein" 
2025-05-09 13:29:18.871458500 Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
2025-05-09 13:29:19.061064500 Creating settings 
2025-05-09 13:29:20.467135500 [VeQItemExportedDbusServices] Registered service "debug.victronenergy.gui" 
2025-05-09 13:29:21.085423500 language is "de" 
2025-05-09 13:29:21.153385500 accessLevelChanged:  2 
2025-05-09 13:29:21.164558500 setAccessLevel:  2 
2025-05-09 13:29:21.288136500 LocalThemeDaemonClient: Looking for assets in "/opt/victronenergy/themes/ccgx" 
2025-05-09 13:29:21.293273500 Screen: 480x272 169x96mm 72x72dpi
2025-05-09 13:29:22.099965500 TimeZone::valueChanged:  "Europe/Berlin" 
2025-05-09 13:29:22.106522500 ScreenSaver::dbusDisplayOffTimeChanged:  600 
2025-05-09 13:29:22.116868500 ScreenSaver::enable 
2025-05-09 13:29:22.119550500 ScreenSaver::screenOn 
2025-05-09 13:29:30.073180500 *** starting start-gui ***
2025-05-09 13:29:32.056226500 method return time=1746797372.055283 sender=:1.62 -> destination=:1.96 serial=609 reply_serial=2
2025-05-09 13:29:32.056239500    int32 0
2025-05-09 13:29:32.299856500 *** headless device=1
2025-05-09 13:29:32.318658500 *** Waiting for localsettings...
2025-05-09 13:29:32.453622500 *** Localsettings is up, continuing...
2025-05-09 13:29:32.773562500 method return time=1746797372.772714 sender=:1.62 -> destination=:1.100 serial=633 reply_serial=2
2025-05-09 13:29:32.773573500    int32 0
2025-05-09 13:29:32.846734500 *** Starting gui, with VNC enabled)
2025-05-09 13:29:33.120273500 QVNCServer created on port 5900
2025-05-09 13:29:33.223813500 Reloading input devices: "LinuxInput:/dev/input/event0 LinuxInput:/dev/input/event1" 
2025-05-09 13:29:33.226351500 "using /etc/venus for runtime features" 
2025-05-09 13:29:33.256310500 "running on einstein" 
2025-05-09 13:29:33.347194500 Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
2025-05-09 13:29:34.061813500 Creating settings 
2025-05-09 13:29:36.000048500 [VeQItemExportedDbusServices] Registered service "debug.victronenergy.gui" 
2025-05-09 13:29:37.906547500 language is "de" 
2025-05-09 13:29:37.949831500 accessLevelChanged:  2 
2025-05-09 13:29:37.992880500 setAccessLevel:  2 
2025-05-09 13:29:38.186397500 LocalThemeDaemonClient: Looking for assets in "/opt/victronenergy/themes/ccgx" 
2025-05-09 13:29:38.189180500 Screen: 480x272 169x96mm 72x72dpi
2025-05-09 13:29:38.963636500 TimeZone::valueChanged:  "Europe/Berlin" 
2025-05-09 13:29:38.964364500 ScreenSaver::dbusDisplayOffTimeChanged:  600 
2025-05-09 13:29:38.968842500 ScreenSaver::enable 
2025-05-09 13:29:38.969101500 ScreenSaver::screenOn 
2025-05-09 13:30:01.918039500 QDBusConnection: name 'com.victronenergy.system' had owner '' but we thought it was ':1.42'
2025-05-09 13:30:14.715218500 file:///opt/victronenergy/gui/qml/OverviewTiles.qml:158: Unable to assign [undefined] to QString text
2025-05-09 13:32:28.056863500 QVNCServer new incoming connection from "127.0.0.1" 
2025-05-09 13:32:28.096503500 QVNCServer Client protocol version RFB 003.003
2025-05-09 13:32:28.096512500 
2025-05-09 13:32:28.096728500 QVNCServer No password configured, accepting connection
root@einstein:~# 

@mr-manuel
Copy link
Owner

Check your CPU load: https://mr-manuel.github.io/venus-os_dbus-serialbattery_docs/faq/#how-to-troubleshoot-high-cpu-load

That's the only reason I have in mind why the system should restart. There is a watchdog which triggers the reboot, but at the moment I can't find the correct log for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support Support request
Projects
None yet
Development

No branches or pull requests

2 participants