Skip to content

galletn/upoffiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

upoffiz

image

Home Assistant Upoffiz integration

How to

Requirements

  • account for upoffiz

Installations via HACS hacs_badge

  • In HACS, look for "upoffiz" and install and restart
  • If integration was not found, please add custom repository galletn/upoffiz as integration

Setup

Make sure the Home assistant plugin "Workday" is installed on your HA installation if you only want to use the peak_interval refresh interval during working days make sure to set "use_workday: True" the Workday plugin only returns true when not weekend, or public holidays if use_workday is not defined, fails back to weekdays mon-fri

add the following entry to the config file:

  • peak_interval: between 7:30 and 9:30
  • off_peak_interval: working hours
  • night_interval: night
  • use_workday: True
sensor:
    - platform: upoffiz_parking
      name: Upoffiz Parking
      username: [username]
      password: [password]
      peak_interval: 300
      off_peak_interval: 600
      night_interval: 3600
      use_workday: True