-
Notifications
You must be signed in to change notification settings - Fork 29
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
Changing the Max Current Value is not possible anymore #84
Comments
I have the same problem after I updated the firmware of the charger to 042 and Home Assistant to 2023.7.1. So I am not sure what the reason is. |
It is caused by the firmware from the Go-E Charger. Send their support a message and ask for a downgrade… then it is working again. Include a picture of the backside of the go-e or the reset card. |
The new firmware fixed some stability problems. With 041 the box often had connection dropouts. These are now gone. So I won't go back. |
Hei. - what firmware are you on? The only ones I see are e.g. 055-5 (which I am at). Had no issues, but since today (I think I updated to 2023.7.3) there is the issue I belive? Somebody else experiencing the same? Thanks! |
The firmware version of the go-eCharger was 0.42, which causes the problems. After downgrading to 041 everything works fine like before. |
I think this issue can be closed now. |
same issue here with go-eCharger (V2) after updating to firmware 042.0. Got the info from their support-team that this is a known problem and that there is no workaround available other than downgrading back to 041.0. That worked for me. |
Same issue, go-e Charger HW Verison V2. Wrote a E-Mail to support and asked for firmware 041. |
Gentlemen, Additionally, if Firmware 42 were the problem, then the mobile app would likely also be non-functional. Has anyone received any information from customer support regarding this? My suspicion is that the API may have changed. Regards. |
I have researched quite a bit, although I don't understand much of what is happening here. It seems like the GET REST API call happens in the Python library https://github.com/cathiele/goecharger/blob/main/goecharger/goecharger.py. I have now looked at the call, which should look like this: Now I just entered this in the browser, it's a GET after all. What can I say: It works: It remains to be noted that when setting the amp, amx is automatically set as well, which is why, from my point of view, only amp can be set all the more. What does NOT work, however, is setting it via "amx". So I think this is the crux. This is the code: The difference between amp and amx is described here: So if we set the value via tablet or similar, amp should not pose any problem. I have no idea how this works with Home Assistant and the modules, so I wish the owner would release a new version so that I can simply update it in Home Assistant. I still understand too little about the subject, as I am quite new to Home Assistant. |
Based on your information @Fiiti I checked the functions and I agree. @cathiele any ideas on this? |
Update: There is a other function:
I try to modify the integration to use setMaxCurrent instead of setTmpMaxCurrent |
https://github.com/goecharger/go-eCharger-API-v1/blob/master/go-eCharger%20API%20v1%20EN.md amp - Ampere value for the PWM signaling in whole ampere of 6-32A -- |
I'm new in HA (basically 2 days) and for those who have 042.0 API V1 version - here is what I did as workaround.
rest_command:
7a:
url: "http://XXX.XXX.X.X/mqtt?payload=amp=7"
8a:
url: "http://XXX.XXX.X.X/mqtt?payload=amp=8"
9a:
url: "http://XXX.XXX.X.X/mqtt?payload=amp=9"
10a:
url: "http://XXX.XXX.X.X/mqtt?payload=amp=10"
12a:
url: "http://XXX.XXX.X.X/mqtt?payload=amp=12"
16a:
url: "http://XXX.XXX.X.X/mqtt?payload=amp=16"
type: horizontal-stack
cards:
- type: custom:mushroom-template-card
primary: 7A
secondary: ''
icon: mdi:lightning-bolt-circle
tap_action:
action: call-service
confirmation:
text: Set charging current to 7A?
service: rest_command.7a
target: {}
hold_action:
action: none
double_tap_action:
action: none
layout: vertical
icon_color: blue |
Hello,
After an update of the go-e charger to the firmware version 042.0 (Hardware V2) it is not possible to change the maximum current rating anymore in Home Assistant. All other functions to work without any issue...
Does anyone else has the same issue?
The text was updated successfully, but these errors were encountered: