You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
-4
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,6 @@ This integration exposes the following entities:
57
57
* Sensors (Other)
58
58
* CT Reading (Amps) - Reading from attached CT clamp
59
59
* Energy Usage (kWh) - Energy used in the current/last session. *This is supported by the energy dashboard.*
60
-
* Accumulative Energy Usage (kWh) - Deprecated - Total energy used by the charger (If enabled in options)
61
60
* Battery State of Charge (%) - If your car is API connected this is read from the car, if not it is how much charge Ohme thinks it has added
62
61
* Switches (Settings) - **Only options available to your charger model will show**
63
62
* Lock Buttons - Locks buttons on charger
@@ -82,7 +81,6 @@ This integration exposes the following entities:
82
81
Some options can be set from the 'Configure' menu in Home Assistant:
83
82
* Never update an ongoing session - Override the default behaviour of the target time, percentage and preconditioning inputs and only ever update the schedule, not the current session. This was added as changing the current session can cause issues for customers on Intelligent Octopus Go.
84
83
* Don't collapse charge slots - By default, adjacent slots are merged into one. This option shows every slot, as shown in the Ohme app.
85
-
* Enable accumulative energy usage sensor - Enable the sensor showing an all-time incrementing energy usage counter. This causes issues with some accounts.
86
84
87
85
88
86
## Coordinators
@@ -102,7 +100,5 @@ The coordinators are listed with their refresh intervals below. Relevant coordin
102
100
* OhmeAdvancedSettingsCoordinator (1m refresh)
103
101
* Sensors: CT reading sensor
104
102
* Binary Sensors: Charger online
105
-
* OhmeStatisticsCoordinator (30m refresh)
106
-
* Sensors: Accumulative energy usage
107
103
* OhmeChargeSchedulesCoordinator (10m refresh)
108
104
* Inputs: Target time, target percentage and preconditioning (If car disconnected)
0 commit comments