Hi.
anyone had any luck setting up this device?
it has ip control.
link to user manual : https://downloads.monoprice.com/files/manuals/15779_Manual_161206.pdf
I have the exact same model. Im trying to use the Blackbird integration (https://www.home-assistant.io/integrations/blackbird/) which is the 8x8 model. Im getting the follow error
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 178, 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 88, 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
did you ever figure it out?