I am having some issues with Home Assistant this morning:
- File editor and Grocy tabs do not open (blank page);
- Google Drive Backup generates a notification " The add-on is having trouble making backups and needs attention. Please visit the add-on [status page] for details." → when clicked the same behavior has with the ones above.
All I can get from the logs is related to Grocy:
This error originated from a custom integration.
Logger: custom_components.grocy.coordinator
Source: helpers/update_coordinator.py:151
Integration: Grocy (documentation, issues)
First occurred: 19 October 2022 at 04:02:50 (191 occurrences)
Last logged: 09:49:24
Error fetching grocy data: Update failed: HTTPSConnectionPool(host='homeassistant.local', port=xxxx): Max retries exceeded with url: /api/objects/meal_plan?query%5B%5D=day%3E2022-10-20 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5d8f66e0>: Failed to establish a new connection: [Errno -3] Try again'))
Error fetching grocy data: Update failed: HTTPSConnectionPool(host='homeassistant.local', port=xxxx): Max retries exceeded with url: /api/objects/meal_plan?query%5B%5D=day%3E2022-10-20 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5d8f7910>: Failed to establish a new connection: [Errno -3] Try again'))
Error fetching grocy data: Update failed: HTTPSConnectionPool(host='homeassistant.local', port=xxxx): Max retries exceeded with url: /api/objects/meal_plan?query%5B%5D=day%3E2022-10-20 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f4a9ba770>: Failed to establish a new connection: [Errno -3] Try again'))
Error fetching grocy data: Update failed: HTTPSConnectionPool(host='homeassistant.local', port=xxxx): Max retries exceeded with url: /api/objects/shopping_list (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f4a9b55a0>: Failed to establish a new connection: [Errno -3] Try again'))
Error fetching grocy data: Update failed: HTTPSConnectionPool(host='homeassistant.local', port=xxxx): Max retries exceeded with url: /api/objects/meal_plan?query%5B%5D=day%3E2022-10-20 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5a4036a0>: Failed to establish a new connection: [Errno -3] Try again'))
Usually a forced restart (unplugging RPi from power) solves this. Restarting in home assistant does not usually do anything (not even restarts).
Any idea of what the problem is?
Thank you in advance.