Capture permission denied when using switches #80
43
README.md
|
@ -37,14 +37,18 @@ Monitor and control your Mikrotik device from Home Assistant.
|
||||||
* Enable/disable interfaces
|
* Enable/disable interfaces
|
||||||
* Monitor RX/TX traffic per interface
|
* Monitor RX/TX traffic per interface
|
||||||
* Monitor device presence per interface
|
* Monitor device presence per interface
|
||||||
* IP, MAC, Link information per interface for connected devices
|
* IP, MAC, Link information per an interface for connected devices
|
||||||
* Enable/disable NAT rule switches
|
* Enable/disable NAT rule switches
|
||||||
* Enable/disable Simple Queue switches
|
* Enable/disable Simple Queue switches
|
||||||
|
* Enable/disable Mangle switches
|
||||||
|
* Monitor and control PPP users
|
||||||
|
* Kid Control
|
||||||
* Mikrotik Accounting traffic sensors per hosts for RX/TX WAN/LAN
|
* Mikrotik Accounting traffic sensors per hosts for RX/TX WAN/LAN
|
||||||
* Device tracker for hosts in network
|
* Device tracker for hosts in network
|
||||||
* System sensors (CPU, Memory, HDD, Temperature)
|
* System sensors (CPU, Memory, HDD, Temperature)
|
||||||
* Check firmware update
|
* Check firmware update
|
||||||
* Execute scripts using switches or services
|
* Execute scripts
|
||||||
|
* View environment variables
|
||||||
* Configurable update interval
|
* Configurable update interval
|
||||||
* Configurable traffic unit (bps, Kbps, Mbps, B/s, KB/s, MB/s)
|
* Configurable traffic unit (bps, Kbps, Mbps, B/s, KB/s, MB/s)
|
||||||
* Supports monitoring of multiple mikrotik devices simultaneously
|
* Supports monitoring of multiple mikrotik devices simultaneously
|
||||||
|
@ -60,26 +64,37 @@ Monitor and control status on each Mikrotik interface, both lan and wlan. Both p
|
||||||
## NAT
|
## NAT
|
||||||
Monitor and control individual NAT rules.
|
Monitor and control individual NAT rules.
|
||||||
|
|
||||||
More information about NAT rules can be found on [Mikrotik support page](https://wiki.mikrotik.com/wiki/Manual:IP/Firewall/NAT).
|
More information about NAT rules can be found on [Mikrotik support page](https://help.mikrotik.com/docs/display/ROS/NAT).
|
||||||
|
|
||||||
NOTE: dst-port and protocol combination must be unique for each rule. All conflicting NAT rules will not be available in HA.
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Mangle
|
||||||
|
Monitor and control individual Mangle rules.
|
||||||
|
|
||||||
|
More information about Mangle rules can be found on [Mikrotik support page](https://help.mikrotik.com/docs/display/ROS/Mangle).
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
## Simple Queue
|
## Simple Queue
|
||||||
Control simple queues.
|
Control simple queues.
|
||||||
|
|
||||||
More information about simple queues can be found on [Mikrotik support page](https://wiki.mikrotik.com/wiki/Manual:Queue#Simple_Queues).
|
More information about simple queues can be found on [Mikrotik support page](https://help.mikrotik.com/docs/display/ROS/Queues#heading-SimpleQueue).
|
||||||
|
|
||||||
NOTE: FastTracked packets are not processed by Simple Queues.
|
NOTE: FastTracked packets are not processed by Simple Queues.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
### PPP
|
||||||
|
Control and monitor PPP users.
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
## Host Tracking
|
## Host Tracking
|
||||||
Track availability of all network devices. All devices visible to Mikrotik device can be tracked, including: LAN connected devices and both Wireless and CAPsMAN from Mikrotik wireless package.
|
Track availability of all network devices. All devices visible to Mikrotik device can be tracked, including: LAN connected devices and both Wireless and CAPsMAN from Mikrotik wireless package.
|
||||||
|
|
||||||
NOTE: Host Tracking is disabled by default and has to be enabled in integration options.
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Scripts
|
## Scripts
|
||||||
|
@ -88,7 +103,15 @@ You can execute scripts by automatically created switches or using services.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Kid Control
|
||||||
|
Monitor and control.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
## Accounting
|
## Accounting
|
||||||
|
*RouterOS 7+ no longer support accounting*
|
||||||
|
|
||||||
Monitor per-IP throughput tracking based on Mikrotik Accounting.
|
Monitor per-IP throughput tracking based on Mikrotik Accounting.
|
||||||
|
|
||||||
Feature is present in Winbox IP-Accounting. Make sure that threshold is set to reasonable value to store all connections between user defined scan interval. Max value is 8192 so for piece of mind I recommend setting that value.
|
Feature is present in Winbox IP-Accounting. Make sure that threshold is set to reasonable value to store all connections between user defined scan interval. Max value is 8192 so for piece of mind I recommend setting that value.
|
||||||
|
@ -129,9 +152,11 @@ NOTE: Do not mistake "Mikrotik Router" integration with HA build-in integration
|
||||||
* "Scan interval" - Scan/refresh time in seconds. HA needs to be reloaded for scan interval change to be applied
|
* "Scan interval" - Scan/refresh time in seconds. HA needs to be reloaded for scan interval change to be applied
|
||||||
* "Unit of measurement" - Traffic sensor measurement (bps, Kbps, Mbps, B/s, KB/s, MB/s)
|
* "Unit of measurement" - Traffic sensor measurement (bps, Kbps, Mbps, B/s, KB/s, MB/s)
|
||||||
* "Show client MAC and IP on interfaces" - Display connected IP and MAC address for devices connected to ports on router
|
* "Show client MAC and IP on interfaces" - Display connected IP and MAC address for devices connected to ports on router
|
||||||
* "Track network devices" - Enable device tracker
|
|
||||||
* "Track network devices timeout" - Tracked devices will be marked as away after timeout (does not apply to Mikrotik wireless and caps-man)
|
* "Track network devices timeout" - Tracked devices will be marked as away after timeout (does not apply to Mikrotik wireless and caps-man)
|
||||||
|
|
||||||
|

|
||||||
|
Select sensors
|
||||||
|
|
||||||
# Development
|
# Development
|
||||||
|
|
||||||
## Translation
|
## Translation
|
||||||
|
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 15 KiB |
BIN
docs/assets/images/ui/integration_options_sensors.png
Normal file
After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 32 KiB |
BIN
docs/assets/images/ui/kidcontrol_switch.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
docs/assets/images/ui/mangle_switch.png
Normal file
After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 22 KiB |
BIN
docs/assets/images/ui/ppp_switch.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
docs/assets/images/ui/ppp_tracker.png
Normal file
After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 33 KiB |
10
info.md
|
@ -1,6 +1,6 @@
|
||||||
{% if installed %}
|
{% if installed %}
|
||||||
{% if version_installed.replace("v", "").replace(".","") | int < 15 %}
|
{% if version_installed.replace("v", "").replace(".","") | int == 16 %}
|
||||||
**IMPORTANT: Integration needs to be re-added to take advantage of all new features.**
|
**IMPORTANT: This update changes some HA UIDs to improve handling of duplicate entries. After an update, delete old entries and check entity names in all your automations where you use this integration.**
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
@ -11,14 +11,18 @@ Monitor and control your Mikrotik device from Home Assistant.
|
||||||
* Enable/disable interfaces
|
* Enable/disable interfaces
|
||||||
* Monitor RX/TX traffic per interface
|
* Monitor RX/TX traffic per interface
|
||||||
* Monitor device presence per interface
|
* Monitor device presence per interface
|
||||||
* IP, MAC, Link information per interface for connected devices
|
* IP, MAC, Link information per an interface for connected devices
|
||||||
* Enable/disable NAT rule switches
|
* Enable/disable NAT rule switches
|
||||||
* Enable/disable Simple Queue switches
|
* Enable/disable Simple Queue switches
|
||||||
|
* Enable/disable Mangle switches
|
||||||
|
* Monitor and control PPP users
|
||||||
|
* Kid Control
|
||||||
* Mikrotik Accounting traffic sensors per hosts for RX/TX WAN/LAN
|
* Mikrotik Accounting traffic sensors per hosts for RX/TX WAN/LAN
|
||||||
* Device tracker for hosts in network
|
* Device tracker for hosts in network
|
||||||
* System sensors (CPU, Memory, HDD, Temperature)
|
* System sensors (CPU, Memory, HDD, Temperature)
|
||||||
* Check firmware update
|
* Check firmware update
|
||||||
* Execute scripts
|
* Execute scripts
|
||||||
|
* View environment variables
|
||||||
* Configurable update interval
|
* Configurable update interval
|
||||||
* Configurable traffic unit (bps, Kbps, Mbps, B/s, KB/s, MB/s)
|
* Configurable traffic unit (bps, Kbps, Mbps, B/s, KB/s, MB/s)
|
||||||
* Supports monitoring of multiple mikrotik devices simultaneously
|
* Supports monitoring of multiple mikrotik devices simultaneously
|
||||||
|
|