Skip to content

MaxCurrent logic with Custom charger #14282

Closed Answered by ecfmau
ecfmau asked this question in Q&A Wallboxen
Discussion options

You must be logged in to vote

I found the answer to my own question. My config file for the maxcurrent URI parameter was wrong:
maxcurrent:
source: http
uri: "http://192.168.1.10:8077/evccboiler.php?maxcurrent={maxcurrent}"

The correct configuration is:
maxcurrent:
source: http
uri: "http://192.168.1.10:8077/evccboiler.php?maxcurrent={{.maxcurrent}}"

Now I receive maxcurrent(3) for mode 'minpv' and maxcurrent(10) for mode 'now' which is consistent with the min and max currents I set in the GUI.

I am leaving the discussion as a reference if it can help someone.

Cheers
Fred

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ecfmau
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant