djiesr / ocpp

Home Assistant integration for Grizzl-E Smart chargers patch to support the Open Charge Point Protocol (OCPP).
MIT License
2 stars 0 forks source link

Grizzl-e firmware GWM-07.025-03_GCW-10.19-05.7 available #2

Closed emlynmac closed 1 month ago

emlynmac commented 5 months ago

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:

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
devzwf commented 2 months ago

is there any update on that @djiesr ?

emlynmac commented 1 month ago

Superseded by newer version GWM-07.027-03_GCW-10.22-05.7

This has some new issues and the charger drops the connection after multiple (hundreds) of reconnects.