easee_hass icon indicating copy to clipboard operation
easee_hass copied to clipboard

Phase mode adjustment

Open retetiba opened this issue 1 year ago • 15 comments

Before creating an issue...

  • [X] There is no open issue describing the same problem
  • [X] I am running latest versions of the integration and of Home Assistant
  • [X] I have checked the operational status of the Easee API

The problem

Can someone help. Using this integration happily, but have one issue. I have 2 cars, one needs 3 phase charging the other 1 phase charging. Issue is that the car using one phase charging can not handle automatic / 3 phase charging mode. In the app solved by changing manually to 1 phase.

However I saw this option can be set via the easee API. I thought I was quite handy but unable to add this in HA.

Sample code: curl --request POST
--url https://api.easee.com/api/chargers/EHYYYYY/commands/set_phase_mode
--header 'Authorization: Bearer XXXXXX'
--header 'content-type: application/*+json'
--data '{"phaseMode":1}' Is it possible to add this option to the new version? Or perhaps help me out how to use this in HA automation action.

As thank you, I support I started already helping in translation support :-)

Thank you for the excellent work, looking at all comments, this integration is used a lot!

Version of Easee integration having the issue?

0.9.61

Version of Home Assistant Core having the issue?

2024.10

Anything in the logs that might be useful for us?

-

Additional information

retetiba avatar Oct 06 '24 13:10 retetiba