mirror of
https://github.com/esphome/esphome.git
synced 2026-08-19 15:37:06 +08:00
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 / 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 (push) Has been cancelled
CI / Run C++ unit tests (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 IDF (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 Arduino 1/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Has been cancelled
CI / Test components batch (${{ matrix.components }}) (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
77 lines
1.7 KiB
YAML
77 lines
1.7 KiB
YAML
vbus:
|
|
|
|
binary_sensor:
|
|
- platform: vbus
|
|
model: deltasol_bs_plus
|
|
relay1:
|
|
name: BS Plus Relay 1 On
|
|
relay2:
|
|
name: BS Plus Relay 2 On
|
|
sensor1_error:
|
|
name: BS Plus Sensor 1 Error
|
|
- platform: vbus
|
|
model: deltasol_bs2
|
|
sensor1_error:
|
|
name: BS2 Sensor 1 Error
|
|
sensor2_error:
|
|
name: BS2 Sensor 2 Error
|
|
sensor3_error:
|
|
name: BS2 Sensor 3 Error
|
|
sensor4_error:
|
|
name: BS2 Sensor 4 Error
|
|
- platform: vbus
|
|
model: deltasol_cs4
|
|
sensor1_error:
|
|
name: "DeltaSol CS4 Sensor 1 Error"
|
|
- platform: vbus
|
|
model: custom
|
|
command: 0x100
|
|
source: 0x1234
|
|
dest: 0x10
|
|
binary_sensors:
|
|
- id: vcustom_b
|
|
name: VBus Custom Binary Sensor
|
|
lambda: return x[0] & 1;
|
|
|
|
sensor:
|
|
- platform: vbus
|
|
model: deltasol c
|
|
temperature_1:
|
|
name: DeltaSol C Temperature 1
|
|
temperature_2:
|
|
name: DeltaSol C Temperature 2
|
|
temperature_3:
|
|
name: DeltaSol C Temperature 3
|
|
operating_hours_1:
|
|
name: DeltaSol C Operating Hours 1
|
|
heat_quantity:
|
|
name: DeltaSol C Heat Quantity
|
|
time:
|
|
name: DeltaSol C System Time
|
|
- platform: vbus
|
|
model: deltasol_cs4
|
|
temperature_1:
|
|
name: "DeltaSol CS4 Temperature 1"
|
|
- platform: vbus
|
|
model: deltasol_bs2
|
|
temperature_1:
|
|
name: BS2 Temperature 1
|
|
temperature_2:
|
|
name: BS2 Temperature 2
|
|
temperature_3:
|
|
name: BS2 Temperature 3
|
|
temperature_4:
|
|
name: BS2 Temperature 4
|
|
pump_speed_1:
|
|
name: BS2 Pump Speed 1
|
|
pump_speed_2:
|
|
name: BS2 Pump Speed 2
|
|
operating_hours_1:
|
|
name: BS2 Operating Hours 1
|
|
operating_hours_2:
|
|
name: BS2 Operating Hours 2
|
|
heat_quantity:
|
|
name: BS2 Heat Quantity
|
|
version:
|
|
name: BS2 Firmware Version
|