Closed retetiba closed 1 month ago
It is not possible right now to change this setting from the integration. You can however force 1-phase mode by setting the dynamic circuit current limit to 0 on 2 of the phases. Or the dynamic charger limit, but that is not persistent over time, so not as easy to use.
Hi,
I know. Therefor my request to built in. The workaround does not work for me. One of the cars does not start charging when put on 3 phase mode unfortunately.
I am trying to find out how to do this my self via the curl command or hopefully you can help me with this.
Thanks for the reply and thinking!
Regards
Rene
Verzonden vanuit Outlook voor iOShttps://aka.ms/o0ukef
Van: Ola Lidholm @.> Verzonden: Sunday, October 6, 2024 7:29:22 PM Aan: nordicopen/easee_hass @.> CC: retetiba @.>; Author @.> Onderwerp: Re: [nordicopen/easee_hass] Phase mode adjustment (Issue #479)
It is not possible right now to change this setting from the integration. You can however force 1-phase mode by setting the dynamic circuit current limit to 0 on 2 of the phases. Or the dynamic charger limit, but that is not persistent over time, so not as easy to use.
— Reply to this email directly, view it on GitHubhttps://github.com/nordicopen/easee_hass/issues/479#issuecomment-2395517582, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AOMHKRWJV37XMFIR3NR622TZ2FXPFAVCNFSM6AAAAABPOKIL5KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJVGUYTONJYGI. You are receiving this because you authored the thread.Message ID: @.***>
I have started working on implementing a new service for this, it should make it in to a future version soon.
You are the best! Thank you !!
Van: Ola Lidholm @.> Verzonden: Sunday, October 6, 2024 11:45:51 PM Aan: nordicopen/easee_hass @.> CC: retetiba @.>; Author @.> Onderwerp: Re: [nordicopen/easee_hass] Phase mode adjustment (Issue #479)
I have started working on implementing a new service for this, it should make it in to a future version soon.
— Reply to this email directly, view it on GitHubhttps://github.com/nordicopen/easee_hass/issues/479#issuecomment-2395596179, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AOMHKRVR7OU2PAGP2SYSJW3Z2GVQ7AVCNFSM6AAAAABPOKIL5KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJVGU4TMMJXHE. You are receiving this because you authored the thread.Message ID: @.***>
Work in progress still, but included here: https://github.com/nordicopen/easee_hass/pull/483
Hi Ola,
Thank you!
Can I already test such an update (how do I update my integration?) or should I wait.
Looking forward to this option
Regards
Rene
Verzonden vanuit Outlook voor iOShttps://aka.ms/o0ukef
Van: Ola Lidholm @.> Verzonden: Thursday, October 10, 2024 8:13:48 PM Aan: nordicopen/easee_hass @.> CC: retetiba @.>; Author @.> Onderwerp: Re: [nordicopen/easee_hass] Phase mode adjustment (Issue #479)
Work in progress still, but included here: #483https://github.com/nordicopen/easee_hass/pull/483
— Reply to this email directly, view it on GitHubhttps://github.com/nordicopen/easee_hass/issues/479#issuecomment-2405753233, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AOMHKRXTWDI4JH5IDI4HPN3Z227VZAVCNFSM6AAAAABPOKIL5KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBVG42TGMRTGM. You are receiving this because you authored the thread.Message ID: @.***>
You can certainly test if you want. The current master is what we intend to release unless we find some issues. We will likely release it tomorrow.
The general thing you need to do to manually update is to download from git and copy the files in the in the repository custom_components/easee folder to your config directory/custom_components/easee. Then restart HA.
Released now, please let us know if your problem was solved.
Hi Ola,
I will do, this week on holiday, will try soon.
Thanks for the great support!
Regards Rene
Van: Ola Lidholm @.> Verzonden: Wednesday, October 16, 2024 2:26:44 PM Aan: nordicopen/easee_hass @.> CC: retetiba @.>; Author @.> Onderwerp: Re: [nordicopen/easee_hass] Phase mode adjustment (Issue #479)
Released now, please let us know if your problem was solved.
— Reply to this email directly, view it on GitHubhttps://github.com/nordicopen/easee_hass/issues/479#issuecomment-2416695163, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AOMHKRTJEZ7KBWC5PVUDFHTZ3ZLQJAVCNFSM6AAAAABPOKIL5KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJWGY4TKMJWGM. You are receiving this because you authored the thread.Message ID: @.***>
On the subject, I want to control the phases through NODE-RED. So when the price is low, let this kick in:
Or do I need to actually create a template for it and call that instead?
I do not know anything about node red, but looks reasonable to me to do it that way.
Figured it out:
The secret: {"device_id":"XXXX-REPLACEME-XXXX","phase_mode":"1_phase"}
Now it would be nice with some sensors to check the current phase. :)
There has "always" been a sensor for that, the charger status sensor has an attribute Config phaseMode. The values is however a bit cryptic, 2 means auto, 1 means 1 phase and 3 means 3 phase.
Thanks for the pointer!
JFTR in case anyone else comes here searching. This checks if the phase is 1 or not, and outputs the current phase.
Charge on 1 phase for each car on "normal" schelude (when price is low):
Change phase mode to auto (load balancing) when the price is below -1 öre (cent):
Anyway, I can confirm it's working, so feel free to close.
Before creating an issue...
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
-