Hi,
I just connected and flashed my first Home Assistant. I went for home assistant green for simplicity.
I connected it to connect box router with ethernet cable, that I have from my internet provider.
After first login to Home Assistant, it automatically found my speakers (2/3 and only speakers not other devices). It found my Mi smart speaker and my google home screen speaker.
Both of them are showing as connected but have unavailable entities.
I then tried to manually add my light bulbs (xiaomi) via cloud connection miio. Devices are connecting, but are facing the same unavailble entities issue.
I tried getting loggs and looking for ways to solve the errors but with no success.
Here are some of the logs:
2024-12-28 00:40:28.966 WARNING (SyncWorker_8) [py.warnings] /usr/local/lib/python3.13/site-packages/miio/protocol.py:146: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
return datetime.datetime.utcfromtimestamp(obj)
2024-12-28 00:40:33.147 ERROR (SyncWorker_8) [miio.miioprotocol] Got error when receiving: {‘code’: -9999, ‘message’: ‘user ack timeout’}
2024-12-28 00:40:39.589 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.gateway_undefinedtype_singleton is taking over 10 seconds
2024-12-28 00:40:46.238 ERROR (SyncWorker_9) [miio.miioprotocol] Got error when receiving: {‘code’: -9999, ‘message’: ‘user ack timeout’}
2024-12-28 00:40:56.333 WARNING (MainThread) [homeassistant.helpers.entity] Update of alarm_control_panel.gateway_alarm is taking over 10 seconds
2024-12-28 00:40:58.778 WARNING (MainThread) [py.warnings] /usr/src/homeassistant/homeassistant/components/xiaomi_miio/switch.py:1032: DeprecationWarning: Call to deprecated function wifi_led (Use led()).
if state.wifi_led:
2024-12-28 00:40:58.792 WARNING (SyncWorker_4) [py.warnings] /usr/local/lib/python3.13/site-packages/miio/protocol.py:146: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
return datetime.datetime.utcfromtimestamp(obj)
2024-12-28 00:40:58.795 WARNING (MainThread) [py.warnings] /usr/src/homeassistant/homeassistant/components/xiaomi_miio/switch.py:1032: DeprecationWarning: Call to deprecated function wifi_led (Use led()).
if state.wifi_led:
2024-12-28 00:40:58.887 WARNING (SyncWorker_5) [py.warnings] /usr/local/lib/python3.13/site-packages/miio/protocol.py:146: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
return datetime.datetime.utcfromtimestamp(obj)
2024-12-28 00:41:03.068 ERROR (SyncWorker_5) [miio.miioprotocol] Got error when receiving: {‘code’: -9999, ‘message’: ‘user ack timeout’}
2024-12-28 00:41:09.589 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.gateway_undefinedtype_singleton is taking over 10 seconds
2024-12-28 00:41:16.378 ERROR (SyncWorker_7) [miio.miioprotocol] Got error when receiving: {‘code’: -9999, ‘message’: ‘user ack timeout’}
2024-12-28 00:41:25.630 DEBUG (Thread-4) [pychromecast.socket_client] [Living Room speaker(eb1c223e-3eb3-bb15-27cd-aa3a028e7be2.local.):8009] Not connected, sleeping for 5.0s. Services: {MDNSServiceInfo(name=‘Mi-Smart-Speaker-eb1c223e3eb3bb1527cdaa3a028e7be2._googlecast._tcp.local.’)}
2024-12-28 00:41:25.675 DEBUG (Thread-5) [pychromecast.socket_client] [Living Room stereo(eb1c223e-3eb3-bb15-27cd-aa3a028e7be2.local.):32000] Not connected, sleeping for 5.0s. Services: {MDNSServiceInfo(name=‘Google-Cast-Group-7d795c08d8694eb59ba8da71f1994a79._googlecast._tcp.local.’)}
2024-12-28 00:41:26.336 WARNING (MainThread) [homeassistant.helpers.entity] Update of alarm_control_panel.gateway_alarm is taking over 10 seconds
Can anyone help me with that issue?