Elgama Gama-350 i port P1

Witajcie, w ostatnim czasie pojawił się dodatek dsmr-custom do esphome napisany przez nikopaulanne.
Zmodyfikowałem go tak, żeby obsługiwał polską wersję/wariację protokołu DSMR gdzie środek jest szyfrowany w liczniku ELGAMA 350 typ G35.

Dostępny na moim githubie na razie w gałęzi BAJO_STOEN. Jest tam też przykładowa konfiguracja esphome.


uart:
  id: uart_0
  rx_pin: 
    number: GPIO25
    mode: INPUT_PULLUP
    inverted: true
  rx_buffer_size: 4000
  baud_rate: 115200


external_components:
  - source:
      type: git
      url: https://github.com/BJozwiak/dsmr-custom.git
      ref: BAJO_STOEN
    components: [ dsmr_custom ]


dsmr_custom:
  id: dsmr_hub
  uart_id: uart_0
  decryption_key: !secret YOUR_SECRET_KEY_EK
  method: Poland_STOEN

3 polubienia