~Do we know yet whether this will work or the changes?~
Edit: I took the plunge and updated. Seems to work fine, although not without some new warnings:
Logger: custom_components.ocpp
Source: custom_components/ocpp/api.py:875
integration: Grizzl-E Smart charger (OCPP)
First occurred: 11:55:10 AM (36 occurrences)
Last logged: 11:55:12 AM
MeterValuesSampledData is a read only setting
ClockAlignedDataInterval is a read only setting
WebSocketPingInterval is a read only setting
Logger: custom_components.ocpp
Source: custom_components/ocpp/api.py:886
integration: Grizzl-E Smart charger (OCPP)
First occurred: 11:55:10 AM (6 occurrences)
Last logged: 11:55:12 AM
NotSupported while setting MeterValuesSampledData to Energy.Active.Import.Register,Power.Active.Import,Current.Import,SoC
NotSupported while setting ClockAlignedDataInterval to 900
NotSupported while setting WebSocketPingInterval to 60
/usr/local/lib/python3.12/site-packages/ocpp/v16/call_result.py:452: UserWarning: ChangeAvailabilityPayload is deprecated, use instead ChangeAvailability
/usr/local/lib/python3.12/site-packages/ocpp/v16/call.py:428: UserWarning: GetConfigurationPayload is deprecated, use instead GetConfiguration
/usr/local/lib/python3.12/site-packages/ocpp/v16/call_result.py:396: UserWarning: StatusNotificationPayload is deprecated, use instead StatusNotification
/usr/local/lib/python3.12/site-packages/ocpp/v16/call_result.py:279: UserWarning: BootNotificationPayload is deprecated, use instead BootNotification
Logger: homeassistant.const
Source: helpers/deprecation.py:206
First occurred: 11:55:05 AM (3 occurrences)
Last logged: 11:55:05 AM
TIME_MINUTES was used from ocpp, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTime.MINUTES instead, please report it to the author of the 'ocpp' custom integration
POWER_KILO_WATT was used from ocpp, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPower.KILO_WATT instead, please report it to the author of the 'ocpp' custom integration
ELECTRIC_CURRENT_AMPERE was used from ocpp, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfElectricCurrent.AMPERE instead, please report it to the author of the 'ocpp' custom integration
Grizzl-e have released a firmware update;
~Do we know yet whether this will work or the changes?~
Edit: I took the plunge and updated. Seems to work fine, although not without some new warnings: