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

Fixed current_max_charging low 99A #126

Open
wants to merge 1 commit into
base: pip8048
Choose a base branch
from

Conversation

tiimsvk
Copy link

@tiimsvk tiimsvk commented May 10, 2024

This is fixed max charge current on grid
see in file max communication protocol pdf:


3.6 MUCHGC< m n n ><cr>: Setting utility max charging current
Computer: MUCHGC<mnn><CRC><cr>
Device: (ACK<CRC><cr> if device accepts this command, otherwise, responds (NAK<CRC><
Setting value can be gain by QMUCHGCR command.
nn is max charging current, m
is parallel mac hine num ber
If the max AC charging current is greater than 99A, modify it to nnn

now I noticed that the commands current_max_ac_charging_current and current_max_charging_current are swapped:
for
current_max_ac_charging_current: MUCHGCmnn (=<99A) and MUCHGCmnnn (>99)
current_max_charging_current: MCHGCmnnn

3.6 MUCHGC< m n n ><cr>: Setting utility max charging current
Computer: MUCHGC<mnn><CRC><cr>
Device: (ACK<CRC><cr> if device accepts this command, otherwise, responds
(NAK<CRC><
Setting value can be gain by QMUCHGCR command.
nn is max charging current, m
is parallel mac hine num ber
If the max AC charging current is greater than 99A, modify it to nnn
@tiimsvk tiimsvk changed the title Update esp32-example.yaml Fixed current_max_charging low 99A May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant