I just added the Volvo on Call component and am trying to figure out all details and parameters. The Wiki documentation is quite limited at the moment. I am more than willing to expand it, but before I add information to that page, I would like to verify it’s correctness, since it is information I ‘reverse engineered’ from the Python code.
So, here we go…
An optional parameter not mentioned is the ‘update_interval’ parameter which defaults to 1 minute, which is also to minimum value allowed.
Supported resources are:
- lock
- heater
- odometer
- fuel_amount
- fuel_amount_level
- distance_to_empty
- washer_fluid_level
- brake_fluid
- service_warning_status
- bulb_failures
- doors
- windows
The ‘fuel_amount_level’ parameter seems a bit odd, since the States overview lists it as ‘sensor.[carname]_fuel_level’ and not ‘…_fuel_amount_level’.
Also, I noticed the ‘remote start’ resource is missing.
Is the above correct? If so, I can add it to the wiki.