Replies: 1 comment 1 reply
-
|
did you figure it out ? :) i want to controll SOC from HA nad im looking if somone made already leg work for that ;) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm trying to make an API call to the proxy from Home Assistant, to pull through live info like SoC, but I'm having trouble with the config. I'm using the rest integration, and my demo config is below.
`rest.yaml
scan_interval: 60
sensor:
value_template: "{{ value_json.charge_limit_soc | float }}"
unit_of_measurement: "%"
unique_id: vin_soc_limit
`
The above doesn't work - I get a timeout error. Has anyone else figured out how to do this?
Beta Was this translation helpful? Give feedback.
All reactions