Hyundai-Kia-Connect / kia_uvo

A Home Assistant HACS integration that supports Kia Connect(Uvo) and Hyundai Bluelink. The integration supports the EU, Canada and the USA.
MIT License
438 stars 88 forks source link

Count "cache update" and "force update" #652

Open 0rTiN opened 1 year ago

0rTiN commented 1 year ago

Hi, I would find it very helpful if all scans (cache + force) of the service were counted and written to an entity.

By, Daniel

cdnninja commented 1 year ago

Would you want this per a 24 hour period or ever increasing since last start?

kalaws commented 1 year ago

Is there a limit to cache scans?

TheHuskyCrobats commented 9 months ago

How can I force update the status of the car? Like the refresh button from Bluekink app?

fuatakgun commented 9 months ago

create a button and set the action as call respective service

  - show_name: true
    show_icon: false
    type: button
    tap_action:
      action: call-service
      service: kia_uvo.force_update
      target: {}
      data: {}
    hold_action:
      action: none
    show_state: false
    name: Force Update
    icon: mdi:access-point-check
TheHuskyCrobats commented 9 months ago

Thanks, it worked.