Hello,
I have installed the OCPP installation using Hacs and it does not load properly.
Have you got any idea ?
I can see the log below:
Logger: homeassistant.config_entries
Source: config_entries.py:402
First occurred: 06:16:35 (1 occurrences)
Last logged: 06:16:35
Error setting up entry central for ocpp
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 402, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/ocpp/__init__.py", line 70, in async_setup_entry
central_sys = await CentralSystem.create(hass, entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/ocpp/api.py", line 192, in create
self = CentralSystem(hass, entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/ocpp/api.py", line 183, in __init__
self.ssl_context.load_cert_chain(
FileNotFoundError: [Errno 2] No such file or directory