lbbrhzn / ocpp

Home Assistant integration for electric vehicle chargers that support the Open Charge Point Protocol (OCPP).
MIT License
216 stars 67 forks source link

Integration could not load, after update to Homea Assistant Core 2024.5.3 #1162

Closed juzel69 closed 3 months ago

juzel69 commented 3 months ago

After update to Version 2024.5.3 the integration could not be started. I removed the integration and reinstall it. But now it is not possible to start it. OCPP_Error

Regards Juerg

thomas6779 commented 3 months ago

Same here.

lutfijw commented 3 months ago

It is because of ha.UnitOfFrequency.HERTZ declaration in const.py file. HA seem to removed it so the integration can not look up the value. Suggest to remove this. I did it and it work good.

thomas6779 commented 3 months ago

It is because of ha.UnitOfFrequency.HERTZ declaration in const.py file. HA seem to removed it so the integration can not look up the value. Suggest to remove this. I did it and it work good.

thanks. That works fine!

JakobEgPedersen commented 3 months ago

It is because of ha.UnitOfFrequency.HERTZ declaration in const.py file. HA seem to removed it so the integration can not look up the value. Suggest to remove this. I did it and it work good.

Thank you, this solved my issue. It is working again now.