{% extends "base.html" %} {% block title %}IoT Transparency – Network Monitoring{% endblock %} {% block content %}

Network Monitoring

{% include "network/partials/manage_network_text.html" with context %} {% if not arp_spoof %}
Network monitoring has been disabled through the Home Assistant add-on settings. To re-enable it, go to Home Assistant, Settings, Add-ons, IoT Transparency, Configuration, and enable Allow network monitoring.
{% endif %}

If you're experiencing connectivity or performance issues while network monitoring is enabled, you can disable network monitoring.

You may need to reboot affected devices or reboot your router so your devices can reconnect to the network.

Disabling network monitoring…
{% include "network/partials/manage_network_table.html" with context %} {% endblock %}