Farfar / homeassistant-seatconnect

Seat Connect - A home assistant plugin to add integration with your car
Apache License 2.0
61 stars 15 forks source link

problems with seatconnect.set_charger_max_current #10

Closed javier-develop closed 2 years ago

javier-develop commented 2 years ago

I have problems to use it.

I have this automation: alias: Modif Ampere description: Change the charge power trigger:

When I put "current: 9" everything run correctly but when I change "9" by "{{ states('input_number.change_charge_ampere')|int }}", although the value of it is a corect number, but I get error.

What I'm doing wrong?

javier-develop commented 2 years ago

I'm sorry. Now everytihing run correctly. The problem is the time of reaction.

Thanks for all.