Since a view days HA did not show up infos and after reinstalling the Petlibro Plugin in HA, I can see my in the app created pets but not the Granary Smart Camera Feeder.
2026-08-13 15:14:50.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:15:50.552 ERROR (MainThread) [custom_components.petlibro.hub] Error refreshing pet: 1218002
Traceback (most recent call last):
File "/config/custom_components/petlibro/api.py", line 96, in request
data = await resp.json()
^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/aiohttp_client.py", line 187, in json
return await super().json(*args, loads=loads, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/aiohttp/client_reqrep.py", line 778, in json
raise ContentTypeError(
...<7 lines>...
)
aiohttp.client_exceptions.ContentTypeError: 504, message='Attempt to decode JSON with unexpected mimetype: text/html', url='https://api.us.petlibro.com/member/pet/detailV2'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/config/custom_components/petlibro/pets/api.py", line 40, in get_details
data = await self.session.post("/member/pet/detailV2", json={"id": pet_id})
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/petlibro/api.py", line 56, in post
return await self.request("POST", path, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/petlibro/api.py", line 98, in request
raise PetLibroAPIError(f"Error parsing response JSON: {e}")
custom_components.petlibro.exceptions.PetLibroAPIError: Error parsing response JSON: 504, message='Attempt to decode JSON with unexpected mimetype: text/html', url='https://api.us.petlibro.com/member/pet/detailV2'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/config/custom_components/petlibro/hub.py", line 354, in _refresh_data_if_needed
await refresh_obj.refresh()
File "/config/custom_components/petlibro/pets/__init__.py", line 64, in refresh
pet_details = await self.api.pets.get_details(self.id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/petlibro/pets/api.py", line 42, in get_details
raise PetLibroAPIError("Failed to fetch pet details") from exc
custom_components.petlibro.exceptions.PetLibroAPIError: Failed to fetch pet details
2026-08-13 15:15:50.556 ERROR (MainThread) [custom_components.petlibro.hub] Error refreshing pet: 1217997
Traceback (most recent call last):
File "/config/custom_components/petlibro/api.py", line 96, in request
data = await resp.json()
^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/aiohttp_client.py", line 187, in json
return await super().json(*args, loads=loads, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/aiohttp/client_reqrep.py", line 778, in json
raise ContentTypeError(
...<7 lines>...
)
aiohttp.client_exceptions.ContentTypeError: 504, message='Attempt to decode JSON with unexpected mimetype: text/html', url='https://api.us.petlibro.com/member/pet/detailV2'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/config/custom_components/petlibro/pets/api.py", line 40, in get_details
data = await self.session.post("/member/pet/detailV2", json={"id": pet_id})
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/petlibro/api.py", line 56, in post
return await self.request("POST", path, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/petlibro/api.py", line 98, in request
raise PetLibroAPIError(f"Error parsing response JSON: {e}")
custom_components.petlibro.exceptions.PetLibroAPIError: Error parsing response JSON: 504, message='Attempt to decode JSON with unexpected mimetype: text/html', url='https://api.us.petlibro.com/member/pet/detailV2'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/config/custom_components/petlibro/hub.py", line 354, in _refresh_data_if_needed
await refresh_obj.refresh()
File "/config/custom_components/petlibro/pets/__init__.py", line 64, in refresh
pet_details = await self.api.pets.get_details(self.id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/petlibro/pets/api.py", line 42, in get_details
raise PetLibroAPIError("Failed to fetch pet details") from exc
custom_components.petlibro.exceptions.PetLibroAPIError: Failed to fetch pet details
2026-08-13 15:15:50.558 ERROR (MainThread) [custom_components.petlibro.hub] Failed to refresh pet (Smokey): Failed to fetch pet details
2026-08-13 15:15:50.558 ERROR (MainThread) [custom_components.petlibro.hub] Failed to refresh pet (Koda): Failed to fetch pet details
2026-08-13 15:15:50.558 WARNING (MainThread) [custom_components.petlibro.hub] One or more refresh operations failed.
2026-08-13 15:16:50.214 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:17:50.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:18:50.548 ERROR (MainThread) [custom_components.petlibro.hub] Error refreshing pet: 1217997
Traceback (most recent call last):
File "/config/custom_components/petlibro/api.py", line 96, in request
data = await resp.json()
^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/aiohttp_client.py", line 187, in json
return await super().json(*args, loads=loads, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/aiohttp/client_reqrep.py", line 778, in json
raise ContentTypeError(
...<7 lines>...
)
aiohttp.client_exceptions.ContentTypeError: 504, message='Attempt to decode JSON with unexpected mimetype: text/html', url='https://api.us.petlibro.com/member/pet/detailV2'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/config/custom_components/petlibro/pets/api.py", line 40, in get_details
data = await self.session.post("/member/pet/detailV2", json={"id": pet_id})
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/petlibro/api.py", line 56, in post
return await self.request("POST", path, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/petlibro/api.py", line 98, in request
raise PetLibroAPIError(f"Error parsing response JSON: {e}")
custom_components.petlibro.exceptions.PetLibroAPIError: Error parsing response JSON: 504, message='Attempt to decode JSON with unexpected mimetype: text/html', url='https://api.us.petlibro.com/member/pet/detailV2'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/config/custom_components/petlibro/hub.py", line 354, in _refresh_data_if_needed
await refresh_obj.refresh()
File "/config/custom_components/petlibro/pets/__init__.py", line 64, in refresh
pet_details = await self.api.pets.get_details(self.id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/petlibro/pets/api.py", line 42, in get_details
raise PetLibroAPIError("Failed to fetch pet details") from exc
custom_components.petlibro.exceptions.PetLibroAPIError: Failed to fetch pet details
2026-08-13 15:18:50.553 ERROR (MainThread) [custom_components.petlibro.hub] Error refreshing pet: 1218002
Traceback (most recent call last):
File "/config/custom_components/petlibro/api.py", line 96, in request
data = await resp.json()
^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/aiohttp_client.py", line 187, in json
return await super().json(*args, loads=loads, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/aiohttp/client_reqrep.py", line 778, in json
raise ContentTypeError(
...<7 lines>...
)
aiohttp.client_exceptions.ContentTypeError: 504, message='Attempt to decode JSON with unexpected mimetype: text/html', url='https://api.us.petlibro.com/member/pet/detailV2'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/config/custom_components/petlibro/pets/api.py", line 40, in get_details
data = await self.session.post("/member/pet/detailV2", json={"id": pet_id})
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/petlibro/api.py", line 56, in post
return await self.request("POST", path, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/petlibro/api.py", line 98, in request
raise PetLibroAPIError(f"Error parsing response JSON: {e}")
custom_components.petlibro.exceptions.PetLibroAPIError: Error parsing response JSON: 504, message='Attempt to decode JSON with unexpected mimetype: text/html', url='https://api.us.petlibro.com/member/pet/detailV2'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/config/custom_components/petlibro/hub.py", line 354, in _refresh_data_if_needed
await refresh_obj.refresh()
File "/config/custom_components/petlibro/pets/__init__.py", line 64, in refresh
pet_details = await self.api.pets.get_details(self.id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/petlibro/pets/api.py", line 42, in get_details
raise PetLibroAPIError("Failed to fetch pet details") from exc
custom_components.petlibro.exceptions.PetLibroAPIError: Failed to fetch pet details
2026-08-13 15:18:50.554 ERROR (MainThread) [custom_components.petlibro.hub] Failed to refresh pet (Smokey): Failed to fetch pet details
2026-08-13 15:18:50.554 ERROR (MainThread) [custom_components.petlibro.hub] Failed to refresh pet (Koda): Failed to fetch pet details
2026-08-13 15:18:50.554 WARNING (MainThread) [custom_components.petlibro.hub] One or more refresh operations failed.
2026-08-13 15:19:50.214 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:20:50.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:22:02.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:23:02.215 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:24:02.214 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:25:03.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:26:03.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:27:03.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:28:03.214 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:29:03.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:30:03.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:31:04.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:32:04.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:33:04.214 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:34:04.214 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:35:04.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:36:04.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:37:04.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:38:04.214 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:39:04.212 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:40:04.214 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:41:04.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:42:04.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:43:04.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:44:04.214 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:45:04.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:46:04.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:47:04.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:48:04.214 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:49:04.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:50:04.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:51:04.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:52:04.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:53:04.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:54:04.214 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:55:04.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:56:04.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:57:04.212 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:58:04.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 15:59:04.214 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:00:04.212 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:01:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:02:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:03:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:04:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:05:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:06:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:07:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:08:05.214 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:09:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:10:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:11:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:12:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:13:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:14:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:15:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:16:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:17:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:18:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:19:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:20:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:21:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:22:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:23:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:24:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:25:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:26:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:27:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:28:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:29:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:30:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:31:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:32:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:33:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:34:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:35:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:36:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:37:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:38:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:39:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:39:31.718 WARNING (MainThread) [pyatv.support.http] Got response without having a request: HttpResponse(protocol='RTSP', version='1.0', code=200, message='OK', headers={'Date': 'Thu, 13 Aug 2026 14:39:31 GMT', 'Content-Length': '55', 'Content-Type': 'application/x-apple-binary-plist', 'Server': 'AirTunes/960.13.1', 'CSeq': '38761', 'X-Apple-ProcessingTime': '0', 'X-Apple-RequestReceivedTimestamp': '1190159420'}, body=b'bplist00\xd1\x01\x02Wstreams\xa0\x08\x0b\x13\x00\x00\x00\x00\x00\x00\x01\x01\x00\x00\x00\x00\x00\x00\x00\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x14')
2026-08-13 16:39:32.576 WARNING (MainThread) [homeassistant.components.apple_tv] Connection lost to Apple TV "Schlafzimmer"
2026-08-13 16:39:34.892 WARNING (MainThread) [homeassistant.components.apple_tv] Connection was re-established to device "Schlafzimmer"
2026-08-13 16:40:02.009 WARNING (MainThread) [homeassistant.components.apple_tv] Connection lost to Apple TV "Schlafzimmer"
2026-08-13 16:40:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:40:18.412 WARNING (MainThread) [homeassistant.components.apple_tv] Connection was re-established to device "Schlafzimmer"
2026-08-13 16:41:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:42:00.180 WARNING (MainThread) [homeassistant.components.apple_tv] Connection lost to Apple TV "Schlafzimmer"
2026-08-13 16:42:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:42:11.081 WARNING (MainThread) [homeassistant.components.apple_tv] Connection was re-established to device "Schlafzimmer"
2026-08-13 16:43:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:44:05.212 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:45:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:46:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:47:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:48:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:49:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:50:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:51:05.214 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:52:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:53:05.212 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:54:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:55:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:56:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:57:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:58:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 16:59:05.214 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:00:05.214 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:01:05.214 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:02:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:03:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:04:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:05:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:06:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:07:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:08:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:09:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:10:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:11:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:12:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:13:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:14:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:15:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:16:05.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:17:06.214 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:18:06.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:19:06.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:20:06.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:21:06.214 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:22:06.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:23:06.214 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:24:06.214 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:25:06.214 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:26:06.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:27:06.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:28:06.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:29:06.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:30:06.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:31:06.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:32:06.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:33:06.212 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:34:06.214 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:35:06.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:36:06.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:37:06.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:38:06.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:39:06.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:40:06.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:41:06.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:42:06.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:43:06.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:44:06.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:45:06.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:46:06.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:47:06.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:48:06.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:49:06.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:50:06.213 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:51:06.214 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:51:17.008 WARNING (MainThread) [custom_components.petlibro.hub] No devices found in the API response.
2026-08-13 17:51:17.131 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:51:17.377 WARNING (MainThread) [custom_components.petlibro.sensor] No devices found in hub during sensor setup.
2026-08-13 17:51:17.377 WARNING (MainThread) [custom_components.petlibro.sensor] No device sensors added, entities list is empty!
2026-08-13 17:51:17.421 WARNING (MainThread) [custom_components.petlibro.switch] No devices found in hub during switch setup.
2026-08-13 17:51:17.429 WARNING (MainThread) [custom_components.petlibro.button] No devices found in hub during button setup.
2026-08-13 17:51:17.429 WARNING (MainThread) [custom_components.petlibro.binary_sensor] No devices found in hub during binary sensor setup.
2026-08-13 17:51:17.430 WARNING (MainThread) [custom_components.petlibro.number] No devices found in hub during number setup.
2026-08-13 17:51:17.430 WARNING (MainThread) [custom_components.petlibro.number] No number entities added, entities list is empty!
2026-08-13 17:51:17.453 WARNING (MainThread) [custom_components.petlibro.select] No devices found in hub during select setup.
2026-08-13 17:51:17.453 WARNING (MainThread) [custom_components.petlibro.select] No select entities added, entities list is empty!
2026-08-13 17:51:17.458 WARNING (MainThread) [custom_components.petlibro.text] No devices found in hub during text setup.
2026-08-13 17:51:17.461 WARNING (MainThread) [custom_components.petlibro.update] No devices found in hub during update setup.
2026-08-13 17:52:17.229 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:53:17.229 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:54:17.230 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:55:17.229 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:56:17.229 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
2026-08-13 17:57:17.229 WARNING (MainThread) [custom_components.petlibro.hub] No devices to refresh.
What happened ?
Since a view days HA did not show up infos and after reinstalling the Petlibro Plugin in HA, I can see my in the app created pets but not the Granary Smart Camera Feeder.
Relevant log output