Hey all!
I just bought a blackbird 4K 4x4 HDMI switch as it looked like there was an integration for Blackbird Matrix Switches.
I added the normal setup to my config file with the appropriate serial port and for the life of me I can’t get past the following error - has anyone successfully deployed one of these? Any information is greatly appreciated!
blackbird: Error on device update!
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 335, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 456, in async_device_update
await self.hass.async_add_executor_job(
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/blackbird/media_player.py", line 152, in update
state = self._blackbird.zone_status(self._zone_id)
File "/usr/local/lib/python3.8/site-packages/pyblackbird/__init__.py", line 153, in wrapper
return func(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/pyblackbird/__init__.py", line 231, in zone_status
return ZoneStatus.from_string(zone, self._process_request(_format_zone_status_request(zone), skip=20))
File "/usr/local/lib/python3.8/site-packages/pyblackbird/__init__.py", line 204, in _process_request
raise serial.SerialTimeoutException(
serial.serialutil.SerialTimeoutException: Connection timed out! Last received bytes []