Releases: mattrayner/pod-point-home-assistant-component
2.0.6
🔴 This release required a minimum Home Assistant version of 2024.11 🔴
🔴 This release does not fix the existing 2FA issues. To use this component you must disable 2FA on your account. This will be addressed in a future release 🔴
What's Changed
- Support Solo3s by @munaaf and @mattrayner in #65
- Update README.md to cover universal 3s by @mattrayner in #67
- Avoid deprecation warning in 2024.11 by @jamesonuk in #69
- Rev version to 2.0.6 by @mattrayner in #70
New Contributors
- @munaaf made their first contribution in #66
- @jamesonuk made their first contribution in #69
Full Changelog: 2.0.5...2.0.6
2.0.5
2.0.4
🔴 This release required a minimum Home Assistant version of 2024.7 🔴
What's Changed
- Fixed HA warning by @timlaing in #61
- Rev version to 2.0.4 by @mattrayner in #62
New Contributors
Full Changelog: 2.0.3...2.0.4
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
v2.0.2
🔴 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 status priority for suspended-ev and suspended-evse by @mattrayner in #56
Full Changelog: 2.0.1...2.0.2
v2.0.1
🔴 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
- Update
Pod.connected
to correctly supportsuspended-evse
by @mattrayner in #53
Full Changelog: 2.0.0...2.0.1
v2.0.0
🔴 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 |
Adds
- ChargeOverride deletion service
stop_charge_now
can be used to stop a charge - New statuses from Pod Point app (see above for full list)
- Diagnostic sensors for:
signal_strength
- WiFi signal strengthcloud_connection
- Is pod connected to Pod Point cloud?last_message_received
- Timestamp of last message sent from Pod to cloud
Changes
- Rev
podpointclient
to1.6.1
PRs
- Add ChargeOverride deletion and support new statuses by @mattrayner in #52
Full Changelog: 1.2.2...2.0.0
v2.0.0-beta2
🔴 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 |
Adds
- ChargeOverride deletion service
stop_charge_now
can be used to stop a charge - New statuses from Pod Point app (see above for full list)
- Diagnostic sensors for:
signal_strength
- WiFi signal strengthcloud_connection
- Is pod connected to Pod Point cloud?last_message_received
- Timestamp of last message sent from Pod to cloud
Changes
- Rev
podpointclient
to1.6.1
Full Changelog: 1.2.2...2.0.0-beta1
v2.0.0-beta1
🔴 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 |
Adds
- ChargeOverride deletion service
stop_charge_now
can be used to stop a charge - New statuses from Pod Point app (see above for full list)
- Diagnostic sensors for:
signal_strength
- WiFi signal strengthcloud_connection
- Is pod connected to Pod Point cloud?last_message_received
- Timestamp of last message sent from Pod to cloud
Changes
- Rev
podpointclient
to1.6.1
Full Changelog: 1.2.2...2.0.0-beta1
v1.2.2
What's Changed
- Rev
podpointclient
to fix token refresh bug by @mattrayner in #49
Full Changelog: 1.2.1...1.2.2