In the past i managed to get it working, only after a reinstall (and migration to SSD) i cannot get it connected again. i checked my systemlogs and i found this.
`
Logger: custom_components.grocy.config_flow
Source: custom_components/grocy/config_flow.py:85
Integration: grocy (documentation, issues)
First occurred: 11:24:29 (18 occurrences)
Last logged: 11:38:05
HTTPSConnectionPool(host='Hassio_URL', port=9192): Max retries exceeded with url: /api/system/info (Caused by SSLError(SSLError(1, '[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1129)')))
HTTPSConnectionPool(host='Hassio_URL', port=443): Max retries exceeded with url: /api/system/info (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f8051b790>: Failed to establish a new connection: [Errno 111] Connection refused'))
HTTPSConnectionPool(host='Hassio_URL', port=443): Max retries exceeded with url: /api/system/info (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f80069d00>: Failed to establish a new connection: [Errno 111] Connection refused'))
HTTPSConnectionPool(host='Hassio_URL', port=443): Max retries exceeded with url: /api/system/info (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f90b519d0>: Failed to establish a new connection: [Errno 111] Connection refused'))
Expecting value: line 1 column 1 (char 0)`
Hassio_URL in the code is officialy my home assistant adres i changed this for now so i wont trow my adres into the public :D, seems like it refuses to connect a new connection?
In the past i managed to get it working, only after a reinstall (and migration to SSD) i cannot get it connected again. i checked my systemlogs and i found this.
` Logger: custom_components.grocy.config_flow Source: custom_components/grocy/config_flow.py:85 Integration: grocy (documentation, issues) First occurred: 11:24:29 (18 occurrences) Last logged: 11:38:05
HTTPSConnectionPool(host='Hassio_URL', port=9192): Max retries exceeded with url: /api/system/info (Caused by SSLError(SSLError(1, '[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1129)'))) HTTPSConnectionPool(host='Hassio_URL', port=443): Max retries exceeded with url: /api/system/info (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f8051b790>: Failed to establish a new connection: [Errno 111] Connection refused')) HTTPSConnectionPool(host='Hassio_URL', port=443): Max retries exceeded with url: /api/system/info (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f80069d00>: Failed to establish a new connection: [Errno 111] Connection refused')) HTTPSConnectionPool(host='Hassio_URL', port=443): Max retries exceeded with url: /api/system/info (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f90b519d0>: Failed to establish a new connection: [Errno 111] Connection refused')) Expecting value: line 1 column 1 (char 0)`
Hassio_URL in the code is officialy my home assistant adres i changed this for now so i wont trow my adres into the public :D, seems like it refuses to connect a new connection?