Skip to content

multiple ping sensors #36

Description

@nagyrobi

I see in the readme as known bug multiple targets are not supported. What does this exactly mean?

What I try to use is:

- platform: ping
  ip_address: 8.8.4.4
  update_interval: 120s
  num_attempts: 6
  timeout: 1sec
  latency:
    name: WAN Latency
    icon: mdi:console-network-outline
    accuracy_decimals: 3
  loss:
    id: loss_wan
    icon: mdi:console-network-outline
    name: WAN Packet loss
- platform: ping
  ip_address: 192.168.1.1
  update_interval: 120s
  num_attempts: 2
  timeout: 1sec
  loss:
    id: loss_gw
    icon: mdi:console-network-outline
    name: GW Packet loss

So one sensor is for 8.8.4.4, the other one is for 192.168.1.1. Is this supported or not?
I experienced reboots of the ESP32 (with Ethernet) every 1-2 hours...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions