Skip to content
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

Tesla3 battery without PCS and discharge isues. #429

Closed
StigWi opened this issue Aug 30, 2024 · 3 comments
Closed

Tesla3 battery without PCS and discharge isues. #429

StigWi opened this issue Aug 30, 2024 · 3 comments

Comments

@StigWi
Copy link

StigWi commented Aug 30, 2024

Hi,
I have a Tesla battery and a Fronius gen24 plus 6 inverter.

The PCS i burned, but BMS is sending signals, so I connected the battery to the inverter without using the contactors,
My inverter has charged the battery to 85% but is not discharging the battery.
The battery emulator says max discharges power 0W.
Can I change it anywhere or is it a restriction from the BMS, that not accept the inverter to discharge the battery?

I have attached 2 pictures.

Thanks in advance and for a very interesting projekt.
Stig

Skærmbillede (3)
Skærmbillede (4)

@dalathegreat
Copy link
Owner

Hi Stig,
We use the discharge allowed value coming from the PCS. If the PCS is removed, you need to hardcode in an allowed value for discharge.

This can be done by changing this line: /~https://github.com/dalathegreat/Battery-Emulator/blob/main/Software/src/battery/TESLA-MODEL-3-BATTERY.cpp#L282C28-L282C49
datalayer.battery.status.max_discharge_power_W = 10000;

Alternatively, I highly recommend sourcing a PCS! It will make using the battery easier

@StigWi
Copy link
Author

StigWi commented Aug 30, 2024

Hi Dalathegreat
You have solved my problem for the last 3 weeks.
Now I can sleep again.
Thanks a lot:)
Regards
Stig

@dalathegreat
Copy link
Owner

Nice! I will close this issue as completed, and make a note in the Wiki about this (needed incase the PCS is not used)

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

No branches or pull requests

2 participants