You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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