tomaae / homeassistant-mikrotik_router

Mikrotik router integration for Home Assistant
Apache License 2.0
302 stars 51 forks source link

[Bug] Not working with RouterOS 7.14.1 #353

Closed nicopret1 closed 6 months ago

nicopret1 commented 6 months ago

Describe the issue

Setup fails with RouterOS 7.14.1. Below the error I see in the log: Mikrotik 192.168.0.1 error while building list for path /caps-man/registration-table : no such command or directory (caps-man), no such command prefix

Whilst I can install wireless package it is pointless since the RouterBoard (CRS328-24P-4S+) I'm using does not have wireless.

How to reproduce the issue

Install the integration

Expected behavior

Wireless package should be optional

Screenshots

Screenshot 2024-03-21 at 12 12 17

Software versions

Diagnostics data

Traceback/Error logs

2024-03-21 12:01:02.366 DEBUG (SyncWorker_59) [custom_components.mikrotik_router.mikrotikapi] API query: /caps-man/registration-table 2024-03-21 12:01:02.367 ERROR (SyncWorker_59) [custom_components.mikrotik_router.mikrotikapi] Mikrotik 192.168.0.1 error while building list for path /caps-man/registration-table : no such command or directory (caps-man), no such command prefix 2024-03-21 12:01:02.368 DEBUG (MainThread) [custom_components.mikrotik_router.coordinator] Finished fetching Mikrotik data in 1.562 seconds (success: False)

tomaae commented 6 months ago

already fixed in master