Connecting the ABL eMH1 EV charger as ESPHome Component

Hi @aki1987, I'm having the exact same problem, did you manage to find a solution?

Thanks for the description! The interface is working for me and sending data to Home Assistant. I’ve also added the power consumption to the YAML.

  # --- Wallbox Power ---
  - platform: template
    name: "Charging Power"
    unit_of_measurement: "kW"
    device_class: power
    state_class: measurement
    accuracy_decimals: 2
    lambda: |-
      return 0.230 * (
        id(l1_current).state +
        id(l2_current).state +
        id(l3_current).state
      );    

Hello
I bought the same device and connected it but I couldn’t find anywhere what pin I have chosen for communication.
Could I please add a yaml file with the configuration to the instructions, it would certainly help others. Thank you very much

I have already found the picture. I am attaching it.