Missing "Cell Voltages" for one or two BMS in DEV / last nightly #818
Replies: 15 comments 12 replies
-
Could you check what the last release was where it was working? You can use the installer and the releases from my repo: https://github.com/mr-manuel/venus-os_dbus-serialbattery/releases |
Beta Was this translation helpful? Give feedback.
-
This morning I reinstalled the available Last Nightly/DEV again which ist Version „1.0.20230919dev“. Since then all values are displayed I remember that i realized this issue already for a while. Unfortunately i can not judge which version was working before. Latest release was working.. |
Beta Was this translation helpful? Give feedback.
-
Fully agreed |
Beta Was this translation helpful? Give feedback.
-
After further investigation I can give some more details on this issue
|
Beta Was this translation helpful? Give feedback.
-
I'm seeing a similar think with Dev Version. I believe i still have USB Communication troubles which starts to drive me crazy. I think the difference is that Release Version somehow regognize failing connection better and seem to reset connection somehow. Happens for me around once in a day or two. Could you check your logs for communication troubles?? The Problem for me is that Aggregate Batteries crashes when there is no cell voltage available. My Log look like this: 2023-10-03 15:31:13.299869500 INFO:SerialBattery:Starting dbus-serialbattery
2023-10-03 15:31:13.299874500 INFO:SerialBattery:dbus-serialbattery v1.0.20230531
2023-10-03 15:31:13.299993500 INFO:SerialBattery:Testing Jkbms
2023-10-03 15:31:13.426919500 INFO:SerialBattery:Connection established to Jkbms
2023-10-03 15:31:13.429809500 INFO:SerialBattery:Battery Jkbms connected to dbus from /dev/ttyUSB3
2023-10-03 15:31:13.429815500 INFO:SerialBattery:========== Settings ==========
2023-10-03 15:31:13.429818500 INFO:SerialBattery:> Connection voltage: 61.17V | Current: -0.0A | SoC: 99%
2023-10-03 15:31:13.429821500 INFO:SerialBattery:> Cell count: 18 | Cells populated: 0
2023-10-03 15:31:13.429824500 INFO:SerialBattery:> LINEAR LIMITATION ENABLE: True
2023-10-03 15:31:13.460795500 INFO:SerialBattery:> MAX BATTERY CHARGE CURRENT: 115.0A | MAX BATTERY DISCHARGE CURRENT: 140.0A
2023-10-03 15:31:13.460801500 INFO:SerialBattery:> MAX BATTERY CHARGE CURRENT: 175.0A | MAX BATTERY DISCHARGE CURRENT: 175.0A (read from BMS)
2023-10-03 15:31:13.460806500 INFO:SerialBattery:> CVCM: True
2023-10-03 15:31:13.460809500 INFO:SerialBattery:> MIN CELL VOLTAGE: 2.9V | MAX CELL VOLTAGE: 3.45V
2023-10-03 15:31:13.460812500 INFO:SerialBattery:> CCCM CV: True | DCCM CV: True
2023-10-03 15:31:13.460815500 INFO:SerialBattery:> CCCM T: True | DCCM T: True
2023-10-03 15:31:13.460881500 INFO:SerialBattery:> CCCM SOC: False | DCCM SOC: False
2023-10-03 15:31:13.460885500 INFO:SerialBattery:Serial Number/Unique Identifier: P5 P5
2023-10-03 15:31:13.870739500 INFO:SerialBattery:DeviceInstance = 3
2023-10-03 15:31:13.870744500 INFO:SerialBattery:com.victronenergy.battery.ttyUSB3
2023-10-03 15:31:13.960728500 INFO:SerialBattery:publish config values = 1
2023-10-03 18:11:04.565211500 ERROR:SerialBattery:>>> ERROR: No reply - returning [len:49/13920]
2023-10-03 18:32:53.496712500 ERROR:SerialBattery:>>> ERROR: No reply - returning [len:111/281]
2023-10-03 19:47:29.351752500 Traceback (most recent call last):
2023-10-03 19:47:29.351757500 File "/opt/victronenergy/dbus-serialbattery/dbushelper.py", line 361, in publish_battery
2023-10-03 19:47:29.351761500 success = self.battery.refresh_data()
2023-10-03 19:47:29.351764500 File "/opt/victronenergy/dbus-serialbattery/bms/jkbms.py", line 54, in refresh_data
2023-10-03 19:47:29.351768500 result = self.read_status_data()
2023-10-03 19:47:29.351771500 File "/opt/victronenergy/dbus-serialbattery/bms/jkbms.py", line 67, in read_status_data
2023-10-03 19:47:29.351853500 status_data = self.read_serial_data_jkbms(self.command_status)
2023-10-03 19:47:29.351857500 File "/opt/victronenergy/dbus-serialbattery/bms/jkbms.py", line 314, in read_serial_data_jkbms
2023-10-03 19:47:29.351861500 data = read_serial_data(
2023-10-03 19:47:29.351864500 File "/opt/victronenergy/dbus-serialbattery/utils.py", line 421, in read_serial_data
2023-10-03 19:47:29.351867500 with serial.Serial(port, baudrate=baud, timeout=0.1) as ser:
2023-10-03 19:47:29.351895500 File "/usr/lib/python3.8/site-packages/serial/serialutil.py", line 240, in init
2023-10-03 19:47:29.351899500 self.open()
2023-10-03 19:47:29.351902500 File "/usr/lib/python3.8/site-packages/serial/serialposix.py", line 288, in open
2023-10-03 19:47:29.351905500 self._update_rts_state()
2023-10-03 19:47:29.351908500 File "/usr/lib/python3.8/site-packages/serial/serialposix.py", line 627, in _update_rts_state
2023-10-03 19:47:29.352037500 fcntl.ioctl(self.fd, TIOCMBIS, TIOCM_RTS_str)
2023-10-03 19:47:29.352041500 OSError: [Errno 5] Input/output error |
Beta Was this translation helpful? Give feedback.
-
@mr-manuel One more information: It happens as well - after a reboot or reinstall-local.sh and all values are present - after a while one or two batteries are missing. Seems the driver or batteries could not keep the connection or too many informations? |
Beta Was this translation helpful? Give feedback.
-
@maxx8888 you are not using the latest nightly of the dev branch. Please try that and post the logs then. @DirkReudenbach without logs it's hard to help you. Please post the logs after the error occur and before restarting the driver. |
Beta Was this translation helpful? Give feedback.
-
ok here you are - Serial BAtter#2 on USB2 do not have Cell voltages root@einstein:~# tail -F -n 100 /data/log/dbus-serialbattery.ttyUSB2/current | tai64nlocal
2023-10-06 17:57:12.181318500 INFO:SerialBattery:> Connection voltage: 53.03V | Current: -11.36A | SoC: 87%
2023-10-06 17:57:12.185417500 INFO:SerialBattery:> Cell count: 16 | Cells populated: 0
2023-10-06 17:57:12.192885500 INFO:SerialBattery:> LINEAR LIMITATION ENABLE: True
2023-10-06 17:57:12.204122500 INFO:SerialBattery:> MAX BATTERY CHARGE CURRENT: 150.0A | MAX BATTERY DISCHARGE CURRENT: 150.0A
2023-10-06 17:57:12.205502500 INFO:SerialBattery:> CVCM: True
2023-10-06 17:57:12.206761500 INFO:SerialBattery:> MIN CELL VOLTAGE: 2.9V | MAX CELL VOLTAGE: 3.45V
2023-10-06 17:57:12.211334500 INFO:SerialBattery:> CCCM CV: True | DCCM CV: True
2023-10-06 17:57:12.212633500 INFO:SerialBattery:> CCCM T: True | DCCM T: True
2023-10-06 17:57:12.215441500 INFO:SerialBattery:> CCCM SOC: False | DCCM SOC: False
2023-10-06 17:57:12.217536500 INFO:SerialBattery:Serial Number/Unique Identifier: JK-BMS_2
2023-10-06 17:57:12.391602500 INFO:SerialBattery:DeviceInstance = 1
2023-10-06 17:57:12.397377500 INFO:SerialBattery:com.victronenergy.battery.ttyUSB2
2023-10-06 17:57:12.599215500 INFO:SerialBattery:publish config values = 1
2023-10-06 17:58:19.420684500 INFO:SerialBattery:
2023-10-06 17:58:19.448274500 INFO:SerialBattery:Starting dbus-serialbattery
2023-10-06 17:58:19.451486500 INFO:SerialBattery:dbus-serialbattery v1.0.20230927dev
2023-10-06 17:58:19.455276500 INFO:SerialBattery:-- Testing BMS: 1 of 3 rounds
2023-10-06 17:58:19.456422500 INFO:SerialBattery:Testing Jkbms
2023-10-06 17:58:19.756610500 ERROR:SerialBattery:>>> ERROR: No reply - returning
2023-10-06 17:58:20.259581500 INFO:SerialBattery:-- Testing BMS: 2 of 3 rounds
2023-10-06 17:58:20.259591500 INFO:SerialBattery:Testing Jkbms
2023-10-06 17:58:36.415181500 ERROR:SerialBattery:>>> ERROR: No reply - returning [len:35/28790]
2023-10-06 17:58:36.922931500 INFO:SerialBattery:-- Testing BMS: 3 of 3 rounds
2023-10-06 17:58:36.923652500 INFO:SerialBattery:Testing Jkbms
2023-10-06 17:58:37.048306500 INFO:SerialBattery:Connection established to Jkbms
2023-10-06 17:58:37.049063500 INFO:SerialBattery:Battery Jkbms connected to dbus from /dev/ttyUSB2
2023-10-06 17:58:37.050253500 INFO:SerialBattery:========== Settings ==========
2023-10-06 17:58:37.051232500 INFO:SerialBattery:> Connection voltage: 53.23V | Current: 0.42A | SoC: 87%
2023-10-06 17:58:37.051946500 INFO:SerialBattery:> Cell count: 16 | Cells populated: 0
2023-10-06 17:58:37.052716500 INFO:SerialBattery:> LINEAR LIMITATION ENABLE: True
2023-10-06 17:58:37.053497500 INFO:SerialBattery:> MAX BATTERY CHARGE CURRENT: 150.0A | MAX BATTERY DISCHARGE CURRENT: 150.0A
2023-10-06 17:58:37.054320500 INFO:SerialBattery:> CVCM: True
2023-10-06 17:58:37.055043500 INFO:SerialBattery:> MIN CELL VOLTAGE: 2.9V | MAX CELL VOLTAGE: 3.45V
2023-10-06 17:58:37.055671500 INFO:SerialBattery:> CCCM CV: True | DCCM CV: True
2023-10-06 17:58:37.056263500 INFO:SerialBattery:> CCCM T: True | DCCM T: True
2023-10-06 17:58:37.056864500 INFO:SerialBattery:> CCCM SOC: False | DCCM SOC: False
2023-10-06 17:58:37.057434500 INFO:SerialBattery:Serial Number/Unique Identifier: JK-BMS_2
2023-10-06 17:58:37.143372500 INFO:SerialBattery:DeviceInstance = 1
2023-10-06 17:58:37.144496500 INFO:SerialBattery:com.victronenergy.battery.ttyUSB2
2023-10-06 17:58:37.239480500 INFO:SerialBattery:publish config values = 1
2023-10-06 18:03:39.321804500 INFO:SerialBattery:
2023-10-06 18:03:39.328310500 INFO:SerialBattery:Starting dbus-serialbattery
2023-10-06 18:03:39.331900500 INFO:SerialBattery:dbus-serialbattery v1.0.20230927dev
2023-10-06 18:03:39.336426500 INFO:SerialBattery:-- Testing BMS: 1 of 3 rounds
2023-10-06 18:03:39.340212500 INFO:SerialBattery:Testing Jkbms
2023-10-06 18:03:39.476331500 INFO:SerialBattery:Connection established to Jkbms
2023-10-06 18:03:39.477942500 INFO:SerialBattery:Battery Jkbms connected to dbus from /dev/ttyUSB2
2023-10-06 18:03:39.483038500 INFO:SerialBattery:========== Settings ==========
2023-10-06 18:03:39.484529500 INFO:SerialBattery:> Connection voltage: 53.16V | Current: 0.84A | SoC: 86%
2023-10-06 18:03:39.485704500 INFO:SerialBattery:> Cell count: 16 | Cells populated: 0
2023-10-06 18:03:39.486803500 INFO:SerialBattery:> LINEAR LIMITATION ENABLE: True
2023-10-06 18:03:39.492188500 INFO:SerialBattery:> MAX BATTERY CHARGE CURRENT: 150.0A | MAX BATTERY DISCHARGE CURRENT: 150.0A
2023-10-06 18:03:39.493895500 INFO:SerialBattery:> CVCM: True
2023-10-06 18:03:39.495387500 INFO:SerialBattery:> MIN CELL VOLTAGE: 2.9V | MAX CELL VOLTAGE: 3.45V
2023-10-06 18:03:39.500076500 INFO:SerialBattery:> CCCM CV: True | DCCM CV: True
2023-10-06 18:03:39.516948500 INFO:SerialBattery:> CCCM T: True | DCCM T: True
2023-10-06 18:03:39.521146500 INFO:SerialBattery:> CCCM SOC: False | DCCM SOC: False
2023-10-06 18:03:39.522910500 INFO:SerialBattery:Serial Number/Unique Identifier: JK-BMS_2
2023-10-06 18:03:39.827913500 INFO:SerialBattery:DeviceInstance = 1
2023-10-06 18:03:39.839239500 INFO:SerialBattery:com.victronenergy.battery.ttyUSB2
2023-10-06 18:03:39.964780500 INFO:SerialBattery:publish config values = 1
2023-10-06 18:03:43.559037500 ERROR:SerialBattery:>>> ERROR: No reply - returning
2023-10-06 18:03:44.564894500 ERROR:SerialBattery:>>> ERROR: No reply - returning
2023-10-06 18:03:45.579044500 ERROR:SerialBattery:>>> ERROR: No reply - returning
2023-10-06 18:03:46.574124500 ERROR:SerialBattery:>>> ERROR: No reply - returning
2023-10-06 18:04:03.350975500 ERROR:SerialBattery:>>> ERROR: No reply - returning [len:32/28790] After reboot with reinstall.sh root@einstein:~# tail -F -n 100 /data/log/dbus-serialbattery.ttyUSB2/current | tai64nlocal
2023-10-06 17:57:12.181318500 INFO:SerialBattery:> Connection voltage: 53.03V | Current: -11.36A | SoC: 87%
2023-10-06 17:57:12.185417500 INFO:SerialBattery:> Cell count: 16 | Cells populated: 0
2023-10-06 17:57:12.192885500 INFO:SerialBattery:> LINEAR LIMITATION ENABLE: True
2023-10-06 17:57:12.204122500 INFO:SerialBattery:> MAX BATTERY CHARGE CURRENT: 150.0A | MAX BATTERY DISCHARGE CURRENT: 150.0A
2023-10-06 17:57:12.205502500 INFO:SerialBattery:> CVCM: True
2023-10-06 17:57:12.206761500 INFO:SerialBattery:> MIN CELL VOLTAGE: 2.9V | MAX CELL VOLTAGE: 3.45V
2023-10-06 17:57:12.211334500 INFO:SerialBattery:> CCCM CV: True | DCCM CV: True
2023-10-06 17:57:12.212633500 INFO:SerialBattery:> CCCM T: True | DCCM T: True
2023-10-06 17:57:12.215441500 INFO:SerialBattery:> CCCM SOC: False | DCCM SOC: False
2023-10-06 17:57:12.217536500 INFO:SerialBattery:Serial Number/Unique Identifier: JK-BMS_2
2023-10-06 17:57:12.391602500 INFO:SerialBattery:DeviceInstance = 1
2023-10-06 17:57:12.397377500 INFO:SerialBattery:com.victronenergy.battery.ttyUSB2
2023-10-06 17:57:12.599215500 INFO:SerialBattery:publish config values = 1
2023-10-06 17:58:19.420684500 INFO:SerialBattery:
2023-10-06 17:58:19.448274500 INFO:SerialBattery:Starting dbus-serialbattery
2023-10-06 17:58:19.451486500 INFO:SerialBattery:dbus-serialbattery v1.0.20230927dev
2023-10-06 17:58:19.455276500 INFO:SerialBattery:-- Testing BMS: 1 of 3 rounds
2023-10-06 17:58:19.456422500 INFO:SerialBattery:Testing Jkbms
2023-10-06 17:58:19.756610500 ERROR:SerialBattery:>>> ERROR: No reply - returning
2023-10-06 17:58:20.259581500 INFO:SerialBattery:-- Testing BMS: 2 of 3 rounds
2023-10-06 17:58:20.259591500 INFO:SerialBattery:Testing Jkbms
2023-10-06 17:58:36.415181500 ERROR:SerialBattery:>>> ERROR: No reply - returning [len:35/28790]
2023-10-06 17:58:36.922931500 INFO:SerialBattery:-- Testing BMS: 3 of 3 rounds
2023-10-06 17:58:36.923652500 INFO:SerialBattery:Testing Jkbms
2023-10-06 17:58:37.048306500 INFO:SerialBattery:Connection established to Jkbms
2023-10-06 17:58:37.049063500 INFO:SerialBattery:Battery Jkbms connected to dbus from /dev/ttyUSB2
2023-10-06 17:58:37.050253500 INFO:SerialBattery:========== Settings ==========
2023-10-06 17:58:37.051232500 INFO:SerialBattery:> Connection voltage: 53.23V | Current: 0.42A | SoC: 87%
2023-10-06 17:58:37.051946500 INFO:SerialBattery:> Cell count: 16 | Cells populated: 0
2023-10-06 17:58:37.052716500 INFO:SerialBattery:> LINEAR LIMITATION ENABLE: True
2023-10-06 17:58:37.053497500 INFO:SerialBattery:> MAX BATTERY CHARGE CURRENT: 150.0A | MAX BATTERY DISCHARGE CURRENT: 150.0A
2023-10-06 17:58:37.054320500 INFO:SerialBattery:> CVCM: True
2023-10-06 17:58:37.055043500 INFO:SerialBattery:> MIN CELL VOLTAGE: 2.9V | MAX CELL VOLTAGE: 3.45V
2023-10-06 17:58:37.055671500 INFO:SerialBattery:> CCCM CV: True | DCCM CV: True
2023-10-06 17:58:37.056263500 INFO:SerialBattery:> CCCM T: True | DCCM T: True
2023-10-06 17:58:37.056864500 INFO:SerialBattery:> CCCM SOC: False | DCCM SOC: False
2023-10-06 17:58:37.057434500 INFO:SerialBattery:Serial Number/Unique Identifier: JK-BMS_2
2023-10-06 17:58:37.143372500 INFO:SerialBattery:DeviceInstance = 1
2023-10-06 17:58:37.144496500 INFO:SerialBattery:com.victronenergy.battery.ttyUSB2
2023-10-06 17:58:37.239480500 INFO:SerialBattery:publish config values = 1
2023-10-06 18:03:39.321804500 INFO:SerialBattery:
2023-10-06 18:03:39.328310500 INFO:SerialBattery:Starting dbus-serialbattery
2023-10-06 18:03:39.331900500 INFO:SerialBattery:dbus-serialbattery v1.0.20230927dev
2023-10-06 18:03:39.336426500 INFO:SerialBattery:-- Testing BMS: 1 of 3 rounds
2023-10-06 18:03:39.340212500 INFO:SerialBattery:Testing Jkbms
2023-10-06 18:03:39.476331500 INFO:SerialBattery:Connection established to Jkbms
2023-10-06 18:03:39.477942500 INFO:SerialBattery:Battery Jkbms connected to dbus from /dev/ttyUSB2
2023-10-06 18:03:39.483038500 INFO:SerialBattery:========== Settings ==========
2023-10-06 18:03:39.484529500 INFO:SerialBattery:> Connection voltage: 53.16V | Current: 0.84A | SoC: 86%
2023-10-06 18:03:39.485704500 INFO:SerialBattery:> Cell count: 16 | Cells populated: 0
2023-10-06 18:03:39.486803500 INFO:SerialBattery:> LINEAR LIMITATION ENABLE: True
2023-10-06 18:03:39.492188500 INFO:SerialBattery:> MAX BATTERY CHARGE CURRENT: 150.0A | MAX BATTERY DISCHARGE CURRENT: 150.0A
2023-10-06 18:03:39.493895500 INFO:SerialBattery:> CVCM: True
2023-10-06 18:03:39.495387500 INFO:SerialBattery:> MIN CELL VOLTAGE: 2.9V | MAX CELL VOLTAGE: 3.45V
2023-10-06 18:03:39.500076500 INFO:SerialBattery:> CCCM CV: True | DCCM CV: True
2023-10-06 18:03:39.516948500 INFO:SerialBattery:> CCCM T: True | DCCM T: True
2023-10-06 18:03:39.521146500 INFO:SerialBattery:> CCCM SOC: False | DCCM SOC: False
2023-10-06 18:03:39.522910500 INFO:SerialBattery:Serial Number/Unique Identifier: JK-BMS_2
2023-10-06 18:03:39.827913500 INFO:SerialBattery:DeviceInstance = 1
2023-10-06 18:03:39.839239500 INFO:SerialBattery:com.victronenergy.battery.ttyUSB2
2023-10-06 18:03:39.964780500 INFO:SerialBattery:publish config values = 1
2023-10-06 18:03:43.559037500 ERROR:SerialBattery:>>> ERROR: No reply - returning
2023-10-06 18:03:44.564894500 ERROR:SerialBattery:>>> ERROR: No reply - returning
2023-10-06 18:03:45.579044500 ERROR:SerialBattery:>>> ERROR: No reply - returning
2023-10-06 18:03:46.574124500 ERROR:SerialBattery:>>> ERROR: No reply - returning
2023-10-06 18:04:03.350975500 ERROR:SerialBattery:>>> ERROR: No reply - returning [len:32/28790]
2023-10-06 18:13:45.331435500 INFO:SerialBattery:
2023-10-06 18:13:45.332803500 INFO:SerialBattery:Starting dbus-serialbattery
2023-10-06 18:13:45.335885500 INFO:SerialBattery:dbus-serialbattery v1.0.20230927dev
2023-10-06 18:13:45.337283500 INFO:SerialBattery:-- Testing BMS: 1 of 3 rounds
2023-10-06 18:13:45.338176500 INFO:SerialBattery:Testing Jkbms
2023-10-06 18:13:45.674649500 ERROR:SerialBattery:>>> ERROR: No reply - returning
2023-10-06 18:13:46.176708500 INFO:SerialBattery:-- Testing BMS: 2 of 3 rounds
2023-10-06 18:13:46.176717500 INFO:SerialBattery:Testing Jkbms
2023-10-06 18:14:02.299252500 ERROR:SerialBattery:>>> ERROR: No reply - returning [len:99/5681]
2023-10-06 18:14:02.807589500 INFO:SerialBattery:-- Testing BMS: 3 of 3 rounds
2023-10-06 18:14:02.807599500 INFO:SerialBattery:Testing Jkbms
2023-10-06 18:14:02.940533500 INFO:SerialBattery:Connection established to Jkbms
2023-10-06 18:14:02.941798500 INFO:SerialBattery:Battery Jkbms connected to dbus from /dev/ttyUSB2
2023-10-06 18:14:02.942660500 INFO:SerialBattery:========== Settings ==========
2023-10-06 18:14:02.943664500 INFO:SerialBattery:> Connection voltage: 53.22V | Current: -1.68A | SoC: 85%
2023-10-06 18:14:02.945655500 INFO:SerialBattery:> Cell count: 16 | Cells populated: 0
2023-10-06 18:14:02.951850500 INFO:SerialBattery:> LINEAR LIMITATION ENABLE: True
2023-10-06 18:14:02.953098500 INFO:SerialBattery:> MAX BATTERY CHARGE CURRENT: 150.0A | MAX BATTERY DISCHARGE CURRENT: 150.0A
2023-10-06 18:14:02.954538500 INFO:SerialBattery:> CVCM: True
2023-10-06 18:14:02.959026500 INFO:SerialBattery:> MIN CELL VOLTAGE: 2.9V | MAX CELL VOLTAGE: 3.45V
2023-10-06 18:14:02.960210500 INFO:SerialBattery:> CCCM CV: True | DCCM CV: True
2023-10-06 18:14:02.961538500 INFO:SerialBattery:> CCCM T: True | DCCM T: True
2023-10-06 18:14:02.966145500 INFO:SerialBattery:> CCCM SOC: False | DCCM SOC: False
2023-10-06 18:14:02.968771500 INFO:SerialBattery:Serial Number/Unique Identifier: JK-BMS_2
2023-10-06 18:14:03.133281500 INFO:SerialBattery:DeviceInstance = 1
2023-10-06 18:14:03.135433500 INFO:SerialBattery:com.victronenergy.battery.ttyUSB2
2023-10-06 18:14:03.316875500 INFO:SerialBattery:publish config values = 1 |
Beta Was this translation helpful? Give feedback.
-
of course already done - will check an feed back |
Beta Was this translation helpful? Give feedback.
-
Sorry to way in here. Something might have broken the logging. I am only seeing the messages tagged ERROR after the update regardless of what i set in the config.ini. I was hoping to shed a little light on my constant interruptions in the serial connections with debug logs, but yet to no avail. |
Beta Was this translation helpful? Give feedback.
-
on my site it seem to be solved now- will continue monitoring |
Beta Was this translation helpful? Give feedback.
-
no all is the the same
Am 10. Oktober 2023 15:43:37 MESZ schrieb Manuel ***@***.***>:
This does not look like the same error. Are the BMS now missing completely?
--
Reply to this email directly or view it on GitHub:
#818 (reply in thread)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
--
Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.
|
Beta Was this translation helpful? Give feedback.
-
I'm using this Amazon USB hub with an 5m extension cable to the CerboGX |
Beta Was this translation helpful? Give feedback.
-
I had troubles with USB Connection also 2x times now. First was HUB causing disconnects and now second Problem caused exactly this missing cell voltages Problem here with Dev Version (Comm Errors within Log with Release Version). My active Extension Cable seem to have caused it. Using now Amazon Basics 10m active Extension, Problem seems gone (for now). Since USB Problem seems solved now, will try to Update to Dev again :) |
Beta Was this translation helpful? Give feedback.
-
System was now up&running around 2 weeks with released version. No Problems at all!
Went back to release Version and will monitor again. |
Beta Was this translation helpful? Give feedback.
-
I'm running a 3ph ESS System with 4x JK-BMS.
After installing the DEV Mode of serial driver i realised that some data in one or two were not transferred to the gui
Example shows SerialBattery #3 where the "Cell Voltages" are missing and also in "Details" no cell voltages are showing up.
(SerialBattery#4 shows the right lines)
Installing the "latest version" this problem is not present
Beta Was this translation helpful? Give feedback.
All reactions