[APP][Pro] 50five - Smart charging at home for you electric vehicle


Bug fix: “Stop met opladen” geeft altijd “Missing Capability Listener: evcharger_charging”

Probleem: De registerCapabilityListener voor de evcharger_charging capability stond in een else-blok. Dit betekent dat de listener alleen geregistreerd werd als de capability al bestond. Bij eerste installatie (wanneer addCapability() aangeroepen wordt) werd de listener nooit geregistreerd — waardoor de flow actie “Stop met opladen” altijd mislukte met de fout Missing Capability Listener: evcharger_charging.

Fix: registerCapabilityListener verplaatst buiten het else-blok zodat hij altijd geregistreerd wordt.

Pull Request: https://github.com/kaohlive/com.newmotion.my/pull/25

Tijdelijke oplossing: installeer de gefikte versie lokaal via Homey CLI:

Ik zal hem dit weekend mergen en publiceren :+1:

Done, its on test now:

However, you also chnge the start stop behavior with a pause function, very nice.
I cant test it is already done and should work.

Hello,

The app was updated yesterday morning since then my Homey flow will start loading my EV, but loading directly stops again (not triggered by any flow). When I use the 50Five app, the loading works like normal.

Sjoerd

@Coert_Noordermeer can you validate why it is failing?

I used to start the transaction with the button in Homey. But after the last install I’ve been having issues that the button is turning off again after switching it on. I’ve had two times that my charging point was blocked.

I’ve just read the latest update notes and it says:

“Fix: charging toggle is now registered on first install; toggle now pauses/resumes the active session (Block/Unblock) instead of starting a new transaction. Contributed by Coert Noordermeer.”

But why would you want the button to block/unblock the port? And how do I charge the car with the selected pass from Homey now? Can I change what this button does? Because the App from 50Five (native App on iOS) is not a really fine working app. I would like the button to behave like it always did?

Hi

I think I fixed it. Can you please publish?

Thanks for the quick update, I will test this as soon as possible.

For me it is working again.

Thanks for the update.