-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Not work with firmware 7.17 #403
Comments
I have the same problem I have two Mikrotiks at home one loads without a problem but the other one does not load error below.
log: Home Assistant version: 2025.1.4 |
I have the same with a It stopped working with the Upgrade to 7.17. |
This problem has been reported by other users in other post. One solution is downgrade to 7.16 firmware versión but i tried to make it and is imposible to downgrade. Router RB951G-2HnD in my case. Also in Mikrotiks forum i read that this versión 7.17 in not posible to downgrade... i tried many options without changes. We must to wait integratios will be solved...be patient my friends. |
I successfully downgraded my two hAP AC^3 from 7.17 to 7.16. The problem is in /system/health function, this function of missing in routers, that don't report and values and the integration fails to start. I think there might be an option in integration settings, whether this function should be used i or not. |
Until providing of a fix from the author, easy fix is to disable the loading of the all health data. I did it with change in the following file: I change the following peace of code, which is located between 1385-1394 lines in the file (this is the original code): I add just one stupid condition (1 == 1) which always make this check to be true. In this way, all health data will not try to be loaded and the custom component is successfully loaded in the home assistant. The changed code: |
works for me, thanks. |
Can anyone report whether 7.17.1 or 7.18beta resolves the issue? https://mikrotik.com/download/changelogs Or is the issue to be fixed with the HA integration? |
7.17.1 does not help with the issue. |
+1 for the issue |
+1 |
Thanks for Sharing!! |
+1 for the issue |
Describe the issue
After the upgrade to firmware 7.17 HA can't connect to the mikrotik router. Re-create the integration not solve the rpoblem.
Software versions
The text was updated successfully, but these errors were encountered: