2.0.3
🔴 Breaking change 🔴
This release makes multiple changes to statuses, which WILL break automations.
Following new APIs from PodPoint there are now the following statuses:
| status | translation | description |
|---|---|---|
| "available" | "Available" | Pod is available to charge, may now be replace with "idle" |
| "unavailable" | "Unavailable" | Pod is unavailable |
| "charging" | "Charging" | Pod is charging an EV |
| "suspended-ev" | "Charged" | Connected EV has suspended charging. Can mean 'Charged', or 'EV has a schedule set'. Will show as 'Charged' to align with the Pod Point app. |
| "suspended-evse" | "Charging paused" | Charging has been paused by the Pod, could be a schedule, or the key at the bottom has been turned off, or the charger is balanging house power |
| "idle" | "Ready" | Pod is ready to charge when an EV is connected |
| "pending" | "Pending" | An action has been requested (disable charging, charge now, delete charge now, enable charging) but the Pod has not yet acknowledged it. Can take 10 minutes to update. |
| "out-of-service" | "Out of service" | Pod is out of service |
| "waiting-for-schedule" | "Waiting for schedule" | Pod is waiting for a schedule window |
| "connected-waiting-for-schedule" | "Connected but waiting for schedule" | Pod is connected to an EV but schedule is preventing charging |
| "charge-override" | "Charging now (schedule override)" | Charge now is in place |
What's Changed
- Fix spelling issue raised by @busywait by @mattrayner in #56
Full Changelog: 2.0.2...2.0.3