Skip to content

Commit

Permalink
Added coordinators info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-r committed Dec 29, 2023
1 parent 2dc6e0e commit 57fc7ba
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,23 @@ This integration exposes the following entities:
* Buttons
* Approve Charge - Approves a charge when 'Pending Approval' is on

## Coordinators
Updates are made to entity states by polling the Ohme API. This is handled by 'coordinators' defined to Home Assistant, which refresh at a set interval or when externally triggered.

The coordinators are listed with their refresh intervals below. Relevant coordinators are also refreshed when using switches and buttons.

* OhmeChargeSessionsCoordinator (30s refresh)
* Binary Sensors: All
* Buttons: Approve Charge
* Sensors: Power, current and next slot
* Switches: Max charge, pause charge
* OhmeAccountInfoCoordinator (1m refresh)
* Switches: Lock buttons, require approval and sleep when inactive
* OhmeAdvancedSettingsCoordinator (1m refresh)
* Sensors: CT reading sensor
* OhmeStatisticsCoordinator (30m refresh)
* Sensors: Accumulative energy usage

## Installation

### HACS
Expand Down

0 comments on commit 57fc7ba

Please sign in to comment.