pauln / esphome-linp-doorbell-g03

ESPHome custom component for linp-doorbell-g03
MIT License
44 stars 8 forks source link

src/linp-doorbell.h:2:19: fatal error: Queue.h: No such file or directory #12

Closed DirkTas67 closed 4 years ago

DirkTas67 commented 4 years ago

In file included from src/main.cpp:50:0: src/linp-doorbell.h:2:19: fatal error: Queue.h: No such file or directory


compilation terminated. *** [/data/esp32_g03_deurbel_voordeur/.pioenvs/esp32_g03_deurbel_voordeur/src/main.cpp.o] Error 1 ========================= [FAILED] Took 57.66 seconds =========================

-> Looking for AsyncTCP-esphome library in registry LibraryManager: Installing id=6798 @ 1.1.1 AsyncTCP-esphome @ 1.1.1 has been successfully installed! Looking for ArduinoQueue library in registry LibraryManager: Installing id=5826 ArduinoQueue @ 1.2.3 has been successfully installed! Looking for ESPAsyncWebServer-esphome library in registry LibraryManager: Installing id=6758 @ 1.2.6 ESPAsyncWebServer-esphome @ 1.2.6 has been successfully installed! Looking for ESPAsyncTCP-esphome library in registry LibraryManager: Installing id=6757 ESPAsyncTCP-esphome @ 1.2.2 has been successfully installed! LibraryManager: Installing id=6798 Looking for ArduinoJson-esphomelib library in registry LibraryManager: Installing id=3837 @ 5.13.3 ArduinoJson-esphomelib @ 5.13.3 has been successfully installed!

-> Any ideas's?

Regards Dirk

vencakratky commented 4 years ago

I have the same Issue during compile on Home Assistant ESPHome `In file included from src/main.cpp:32:0: src/linp-doorbell.h:2:19: fatal error: Queue.h: No such file or directory


compilation terminated. *** [/data/linp_doorbell/.pioenvs/linp_doorbell/src/main.cpp.o] Error 1 ========================= [FAILED] Took 49.08 seconds =========================`

Thomasv1212 commented 4 years ago

Does anyone have a solution jet? Have the same problem over here, can't get it fixed

bonuzzz commented 4 years ago

solution is here: https://github.com/pauln/esphome-linp-doorbell-g03/pull/11

DirkTas67 commented 4 years ago

if you look in my first message you see the following -> Looking for ArduinoQueue library in registry

So the library is loaded, I downloaded the latest version of the files here but still get this error.

bonuzzz commented 4 years ago

but also you should edit linp-doorbell.h file https://github.com/pauln/esphome-linp-doorbell-g03/pull/11/files

vencakratky commented 4 years ago

Yes, after edit linp-doorbell.h it´s working. Thank you :) linp

DirkTas67 commented 4 years ago

Thank you, this is solved.