Easee binding

Hi @HenMus

I do not own a equalizer. I do not know which settings it has. The binding only implements a subset of what is exposed by the API. There is a equalizer API endpoint but that does not allow to change a lot: Equalizer

The 4.3.3 openhab version now contains a fix which introduces a dedicated polling interval for session data.

2 Likes

Thank you for the fix!

I will soon receive my car and check if important info is missing.

Alex I’m running 4.3.2. Has this to do with the info messages in the logging

2025-02-25 21:07:22.911 [INFO ] [see.internal.command.AbstractCommand] - command failed, url: https://api.easee.com/api/chargers/EUQFCLGS/sessions/latest - code: [404 Not Found] - result: "Not Found"
2025-02-25 21:08:22.922 [INFO ] [see.internal.command.AbstractCommand] - command failed, url: https://api.easee.com/api/chargers/EUQFCLGS/sessions/latest - code: [429 Too Many Requests] - result: null
2025-02-25 21:09:22.919 [INFO ] [see.internal.command.AbstractCommand] - command failed, url: https://api.easee.com/api/chargers/EUQFCLGS/sessions/latest - code: [429 Too Many Requests] - result: null
2025-02-25 21:10:22.919 [INFO ] [see.internal.command.AbstractCommand] - command failed, url: https://api.easee.com/api/chargers/EUQFCLGS/sessions/latest - code: [429 Too Many Requests] - result: null

Thanks for the binding.

The “Too many requests” issue is adressed by the fix in 4.3.3.

In the Equalizer are a few impotent settings.

  1. Activating the Equalizer. This means when active load restrictions kick in (Charge limited; Inside this setting you can select the base A). With this setting it will always charge at the limited configured A (default is 6A) and it will charge more if there is enough solar energie available.
  2. Charge only when enough (more than 6A) solar energy available).
    Inside option 1 is the limited A setting not so important but the other 3 are (Activating the equalizer and selecting the options reduced charging or only charging on solar.

Other question. What is this setting doing?

{channel="easee:mastercharger:762a1d9fc8:EUQFCLGS:state#smartCharging"}

PS Binding is working fine. Thanks.