Releases: tomaae/homeassistant-mikrotik_router
Releases · tomaae/homeassistant-mikrotik_router
Mikrotik Router v1.5.3
Changes
- Added support for virtual interfaces
- Tracker devices are no longer created for wlan interfaces
- Reduced number of API queries to improve performance
- Query mikrotik to refresh system and essential data after reconnect
Mikrotik Router v1.5.2
Changes
- Removed mikrotik integration name from accounting sensors
- Fixed tracking of hosts connected directly to mikrotik port which is part of a bridge
- Fixed interface detection when static DHCP lease server is unknown
Mikrotik Router v1.5.1
- Fixed issue when host tracking for wired devices would stop working
- Fixed issue when device tracking entities are still created while host tracking is disabled
Mikrotik Router v1.5
IMPORTANT: Integration needs to be re-added to take advantage of all new features.
- Added support for WAN and LAN Accounting
- Added device tracking. Supports tracking of CAPsMAN, Mikrotik Wireless and wired devices using DHCP and ARP
- Fixed disconnection issue
- Removed custom librouteros
Note: device tracking have to be enable in integration options
Mikrotik Router v1.4.1
Mikrotik Router v1.4
- Add support for simple queues @ivanpavlina
- Added Russian translation @Limych
- Fixed api path requests @ivanpavlina #8
- Improved debugging
Mikrotik Router v1.3.1
- Reverted back to customized fork of librouteros
Mikrotik Router v1.3
- Added options to select unit of measurement for traffic sensors #10
- Removed forked librouteros library #9
- Reformatted console messages in accordance of HA dev guidelines
- Reformatted code using black in accordance of HA dev guidelines
- Disconnect, error and retry messages appear only once in accordance of HA dev guidelines
- Bugfix: Catching connection timeout issue in traffic #8
Mikrotik Router v1.2.2
- Bugfix: Catching connection timeout issue #8
Mikrotik Router v1.2.1
- Changed traffic sensor to kbps
- Bug fixes