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

Increase EVSE DIN charge controller timeout #6217

Merged
merged 1 commit into from
Feb 13, 2023
Merged

Conversation

RTTTC
Copy link
Contributor

@RTTTC RTTTC commented Feb 12, 2023

I hope this would fix intermittent error where EVSE DIN charge controller returns charger: serial: timeout error every few hours at random.
Logs show that request is sent but reply simply does not come.

Manufacturer's reply was that "if it just happens from time to time, it is normal. The PIC frequency is not set so high and it seems that other communication on the bus causes this"

Not sure what is the default timeout in evcc ?

	// set non-default timeout
	if cc.Timeout > 0 {
		conn.Timeout(cc.Timeout)

@andig andig merged commit bd236d7 into evcc-io:master Feb 13, 2023
@andig andig added the devices Specific device support label Feb 13, 2023
@RTTTC RTTTC deleted the patch-4 branch February 13, 2023 07:42
RTTTC added a commit to RTTTC/evcc that referenced this pull request Sep 24, 2024
andig pushed a commit that referenced this pull request Oct 5, 2024
naltatis pushed a commit that referenced this pull request Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devices Specific device support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants