HassWP
HassWP copied to clipboard
Is MQTT not surporting?
2025-03-23 17:07:17.499 ERROR (MainThread) [homeassistant] Error doing job: Exception in callback MQTT._async_on_socket_open() (None)
Traceback (most recent call last):
File "E:\HassWP\python\Lib\asyncio\events.py", line 89, in _run
self._context.run(self._callback, *self._args)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\HassWP\python\Lib\site-packages\homeassistant\components\mqtt\client.py", line 570, in _async_on_socket_open
self.loop.add_reader(sock, partial(self._async_reader_callback, client))
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\HassWP\python\Lib\asyncio\events.py", line 552, in add_reader
raise NotImplementedError
NotImplementedError
Looks like not supported. I'll try to see when I have time. Probably it won't be soon.
thank you for the very quick answer
Hi, any updates regarding to the MQTT support?