Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save peyanski/7e65b53647e215e362a5047749bdad16 to your computer and use it in GitHub Desktop.

Select an option

Save peyanski/7e65b53647e215e362a5047749bdad16 to your computer and use it in GitHub Desktop.
Internet Statistics Sensors 24h & 168h mean
sensor:
- platform: statistics
name: "Internet Packet Loss Mean 24h"
entity_id: sensor.8_8_8_8_packet_loss
state_characteristic: mean
max_age:
hours: 24
- platform: statistics
name: "Internet Packet Loss Mean 168h"
entity_id: sensor.8_8_8_8_packet_loss
state_characteristic: mean
max_age:
hours: 168
- platform: statistics
name: "Router Packet Loss Mean 24h"
entity_id: sensor.10_0_0_1_packet_loss
state_characteristic: mean
max_age:
hours: 24
- platform: statistics
name: "Router Packet Loss Mean 168h"
entity_id: sensor.10_0_0_1_packet_loss
state_characteristic: mean
max_age:
hours: 168
- platform: statistics
name: "Laptop Packet Loss Mean 24h"
entity_id: sensor.10_0_0_117_packet_loss
state_characteristic: mean
max_age:
hours: 24
- platform: statistics
name: "Laptop Packet Loss Mean 168h"
entity_id: sensor.10_0_0_117_packet_loss
state_characteristic: mean
max_age:
hours: 168
- platform: statistics
name: "Laptop Jitter Mean 24h"
entity_id: sensor.10_0_0_117_jitter
state_characteristic: mean
max_age:
hours: 24
- platform: statistics
name: "Laptop Jitter Mean 168h"
entity_id: sensor.10_0_0_117_jitter
state_characteristic: mean
max_age:
hours: 168
- platform: statistics
name: "Laptop RTT Mean 24h"
entity_id: sensor.10_0_0_117_round_trip_time_average
state_characteristic: mean
max_age:
hours: 24
- platform: statistics
name: "Laptop RTT Mean 168h"
entity_id: sensor.10_0_0_117_round_trip_time_average
state_characteristic: mean
max_age:
hours: 168
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment