aquaticus / esphome-snmp

SNMP component for ESPHome
GNU General Public License v3.0
5 stars 10 forks source link

Component snmp requires component wifi, no possible with ethernet #8

Open cryptedx opened 2 weeks ago

cryptedx commented 2 weeks ago

Hi there,

I would like to use snmp also with my ethernet connected esp32. Would be great if you could implement that. At the moment it does only work with wifi.

Many thanks.

INFO ESPHome 2024.10.0
INFO Reading configuration /config/esphome/esp32-bluetooth-proxy-8cf9c4.yaml...
WARNING GPIO12 is a strapping PIN and should only be used for I/O with care.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
Failed config

snmp: [source /config/esphome/esp32-bluetooth-proxy-8cf9c4.yaml:59]

  Component snmp requires component wifi.
  {}
aquaticus commented 2 weeks ago

The reason it doesn't support Ethernet is simply because I don't have a board with Ethernet capability. :-)