Open akalagov opened 6 months ago
Same for me.
Compiling .pioenvs/computerkamer-lamp-tuya/src/esphome/components/snmp/snmp_component.cpp.o
In file included from src/esphome/components/snmp/snmp_component.cpp:3:
src/esphome/components/snmp/snmp_component.h:8:10: fatal error: SNMP_Agent.h: No such file or directory
********************************************************************
* Looking for SNMP_Agent.h dependency? Check our library registry!
*
* CLI > platformio lib search "header:SNMP_Agent.h"
* Web > https://registry.platformio.org/search?q=header:SNMP_Agent.h
*
********************************************************************
8 | #include "SNMP_Agent.h"
| ^~~~~~~~~~~~~~
compilation terminated.
*** [.pioenvs/computerkamer-lamp-tuya/src/esphome/components/snmp/snmp_component.cpp.o] Error 1
========================== [FAILED] Took 3.63 seconds ==========================
Try to clean build
.esphome
directory oresphome clean your-config.yaml
and compile esphome compile your-config.yaml
Sadly it did not work. I used the commands:
esphome clean 2kickstart-bk7231t.yaml esphome compile 2kickstart-bk7231t.yaml
Same error.
In file included from src/esphome/components/snmp/snmp_component.cpp:3:
src/esphome/components/snmp/snmp_component.h:8:10: fatal error: SNMP_Agent.h: No such file or directory
********************************************************************
* Looking for SNMP_Agent.h dependency? Check our library registry!
*
* CLI > platformio lib search "header:SNMP_Agent.h"
* Web > https://registry.platformio.org/search?q=header:SNMP_Agent.h
*
********************************************************************
8 | #include "SNMP_Agent.h"
| ^~~~~~~~~~~~~~
compilation terminated.
*** [.pioenvs/computerkamer-lamp-tuya/src/esphome/components/snmp/snmp_component.cpp.o] Error 1
======================================================================================================= [FAILED] Took 125.13 seconds =======================================================================================================
root@5c53de3b-esphome:/config/esphome#
This recommendation didn't help me either
Guess the issue for us both is that you are using a "bk7231n" chip and I am using a "bk7231t" chip. Wich is not supported by this plugin. Only ESP. Sadly I do not have the skills to port this over (or know if its even posible).
Hi,
I have an issue with the SNMP component: