DomiStyle / esphome-dlms-meter

ESPHome component to read out DLMS smart meters via M-Bus
MIT License
102 stars 24 forks source link

mbedtls/gcm.h: No such file or directory #29

Open BerBie00 opened 1 year ago

BerBie00 commented 1 year ago

Hi, I get a compile error when running esphome meter01.yaml run

src\esphome-dlms-meter\espdm.h:2:10: fatal error: mbedtls/gcm.h: No such file or directory 2 | #include "mbedtls/gcm.h"

Use an MCU8266 board.

Any ideas? Br, Bernd

Exolor commented 1 year ago

Hello, ESP8266 is not supported. Only ESP32.

There are some things missing on the 8266 that are required if i remember correctly.

luusl commented 1 year ago

I've created a pull request which adds ESP8266 support.

BerBie00 commented 1 year ago

It works great, thanks!