It did solve my problem with Equalizer ![]()
But flows (like info about if the charger starts or stops) do not work. So on the charger side, I at least still have problems.
From the submitted reports we found one common issue, which was that the connection with the update channel was lost resulting in no updates to come in. This sounds like another issue which we will be looking into as well.
To be clear: you mean that the triggers (if something happens) aren’t working? The actions (do something) are working correctly?
Yes correct. I have been able to send actions to charger all the way. Never failed. But the tricker back, da not work (on charger - I belive the equalizer do work again from what I have tested so far).
Thanks @drenso, good to hear the update channel problem is found.
I think what @ZackGem describes and what I see are the same problem from two sides. A trigger like “charger status changed” only fires when the capability value changes. If the charger device stops getting updates, its triggers go quiet with it, while actions keep working because they go the other way. That is exactly my picture: start and stop from flows have never failed once, but my flow triggered on the charger status changing to Completed never fired, because charger_status sat on “Paused” for hours while the car was charging at 10 kW.
Why I think it is separate from the update channel issue:
- Restarting the app brought the Equalizer back within a minute. The charger stayed frozen, still frozen 15 minutes later.
- Inside the charger device, capabilities get stuck independently. At one point evcharger_charging was current and correct while charger_status, measure_power and onoff were 140 minutes old and wrong. I have also seen evcharger_charging stuck on true with the car full and drawing nothing, so it freezes in both directions.
- After removing and re-adding the charger, every capability was empty and they filled in over about 9 hours. During that time the site and circuit settings were there (siteId, circuitId, fuses), but every charger-specific setting stayed empty: detectedPowerGridType, maxChargerCurrent, phaseMode, version, reasonForNoCurrent. So the site and circuit calls were answering and the charger state and config calls were not.
The Easee app showed the right state the whole time, so the charger and your cloud are fine. It is only the charger device in Homey.
I am still on 2.0.1 since I update apps by hand. I will update and report back after the next full charging session whether the charger device keeps up. My earlier diagnostics report was 3d75728c-b343-4761-8624-3d15b3eadee6, and I can send a fresh one from the new version if that helps.
Seems there is still something with the update channel as the Equalizer updates randomly every few minutes as to before it was updating every 10sec. not tested the charger status trigger yet well see later tonight. Its been a long time since the trigger “Charger statues changed to …” worked at all.
I haven’t really been paying attention to the app and the takeover by Easee, but yesterday my flow to stop the charger failed, which was annoying. At some point in the past (a long time ago) I had to change the flow card from ‘Stop’ to ‘Pause’ to make it work, but yesterday the ‘Pause’ command in my flow didn’t work. Not sure why, because I didn’t log the error (if any was thrown). I guess I’ll have to experiment with changing the flow card back to ‘Stop’ (which is what I need to happen) and see if that fixes it.
I also noticed that the device tile now has two identical ‘Charging’ switches. What’s up with that?
I changed it to just set dynamic current to 0A and it will pause, or it used to anyway havent tried it yet as I had to turn off everything controlling the chargers from homey until they get this fixed.
I did a quick test now, and it seems both ‘Pause’ and ‘Stop’ works at the moment. However, I am not getting any status updates, so even if commands to the device works, I am not getting any power values, voltage values, whether the car is plugged in, etc.
So for me, this is quite broken as of now.
Edit: I also tried repairing the device, had no effect.
We cannot help people that just state “it doesn’t work”. If you have a specific issue, make sure you are running the latest version, and that the issue is reproducible with that version and that you can tell us exactly what it happening. If it is, mail us with your diagnostics report code, so we can investigate your specific case!
We tested this trigger and it works perfectly fine in our setup.
All status and configuration values are now coming from the update channel, so it is all related to this migration from pull to push. 2.0.3 brings another update that should improve device subscriptions.
We are unable to reproduce, but this might be related to us only having the charger currently. We are still waiting on our Equalizer sample, making it hard to validate multiple device behaviour currently.
I’m on V2.03 right now, thanks for the update!
I restarted the Easee App.
I do not get correct statements from my charger. It says “On” and “Charging”, but there is not even a car connected.
The Advanced Flows on Homey ar not working. When edditing the flows I see that it still uses old status like “Awaiting authentication”, the charger self uses something completely different.
I send a diagnostics report; be606ee2-e242-4417-97b0-ccaa7679511a
Thanks @drenso, that makes sense, and I’ll stop treating it as two issues.
One thing that might explain why you can’t reproduce it: every setup in this thread with the charger values stuck also has an Equalizer. Mine, ZackGem’s, Jampe_Uppgard’s and i2Paq’s. Your test setup has only a charger. In all of ours the Equalizer keeps updating and the charger is the one that stops, so it could be something about two devices on the same account or site sharing the push subscription.
@i2Paq’s screenshot on 2.0.3 shows the same thing I see: the charger says On and Charging with no car connected, and P3 at 14.5 A while the Equalizer reads 1 A on L3.
I’ll update to 2.0.3, reproduce it there and mail you the diagnostics code with the details.
I’ve updated to 2.0.3, and commands are working, but I am not getting any status values for my charger.
I’ve just sent a diagnostics report by email, so hopefully that is helpful. I don’t have an Equalizer, just two chargers.
From the mobile app, everything seems normal.
Actually my equalizer only updates randomly, sometimes after 10 min which is pretty useless for a powermeter. I’ll send a a diagnostic
EDIT: missed that there was a 2.0.3 version , testing now. — still the same, shoudl be spot on every 10 sec as when my meter sends data on the p1 port.
EDIT 3. Everything updated 1 hour ago except L3 voltage which was 2 hours ago.
cc45b742-fe5f-4f59-a4b4-6c57f7a50b9e
The equalizer works well with version 2.03, and commands sent to the charger are received correctly.
However, no status updates are coming back from the charger.
How can I downgrade to version 2.02?
Please find here the Diagnostic report: 0a727435-e32b-4cb2-80af-8f231caa49b1
@drenso same problems still exist. Charger not updating values when car is connected the state still stay at noth connected. Equalizer updates around every 10 minutes like other users in this forum experiencing. Do you still need a diagnostic report?
I tested again just now, and I seem to be getting updates to the values. Nothing has changed on my side. As I mentioned, yesterday the status didn’t show that the car was connected, even if commands was working. I left the car connectedm and some time during the night, that status was updated, so when I checked it now, it said the car was connected and charging paused.
I started charging from the device tile, and values were updating regularly. Then I stopped charging from my flow (which uses the pause flow card), and that also worked.
So for me it appears as if it works normally at the moment, pointing to some change having happened in their cloud.
it still does not working at my site
Wich version you are running?
version 2.03
Well its just hit or miss if the charger commands work.
EQ is random, So its unusable for a power meter . I use the Tibber pulse and a homey energy dongle instead works flawless.
I’m not sure what they changed if its some type of push pull instead of a poll




