Charge Amps Aura missing functionality #68
-
I am gladly using this integration and I am able to do the following:
However, I am mainly missing the thing that I want to automate on: Set the current per connector. When taking a look at the REST API documentation this is available. When digging in to this custom component it seems to be built in to this integration. Does anyone recognize this? |
Beta Was this translation helpful? Give feedback.
Replies: 17 comments 1 reply
-
Maybe I'm missunderstanding you, but have you checked the documentation here? set_max_current -- set max current for connector I have a Halo with OCPP and I can set the max current with this Action in HA You can test it under developer tools |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Yes i have done an automation for the "Set Max Current" that uses input from a input select helper. alias: Halo Set Max Current
|
Beta Was this translation helpful? Give feedback.
-
mind sharing the entire yaml for that automatition? this is what I have and its supposed to work but somehow it doesn't do the change
|
Beta Was this translation helpful? Give feedback.
-
I shared the complete .yaml of the automation. Did you create the input_select.set_current helper? |
Beta Was this translation helpful? Give feedback.
-
yep I did and the selector works |
Beta Was this translation helpful? Give feedback.
-
Hi @ReconOperator, Many many thanks for this! I've been looking everywhere except in developer tools. I've tested it just now and indeed this works perfectly. I'll create some sort of input selector the way you did in order to use it in manually changing and and mostly in automizing (peak shaving) this. Great and thanks again. My issue has been resolved. |
Beta Was this translation helpful? Give feedback.
-
My issue has been resolved by using the developer tools |
Beta Was this translation helpful? Give feedback.
-
@tretabyte I have created a slightly different automation. Perhaps it's useful for you as well. I have created a slider helper from 6A (minimum supported by ChargeAmps) to 16A (maximum in my case) called input_number.maximum_current_connector_1_left. Furthermore I have two helpers and two automations, because I need to be able to set the max_current for each connect independantly. This results in a slightly shortened automation:
|
Beta Was this translation helpful? Give feedback.
-
Basically you created another automation that will change the input_number depending on which input_silder you picked and then it changes the max_current sent to the charger, is that right? |
Beta Was this translation helpful? Give feedback.
-
Yes, that's exactly what it does! |
Beta Was this translation helpful? Give feedback.
-
And the last update is my remote start and stop. I've created a helper (boolean on/off) called input_boolean.remote_start_stop_connector_1_left. Again I have two helpers, because of the two connectors on the Aura. I don't think this is the best way or the best way of doing it. Hoewever it does the job for me:
You'll need to wait about 1 minute after a remote start or stop to send a new (inversed) remote start or stop. |
Beta Was this translation helpful? Give feedback.
-
oh man, you are really the MVP :) |
Beta Was this translation helpful? Give feedback.
-
You can add this if you want a lite more robust checking for turning on the switch and sending the remot start command Turn on
remote start
|
Beta Was this translation helpful? Give feedback.
-
I'm guessing this is to place with the automation? |
Beta Was this translation helpful? Give feedback.
-
Sure, its scrips that i call from automations for different triggers Halo Remote Start Halo Remote Stop Halo Turn Off Halo Turn On Suspended By EV |
Beta Was this translation helpful? Give feedback.
-
oh I see you have an additional helper to control the energy cost and block the charging if it goes above a certain value, interesting! |
Beta Was this translation helpful? Give feedback.
Yes i have done an automation for the "Set Max Current" that uses input from a input select helper.
alias: Halo Set Max Current
description: Set Max current on Charge Amps Halo
mode: single
triggers:
trigger: state
conditions: []
actions:
chargepoint: "redacted"
…