-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
[Bug] Integration doesn't work with RouterOS 7.13 Beta #328
Comments
Did you tried to install "wireless" package as a workaround? |
wireless package will confilict with new wifi-qcom package. |
So in wifi-qcom CAPsMAN renamed to CAPsMAX? |
For ROS < 7.13: Is it correct? |
Yes. But also it was totally rewritten. So there is no more Edit: also we do not need to install additional |
I'm glad that I decided to stay on 7.12.1 😅 |
I have this exact issue also. 2023-11-25 19:17:10.751 WARNING (SyncWorker_3) [homeassistant.components.mikrotik.hub] Mikrotik 192.168.88.1 failed to retrieve data. cmd=[/caps-man/interface/print] Error: no such command or directory (caps-man), no such command prefix 2023-11-25 19:25:42.635 ERROR (SyncWorker_7) [custom_components.mikrotik_router.mikrotikapi] Mikrotik 192.168.88.1 error while building list for path /caps-man/registration-table : no such command or directory (caps-man), no such command prefix |
yea, I never touch betas. specially with mikrotik, they often change major things mid betas. |
Hi Tomaae, |
I added a PR to fix this. (Fix for ros 7.13 wireless #332) |
7.13 stable was released today. |
I'm waiting for update |
I have the same issue. Upgraded to ROS 7.13 and the integration does not work. |
Hi, After ugraded to 7.13 integration not connect to router. My router C53UiG+5HPaxD2HPaxD (Mikrotik AX3), We wait for update integration. Thenks for Your great job. |
Why does it take so long to fix this issue? I can't use this integration for about two months now. |
Same here. Maybe it's a difficult problem to solve? It looks pretty embedded in Mikrotik's roadmap as 7.14 beta is using the same structure now. |
It Works even at 7.14 ! With this file, added manualy from (you need to replace file) and this changes (you need to add 2 lines) Работает даже в 7.14 ! Скачать и заменить файл Добавить две строчки в другой файл |
Which coordinator.py do I need to download/replace 1st or 2nd one? TIA |
Actually you have 2 more options to install version from #332 Option 1 - Like HACS manual installJust follow HACS manual install instruction, except steps 2 and 3 download zip file from this specific branch on repo short link via "Code" -> "Download zip" Option 2 - Install via Shell~/config$ cd custom_components/
~/config/custom_components$ rm -Rf mikrotik_router
~/config/custom_components$ curl https://codeload.github.com/slackr31337/homeassistant-mikrotik_router/zip/refs/heads/ros-7.13 -o master.zip
~/config/custom_components$ unzip master.zip
~/config/custom_components$ mv homeassistant-mikrotik_router-ros-7.13/custom_components/mikrotik_router/ .
~/config/custom_components$ rm -Rf homeassistant-mikrotik_router-ros-7.13/
~/config/custom_components$ rm -Rf master.zip
~/config/custom_components$ ls -l
total 4
drwxrwxr-x 3 user user 4096 Dec 27 14:28 mikrotik_router |
After using @M0DDer 's fix, integration is working again, however number of wired clients is not working, it always reports 0. |
Yes, I have the same issue - 3 wired clients but the integration says 0 |
Is there any working solution for this issue? I have two MikroTik machines, one "RB5009UG+S+" an one "hAP ax lite LTE6".
But the integration of RB5009 seems to works. But the integration of the hAP doesn't. Both routers are running on RouterOS v7.13.5 |
It is working for me. |
For what it's worth, I managed to get the integration working on existing instances as well as a new installation by:
|
@tomaae |
ok, I updated ax3 to 7.15 and working ok, I have integration with copy files by ftp. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
There is still no new version. I'm running on master for 9 month now and can confirm, that everything is working fine. So I'll bagging you @tomaae release a version. |
Inching up on a year since the last release. I think it might be time to admit to ourselves that this software has been abandoned. |
@riddley but the commits in the main brach looks like the work is still in progress |
Mikrotiks now have native mqtt integration. So in theory all the necessary stats and switches could be managed by a collection of mikrotik scripts that listen/publish mqtt messages. The drawback is that there will be a need to manually setup proper sensor units, etc. |
MQTT is a great idea!! |
Errors out on CCR2994 - it's a model without any wireless capabilities. Why does the integration ask for capsman in the first place, especially if capsman is OFF ? |
For those who's interested in mqtt, there's a repo: https://github.com/Xrlls/MikroTik-Home-Assistant-MQTT-telemetry. @Korvenwin FYI. |
Cool, I'll test this. The main use case for me is to fetch statistics about the uplink interfaces (rx/tx). |
2024-08-29 13:37:12.191 DEBUG (SyncWorker_10) [custom_components.mikrotik_router.mikrotikapi] API query: /caps-man/registration-table |
To get rid of the capsman issue, I changed coordinator.py, at least now the integration works.
|
It did not work 4 me :( Once I have added wireless-7.15.3-tile.npk package to my CCR1009 (the router doesn't have wireless anyways) integration started to work fine. ros: "7.15.3" |
I haven't added any wireless packages (the router doesn't have wireless anyways) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Not stale! |
A major problem is with the new HACS 2.x you cannot select master any longer. So impossible to get the integration to work on new HA installations. It is now 326 days since 1st reported, wish there was something we could do to help advance the resolution. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Thai issue won't be closeable until a new version is released. |
Describe the issue
Integration doesn't work
How to reproduce the issue
Steps to reproduce the behavior:
Expected behavior
It should work like on Router OS <7.13
Software versions
Diagnostics data
No
Traceback/Error logs
Logger: custom_components.mikrotik_router.mikrotikapi
Source: custom_components/mikrotik_router/mikrotikapi.py:95
Integration: Mikrotik Router (documentation, issues)
First occurred: 14 листопада 2023 р. о 21:42:42 (660 occurrences)
Last logged: 12:16:05
Mikrotik 192.168.86.2 error while building list for path /caps-man/registration-table : no such command or directory (caps-man), no such command prefix
The text was updated successfully, but these errors were encountered: