hass-chargeamps
hass-chargeamps copied to clipboard
Cant get attribute "charge_point_id" to work?
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