Closed Micha854 closed 1 year ago
I have for this purpose a second raspberry for reciving the data and then send it via mqtt to other Devices for using it as a "Display".
Please see https://github.com/Louisvdw/dbus-serialbattery/discussions/517.
At the moment this is not possible.
@Micha854 would you see the data of the battery in the Venus OS GUI or you need the data only over MQTT? I don‘t think that the first is possible, since this is not the way Venus OS works.
You could try to play with the dbus values
/State
/SystemSwitch
but it would be a dirty workaround.
I found the following and it is reproducible:
Can't you build something there?
Deactivate what exactly where and how?
deactivate the serial driver from louis
with command: sh /data/etc/dbus-serialbattery/disabledriver.sh
Deactivate what exactly where and how?
So what is now clear, but where and how not. Please clarify. There are a lot of possibilities to disable the driver.
Additionally which driver version and Venus OS are you using?
As long as the data is in the dbus Venus OS will use it.
have you tried to select the battery monitor manually in Venus OS GUI?
I have the latest version of the serial driver. I tried both venus os 2.93 and the new beta.
but as soon as i deactivated the driver, the system ran normally again.
with the driver activated it was chaos
EDIT: as battery monitor have selected the dbus battery aggregator (from puplero)
UPDATE:
I got the system up and running now! in the utils.py file I have adjusted the following values:
CCCM_CV_ENABLE = False DCCM_CV_ENABLE = False CCCM_T_ENABLE = False DCCM_T_ENABLE = False CCCM_SOC_ENABLE = False DCCM_SOC_ENABLE = False CVCM_ENABLE = False INVERT_CURRENT_MEASUREMENT = -1
Here is my config again:
in DVCC "Controlling BMS" I have set "BatteryAggregator". This is also my battery monitor
So this is solved for you?
Yes, I have now found the right solution for me
Has been running very stable and flawless since yesterday
Thanks!
I have a update for you.
The battery monitor is not the same as the BMS selected.
With Venus OS >3.00 you can select the BMS that should be used for DVCC:
@mr-manuel yes, of couse. I also wrote that above. I use the "BatteryAggregator" as BMS
A combination of Daly + Pylontech
All parameters are the same and then summarized!
i have a pylontech battery and a DIY with daly bms. Both are connected to the raspberry via CAN.
I combine both with the battery aggregator. works fine
I would now like to use your seral driver only for the display (evaluation).
currently the system goes completely crazy when I activate the serial driver!
is there a possibility that the driver does nothing but deliver data?