Skip to content

HA error connecting to matrix via host / IP connection #3

@xeospeed

Description

@xeospeed

Hi @koolsb,

I'm trying to connect my Blackbird 8x8 HDBaseT Matrix Switcher and seem to be having an issue integrating it with Home Assistant. I'm currently running Hassio 0.103.6. I'm able to access and log into the matrix via the web interface and pinging the matrix, it responds without issue.

Here's the error being thrown in my home assistant logs:

Error while setting up platform blackbird Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 150, in _async_setup_platform await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT) File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for return fut.result() File "/usr/local/lib/python3.7/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 87, in setup_platform blackbird = get_blackbird(host, False) File "/usr/local/lib/python3.7/site-packages/pyblackbird/__init__.py", line 263, in get_blackbird return BlackbirdSync(url) File "/usr/local/lib/python3.7/site-packages/pyblackbird/__init__.py", line 176, in __init__ self.socket.connect((self.host, self.port)) ConnectionRefusedError: [Errno 111] Connection refused

I greatly appreciate you creating this component! In fact, I switched from an AVIshop matrix to this one just for the Home Assistant integration.

Thanks again.

P.S. Unsure if the exact model of Blackbird 8x8 matrix matters, but here's the manual to my specific model. https://downloads.monoprice.com/files/manuals/27842_Manual_180419.pdf

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions