Komponent wM-Bus do ESPHome (SzczepanLeon) wersja 3.x - wątek ogólny

Sorki działa ale tylko odczyt poprzez DVBT, driver=amiplus

{
  "media": "electricity",
  "meter": "amiplus",
  "name": "WM-Gama 350",
  "id": "30415995",
  "current_power_consumption_kw": 0,
  "current_power_production_kw": 0.834,
  "total_energy_consumption_kwh": 373.584,
  "total_energy_consumption_tariff_1_kwh": 373.584,
  "total_energy_consumption_tariff_2_kwh": 0,
  "total_energy_consumption_tariff_3_kwh": 0,
  "total_energy_production_kwh": 1866.959,
  "total_energy_production_tariff_1_kwh": 1866.959,
  "total_energy_production_tariff_2_kwh": 0,
  "total_energy_production_tariff_3_kwh": 0,
  "voltage_at_phase_1_v": 236,
  "voltage_at_phase_2_v": 236,
  "voltage_at_phase_3_v": 236,
  "device_date_time": "2024-06-10 07:28:13",
  "timestamp": "2024-06-10T05:28:08Z",
  "device": "rtlwmbus[00000001]",
  "rssi_dbm": 37
}

Dla ESP nie ma w konfiguracji “total_energy_consumption_tariff_1_kwh”
Odczytuje liczniki poprzez ESP @_Szczepan oraz poprzez tuner DVBT i robię odczyt z MQTT

      - name: "Taryfa 1"
        unique_id: "Taryfa 1 Gama 350"
        state_topic: "wmbusmeters/WM-Gama 350"
        json_attributes_topic: "wmbusmeters/WM-Gama 350"
        value_template: "{{ ((value_json.total_energy_consumption_tariff_1_kwh))|round (2) }}"
        state_class: "measurement"
        device_class: energy
        unit_of_measurement: "kWh"