{% extends "base.html" %} {% block title %}Devices{% endblock %} {% block content %}
User ID: {{ installation_id }}
If directed by the IoT Transparency team, you can send logs to the developers. This will include device identifiers (including IP and MAC address), device names, and information about the timing of various events in the IoT Transparency tool.
Uploading...
If directed by the IoT Transparency team, you can share a packet capture of the network traffic to and from a device. 60 seconds of network traffic for the selected device will be collected and sent to the developers. This will include the contents of network traffic from that device, including the IP addresses being contacted and contents of any unencrypted communication (e.g. HTTP traffic).
| Manufacturer | Device | IP address | Collect packet capture |
|---|---|---|---|
| {{ item.preferred_mfg or "Unknown Manufacturer" }} | {{ item.preferred_name or "Name Unknown" }} | {{ item.ip_addr }} | {% if item.ip_addr %} {% else %} {% endif %} |
Gateway IP: {{ route.gateway_ip }}
Gateway MAC: {{ route.gateway_mac }} ({{route.gateway_mac | oui_vendor }})
Host IP: {{ route.host_ip }}
Host MAC: {{ route.host_mac }} ({{route.host_mac | oui_vendor }})
Interface: {{ route.interface }}
Subnet: {{ route.subnet }}
Packets forwarded according to kernel: {{ packets_forwarded }}
Packets in database: {{ packets_in_db }}
{{ netstat | pprint }}
{{ diskstat | pprint }}
{{ memstat | pprint }}
{{ loadavg | pprint }}
{{ config | pprint }}
This table includes devices with an IPv6 address, but not an IPv4 address.
{% set data = pendingdevice_data %} {% set headers = pendingdevice_headers %} {% include "dict_table.html" with context %}By default, data is retained for 7 days. Here you can test the deletion function.
Delete data older than 1 hour{{ retention_status }}
Network monitoring is currently {% if arp_spoof %}enabled{% else %}disabled{% endif %}. Use the Home Assistant add-on settings or command line arguments to change its status.
Network monitoring mode is currently {% if spoof_mode == "continuous" %}continuous{% else %}intermittent{% endif %}.
This section shows TCP retransmission ratios for devices currently being ARP spoofed. Devices with high retransmission ratios may have ARP spoofing automatically disabled.
{% if retransmission_data and retransmission_data|length > 0 %} {% set data = retransmission_data %} {% set headers = retransmission_headers %} {% include "dict_table.html" with context %} {% else %}No retransmission data available. This is normal if no devices are currently being ARP spoofed.
{% endif %}