hass-chargeamps icon indicating copy to clipboard operation
hass-chargeamps copied to clipboard

Cant get attribute "charge_point_id" to work?

Open LarsFransson65 opened this issue 1 year ago • 12 comments

I have 2 Halo chargers and I want to load balance them with an automation setting the attibute "max_current". I can get this working on one of the chargers by using this command:


action:

  • service: chargeamps.set_max_current metadata: {} data: connector: 1 max_current: 10

However, when trying to add charge_point_id, its not working?


action:

  • service: chargeamps.set_max_current metadata: {} data: charge_point_id: 190xxxxxM connector: 1 max_current: 10

Can you please advice on this? Best regards Lasse

LarsFransson65 avatar Feb 01 '24 12:02 LarsFransson65