mirror of
https://github.com/esphome/esphome.git
synced 2026-08-17 10:52:56 +08:00
CI for docker images / Build docker containers (docker, ubuntu-24.04) (push) Has been cancelled
CI for docker images / Build docker containers (docker, ubuntu-24.04-arm) (push) Has been cancelled
CI for docker images / Build docker containers (ha-addon, ubuntu-24.04) (push) Has been cancelled
CI for docker images / Build docker containers (ha-addon, ubuntu-24.04-arm) (push) Has been cancelled
CI / Create common environment (push) Has been cancelled
CI / Check pylint (push) Has been cancelled
CI / Run script/ci-custom (push) Has been cancelled
CI / Check import esphome.__main__ time (push) Has been cancelled
CI / Test downstream esphome/device-builder (push) Has been cancelled
CI / Run pytest (macOS-latest, 3.11) (push) Has been cancelled
CI / Run pytest (macOS-latest, 3.14) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.11) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.13) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.14) (push) Has been cancelled
CI / Run pytest (windows-latest, 3.11) (push) Has been cancelled
CI / Run pytest (windows-latest, 3.14) (push) Has been cancelled
CI / Determine which jobs to run (push) Has been cancelled
CI / Run integration tests (${{ matrix.bucket.name }}) (push) Has been cancelled
CI / Run C++ unit tests (push) Has been cancelled
CI / Run CodSpeed benchmarks (push) Has been cancelled
CI / Run script/clang-tidy for ESP8266 (push) Has been cancelled
CI / Run script/clang-tidy for ZEPHYR (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 IDF (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 IDF 1/3 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 IDF 2/3 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 IDF 3/3 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 C6 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 P4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 S3 (push) Has been cancelled
CI / Test components batch (${{ matrix.components }}) (push) Has been cancelled
CI / Test components with native ESP-IDF (push) Has been cancelled
CI / pre-commit.ci lite (push) Has been cancelled
CI / Build target branch for memory impact (push) Has been cancelled
CI / Build PR branch for memory impact (push) Has been cancelled
CI / Comment memory impact (push) Has been cancelled
CI / CI Status (push) Has been cancelled
Co-authored-by: PolarGoose <35307286+PolarGoose@users.noreply.github.com> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
68 lines
1.6 KiB
YAML
68 lines
1.6 KiB
YAML
dlms_meter:
|
|
id: dlms_meter_hub
|
|
receive_timeout: 50ms
|
|
decryption_key: "36C66639E48A8CA4D6BC8B282A793BBB"
|
|
auth_key: "11223344556677889900AABBCCDDEEFF"
|
|
skip_crc: true
|
|
provider: "netznoe"
|
|
custom_patterns:
|
|
- "custom_pattern_1"
|
|
- "custom_pattern_2"
|
|
|
|
sensor:
|
|
# Old Schema tests
|
|
- platform: dlms_meter
|
|
voltage_l1:
|
|
name: "Voltage L1"
|
|
voltage_l2:
|
|
name: "Voltage L2"
|
|
voltage_l3:
|
|
name: "Voltage L3"
|
|
current_l1:
|
|
name: "Current L1"
|
|
current_l2:
|
|
name: "Current L2"
|
|
current_l3:
|
|
name: "Current L3"
|
|
active_power_plus:
|
|
name: "Active power taken from grid"
|
|
active_power_minus:
|
|
name: "Active power put into grid"
|
|
active_energy_plus:
|
|
name: "Active energy taken from grid"
|
|
active_energy_minus:
|
|
name: "Active energy put into grid"
|
|
reactive_energy_plus:
|
|
name: "Reactive energy taken from grid"
|
|
reactive_energy_minus:
|
|
name: "Reactive energy put into grid"
|
|
power_factor:
|
|
name: "Power factor"
|
|
|
|
# Dynamic Schema tests
|
|
- platform: dlms_meter
|
|
dlms_meter_id: dlms_meter_hub
|
|
obis_code: "1-0:99.99.9"
|
|
name: "Custom Dynamic Sensor"
|
|
|
|
text_sensor:
|
|
# Old Schema tests
|
|
- platform: dlms_meter
|
|
timestamp:
|
|
name: "timestamp"
|
|
meternumber:
|
|
name: "Meter Number"
|
|
|
|
# Dynamic Schema tests
|
|
- platform: dlms_meter
|
|
dlms_meter_id: dlms_meter_hub
|
|
obis_code: "0-0:99.99.9"
|
|
name: "Custom Dynamic Text Sensor"
|
|
|
|
binary_sensor:
|
|
# Dynamic Schema tests (Binary sensors only use the dynamic schema)
|
|
- platform: dlms_meter
|
|
dlms_meter_id: dlms_meter_hub
|
|
obis_code: "0-1:2.3.4"
|
|
name: "Custom Binary Sensor"
|