-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yolink stopped updating sensors in HA. Yolink App still works #108518
Comments
Hey there @matrixd2, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) yolink documentation |
FWIW I went back to HA Core v2024.1.2 and that still doesn't work. I don't think this is a HA related issue. It seems like maybe the MQTT server address for yolink may have changed based on the error messages? Is there anyway to enable more verbose debugging logs? |
Same Issue for me too after updating to 204.1.4 from core-2024.1.3 Core 2024.1.4 HA Log File: |
FYI - The homebridge yolink by @dkerr64 plugin still works if you need an immediate workaround. |
@GregRocket Strange, v2024.1.4, v2023.1.3 and v2024.1.2 all don't work with the same MQTT error for me. Back-porting HA doesn't work for me. Granted I'm running HA via a container not on a Pi device. But I wouldn't think that would matter? |
@StephenShamakian I just updated to 2024.1.5 still not working. |
I'm having same issue with 2024.1.5 update. I can restore 1.4 and then working again. |
Same here. Doesn't work with 2024.1.5. Devices show up but not responsive. Seems like if I reload the yolink intergration it works for a little bit but then goes back to unresponsive. All works fine if restore back to 1.4. Yolink app works fine. |
It looks like if you reload the integration, it will pick up the current state, but it does not catch any changes. When I open my garage door, it shows up as "closed" in HA. When I refresh, it shows "Open". When I closed the door, it still shows "Open" until I refresh the integration. So HA picks up the static state on refresh, but does not pickup any state changes on it's own. Yolink app works fine. |
Same issue... following. |
My Yolink temperature sensors are working but motion sensors are not. Running core 2024.1.5, supervisor 23.12.1. |
Having the same issue. Running core 2024.1.5. Supervisor 2023.12.1. |
Following as I have the same issue. Core 2024.1.5 Logger: yolink.mqtt_client unexcept exception: |
I ran a wireshark on HA and found an error with yolink mqtt integration while trying to connect up to api.yosmart.com:8003... |
Please upgrade to version 2024.1.6 |
Thanks it is now working again.
Dave
…On Wed, Jan 31, 2024, 6:06 AM Matrix ***@***.***> wrote:
Please upgrade to version 2024.1.6
—
Reply to this email directly, view it on GitHub
<#108518 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANVNJH4PEKOGALG2PSR427DYRIQUHAVCNFSM6AAAAABCDJ7HJOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJYHA4DMOBSGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Yes, thank you for your work on this. |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
The problem
Core: 2024.1.3
Supervisor: N/A
Operating System: Container
Frontend: 20240104.0
Unraid Container
https://www.home-assistant.io/integrations/yolink/
My Yolink devices are communicating fine to the Yolink app but home assistant is not reporting their statuses. I deleted the integration and re-created it with the same errors after re-creating it.
HA Log File:
2024-01-20 11:38:34.316 ERROR (MainThread) [yolink.mqtt_client] yolink mqtt client disconnected!
2024-01-20 11:38:39.473 ERROR (MainThread) [yolink.mqtt_client] unexcept exception:
Traceback (most recent call last):
File "/lsiopy/lib/python3.11/site-packages/yolink/mqtt_client.py", line 59, in _listen
async with client.messages() as messages:
^^^^^^^^^^^^^^^^^
TypeError: 'async_generator' object is not callable
2024-01-20 11:38:39.632 ERROR (MainThread) [yolink.mqtt_client] unexcept exception:
Traceback (most recent call last):
File "/lsiopy/lib/python3.11/site-packages/yolink/mqtt_client.py", line 59, in _listen
async with client.messages() as messages:
^^^^^^^^^^^^^^^^^
TypeError: 'async_generator' object is not callable
2024-01-20 11:38:39.790 ERROR (MainThread) [yolink.mqtt_client] unexcept exception:
Traceback (most recent call last):
File "/lsiopy/lib/python3.11/site-packages/yolink/mqtt_client.py", line 59, in _listen
async with client.messages() as messages:
^^^^^^^^^^^^^^^^^
TypeError: 'async_generator' object is not callable
2024-01-20 11:38:39.948 ERROR (MainThread) [yolink.mqtt_client] unexcept exception:
Traceback (most recent call last):
File "/lsiopy/lib/python3.11/site-packages/yolink/mqtt_client.py", line 59, in _listen
async with client.messages() as messages:
^^^^^^^^^^^^^^^^^
TypeError: 'async_generator' object is not callable
2024-01-20 11:38:40.105 ERROR (MainThread) [yolink.mqtt_client] unexcept exception:
Traceback (most recent call last):
File "/lsiopy/lib/python3.11/site-packages/yolink/mqtt_client.py", line 59, in _listen
async with client.messages() as messages:
^^^^^^^^^^^^^^^^^
TypeError: 'async_generator' object is not callable
2024-01-20 11:38:40.263 ERROR (MainThread) [yolink.mqtt_client] unexcept exception:
Traceback (most recent call last):
File "/lsiopy/lib/python3.11/site-packages/yolink/mqtt_client.py", line 59, in _listen
async with client.messages() as messages:
^^^^^^^^^^^^^^^^^
TypeError: 'async_generator' object is not callable
2024-01-20 11:38:40.421 ERROR (MainThread) [yolink.mqtt_client] unexcept exception:
Traceback (most recent call last):
File "/lsiopy/lib/python3.11/site-packages/yolink/mqtt_client.py", line 59, in _listen
async with client.messages() as messages:
^^^^^^^^^^^^^^^^^
TypeError: 'async_generator' object is not callable
2024-01-20 11:38:40.578 ERROR (MainThread) [yolink.mqtt_client] unexcept exception:
Traceback (most recent call last):
File "/lsiopy/lib/python3.11/site-packages/yolink/mqtt_client.py", line 59, in _listen
async with client.messages() as messages:
^^^^^^^^^^^^^^^^^
TypeError: 'async_generator' object is not callable
2024-01-20 11:38:40.739 ERROR (MainThread) [yolink.mqtt_client] unexcept exception:
Traceback (most recent call last):
File "/lsiopy/lib/python3.11/site-packages/yolink/mqtt_client.py", line 59, in _listen
async with client.messages() as messages:
^^^^^^^^^^^^^^^^^
TypeError: 'async_generator' object is not callable
2024-01-20 11:38:40.757 ERROR (MainThread) [homeassistant.components.tplink.coordinator] Error fetching 10.10.9.5 data: Unable to connect to the device: 10.10.9.5:9999:
2024-01-20 11:38:40.896 ERROR (MainThread) [yolink.mqtt_client] unexcept exception:
Traceback (most recent call last):
File "/lsiopy/lib/python3.11/site-packages/yolink/mqtt_client.py", line 59, in _listen
async with client.messages() as messages:
^^^^^^^^^^^^^^^^^
TypeError: 'async_generator' object is not callable
What version of Home Assistant Core has the issue?
2024.1.3
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Container
Integration causing the issue
Yolink
Link to integration documentation on our website
https://www.home-assistant.io/integrations/yolink
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: