DomiStyle / esphome-dlms-meter

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

always gets Errors #6

Closed homecineplexx closed 2 years ago

homecineplexx commented 2 years ago

Hi I tried this with different settings and always get this errors! Maybe you can help me? would be great....thanks greets chris

ESPHome_problem

DomiStyle commented 2 years ago

Can you post your folder structure, config and details about your ESPHome setup?

homecineplexx commented 2 years ago

Here they are

meter01.yaml (1).txt ESPHome_directory (Kopie)

DomiStyle commented 2 years ago

Can you repeat the steps listed in the readme at https://github.com/DomiStyle/esphome-dlms-meter#software-installation?

Most noteably, your directory structure should look like this:

Make sure to remove any stray files from this repo you have added in your root config directory.

Change the includes line to this afterwards:

  includes:
    - ./esphome-dlms-meter

Don't include the .h file directly.

homecineplexx commented 2 years ago

ok i will try this in the evening and give you feedback! thanks

homecineplexx commented 2 years ago

so i tried this, but there is the next or other error Path error_output

meter01.yaml.txt

DomiStyle commented 2 years ago

Can you try with the new version I just pushed? Don't forget to clean previous build files and edit your config: auto dlms_meter = new esphome::espdm::DlmsMeter(id(mbus));

homecineplexx commented 2 years ago

ok, thanks, you are incredible. with the new version the compile works and i can test if the esp32 works with my smartmeter

thanks thanks thanks