goecharger/go-eCharger-API-v2

Go-e Firmware 56.8 and API-v2 / Mqtt

mmilin29 opened this issue ยท 12 comments

After upgrading the charger to 56.8, mqtt communications has been stopped
Checked on 2 chargers
Is there any changes in this area ?

I had to downgrade to 56.1 to have mqtt datas back

There should not be such a change but I can reproduce the issue
I will have a look!

Ok seems like I only could reproduce it once.. Weird..
Could you try again and provide the serial number if it does not work (since you downgraded there should be a button where it says "Switch to 56.8" that should be faster than installing the version again)

With the new firmware the mqtt shows this error "error_type=TCP_TRANSPORT connect_return_code=ACCEPTED"
With the old it just works..

Do you have some logs on the broker side regarding the issue?
Is there a connection attempt or not even an attempt registered at the broker?

I understood the problem
we configured a mqtt user who has rights only on "go-eCharger." topics but since the latest firmware 56.8 he also tries to write in "homeassistant." topics
He is denied access to these topics and he stops there
However in the go-e app the "mqtt home assistant" flag is not activated
For me there is an issue on this point

Thank you for this information!

Now I can reproduce everything needed and a fix should be available in the next firmware release

Hi, is the issue fixed in 56.9 beta?

It should be..

Important bit, is that the homeassistant topics are sent after successful connection if enabled in config

If there is still a problem let me know

Do you know, if the version is stable? And can I switch back to non beta version, after I installed a beta version?

Its still in testing but should be fine

You can always go back to the version you had installed before

Thanks! I will check it and give some feedback.

@thannerfabian any feedback?