mirror of
https://github.com/esphome/esphome.git
synced 2024-11-15 11:38:11 +01:00
21cb941bbe
Some checks failed
CI / Create common environment (push) Has been cancelled
YAML lint / yamllint (push) Has been cancelled
CI / Check black (push) Has been cancelled
CI / Check flake8 (push) Has been cancelled
CI / Check pylint (push) Has been cancelled
CI / Check pyupgrade (push) Has been cancelled
CI / Run script/ci-custom (push) Has been cancelled
CI / Run pytest (push) Has been cancelled
CI / Check clang-format (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 / Run script/clang-tidy for ESP32 IDF (push) Has been cancelled
CI / Run script/clang-tidy for ESP8266 (push) Has been cancelled
CI / list-components (push) Has been cancelled
CI / Component test (push) Has been cancelled
CI / Split components for testing into 20 groups maximum (push) Has been cancelled
CI / Test split components (push) Has been cancelled
CI / CI Status (push) Has been cancelled
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
76 lines
2.4 KiB
YAML
76 lines
2.4 KiB
YAML
api:
|
|
wifi:
|
|
ap:
|
|
ssid: "Thermostat"
|
|
password: "MySecretThemostat"
|
|
|
|
opentherm:
|
|
in_pin: 4
|
|
out_pin: 5
|
|
ch_enable: true
|
|
dhw_enable: false
|
|
cooling_enable: false
|
|
otc_active: false
|
|
ch2_active: true
|
|
summer_mode_active: true
|
|
dhw_block: true
|
|
sync_mode: true
|
|
|
|
sensor:
|
|
- platform: opentherm
|
|
rel_mod_level:
|
|
name: "Boiler Relative modulation level"
|
|
ch_pressure:
|
|
name: "Boiler Water pressure in CH circuit"
|
|
dhw_flow_rate:
|
|
name: "Boiler Water flow rate in DHW circuit"
|
|
t_boiler:
|
|
name: "Boiler water temperature"
|
|
t_dhw:
|
|
name: "Boiler DHW temperature"
|
|
t_outside:
|
|
name: "Boiler Outside temperature"
|
|
t_ret:
|
|
name: "Boiler Return water temperature"
|
|
t_storage:
|
|
name: "Boiler Solar storage temperature"
|
|
t_collector:
|
|
name: "Boiler Solar collector temperature"
|
|
t_flow_ch2:
|
|
name: "Boiler Flow water temperature CH2 circuit"
|
|
t_dhw2:
|
|
name: "Boiler Domestic hot water temperature 2"
|
|
t_exhaust:
|
|
name: "Boiler Exhaust temperature"
|
|
burner_starts:
|
|
name: "Boiler Number of starts burner"
|
|
ch_pump_starts:
|
|
name: "Boiler Number of starts CH pump"
|
|
dhw_pump_valve_starts:
|
|
name: "Boiler Number of starts DHW pump/valve"
|
|
dhw_burner_starts:
|
|
name: "Boiler Number of starts burner during DHW mode"
|
|
burner_operation_hours:
|
|
name: "Boiler Number of hours that burner is in operation (i.e. flame on)"
|
|
ch_pump_operation_hours:
|
|
name: "Boiler Number of hours that CH pump has been running"
|
|
dhw_pump_valve_operation_hours:
|
|
name: "Boiler Number of hours that DHW pump has been running or DHW valve has been opened"
|
|
dhw_burner_operation_hours:
|
|
name: "Boiler Number of hours that burner is in operation during DHW mode"
|
|
t_dhw_set_ub:
|
|
name: "Boiler Upper bound for adjustement of DHW setpoint"
|
|
t_dhw_set_lb:
|
|
name: "Boiler Lower bound for adjustement of DHW setpoint"
|
|
max_t_set_ub:
|
|
name: "Boiler Upper bound for adjustement of max CH setpoint"
|
|
max_t_set_lb:
|
|
name: "Boiler Lower bound for adjustement of max CH setpoint"
|
|
t_dhw_set:
|
|
name: "Boiler Domestic hot water temperature setpoint"
|
|
max_t_set:
|
|
name: "Boiler Maximum allowable CH water setpoint"
|
|
otc_hc_ratio_ub:
|
|
name: "OTC heat curve ratio upper bound"
|
|
otc_hc_ratio_lb:
|
|
name: "OTC heat curve ratio lower bound"
|