-
Notifications
You must be signed in to change notification settings - Fork 12
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
With "temp" off, unable to start #77
Comments
Hi Nico, |
UPDATE: Could replicate myself: I can confirm it's only the reading 1 temperature that makes aggregate stop: ; Battery temperature when TEMP_BATTERY = 0 ( means all) , aggregates runs again even with parameters CCCM_T_ENABLE = True -> False set to and aggregates stops since it's missing a temp value ... and honestly with LTO, i don't care about temp :-) hope this helps. nico |
Hi Nico, sorry, I still have no time. I'll reply in couple of days. |
No worries.. i have temporary set TEMP_BATTERY = 0 and it works.. but it's still a bug ( i need to set to 1 since i have a defect sensor that i cannot replace in 123).. for the time being: all OK! |
I ran into issue/bug mr-manuel/venus-os_dbus-serialbattery#145
to resolve it , i temporary disabled:
CCCM_T_ENABLE = True -> False
DCCM_T_ENABLE = True -> False
Now aggregate will not start:
INFO:root:Sun Dec 29 21:16:01 2024: MultiPlus-II 48/3000/35-32 found.
ERROR:root:Sun Dec 29 21:16:02 2024: Error: unsupported operand type(s) for +=: 'int' and 'NoneType'.
ERROR:root:Occured during step Read temperatures, Battery SerialBattery(JKBMS)C2.
ERROR:root:Read trial nr. 1
.....
ERROR:root:Sun Dec 29 21:16:12 2024: Error: unsupported operand type(s) for +=: 'int' and 'NoneType'.
ERROR:root:Occured during step Read temperatures, Battery SerialBattery(JKBMS)C2.
ERROR:root:Read trial nr. 11
ERROR:root:Sun Dec 29 21:16:12 2024: DBus read failed. Exiting.
Can you please check?
n
The text was updated successfully, but these errors were encountered: