kia_uvo icon indicating copy to clipboard operation
kia_uvo copied to clipboard

Count "cache update" and "force update"

Open 0rTiN opened this issue 1 year ago • 5 comments

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

By, Daniel

0rTiN avatar Jun 02 '23 08:06 0rTiN

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

cdnninja avatar Jul 09 '23 21:07 cdnninja

Is there a limit to cache scans?

kalaws avatar Jul 27 '23 08:07 kalaws

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

TheHuskyCrobats avatar Jan 29 '24 09:01 TheHuskyCrobats

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

fuatakgun avatar Jan 29 '24 09:01 fuatakgun

Thanks, it worked.

TheHuskyCrobats avatar Jan 29 '24 12:01 TheHuskyCrobats