02/08/2023, 16:59:19
J'ai réussi à faire le thermostat mais j'aimerais ajouter la vanne de chauffe comme vous ?
Sur mon fichier de config j'ai ajouté ça.
# Bureau
- name: "Bureau"
temperature_address: "0/0/2"
target_temperature_address: "7/1/0"
target_temperature_state_address: "6/3/0"
operation_mode_frost_protection_address: "6/4/3"
operation_mode_night_address: "6/4/1"
operation_mode_comfort_address: "6/4/0"
operation_mode_state_address: "5/6/0"
operation_mode_standby_address: "5/6/0"
min_temp: 15.0
max_temp: 32.0
Il faut mettre autre chose ?
Et mon fichier du thermostat:
type: customimple-thermostat
entity: climate.bureau
sensors:
- entity: sensor.bureau
icon: mdi:home-thermometer
unit: °
decimals: 1
header: null
- entity: sensor.exterieur
icon: mdi:home-thermometer-outline
unit: °
decimals: 1
header: null
name: Bureau
layout:
step: row
mode:
names: false
headings: false
icons: true
unit: ' °'
label:
temperature: Pièce
hide:
state: true
temperature: true
control:
preset:
away:
icon: mdi:account-cancel-outline
name: Absent
sleep:
icon: mdi:leaf
name: Éco
comfort:
icon: mdi:radiator
name: Normal
eco:
icon: mdinowflake-off
name: Hors Gel
style: |
ha-card {
--st-font-size-xl: 24px;
--st-font-size-m: 30px;
--st-font-size-title: 20px;
--st-font-size-sensors: 40px;
--st-spacing: 2px;
--st-mode-active-color: orange;
--st-mode-active-background: SteelBlue
}
Merci pour votre aide
Sur mon fichier de config j'ai ajouté ça.
# Bureau
- name: "Bureau"
temperature_address: "0/0/2"
target_temperature_address: "7/1/0"
target_temperature_state_address: "6/3/0"
operation_mode_frost_protection_address: "6/4/3"
operation_mode_night_address: "6/4/1"
operation_mode_comfort_address: "6/4/0"
operation_mode_state_address: "5/6/0"
operation_mode_standby_address: "5/6/0"
min_temp: 15.0
max_temp: 32.0
Il faut mettre autre chose ?
Et mon fichier du thermostat:
type: customimple-thermostat
entity: climate.bureau
sensors:
- entity: sensor.bureau
icon: mdi:home-thermometer
unit: °
decimals: 1
header: null
- entity: sensor.exterieur
icon: mdi:home-thermometer-outline
unit: °
decimals: 1
header: null
name: Bureau
layout:
step: row
mode:
names: false
headings: false
icons: true
unit: ' °'
label:
temperature: Pièce
hide:
state: true
temperature: true
control:
preset:
away:
icon: mdi:account-cancel-outline
name: Absent
sleep:
icon: mdi:leaf
name: Éco
comfort:
icon: mdi:radiator
name: Normal
eco:
icon: mdinowflake-off
name: Hors Gel
style: |
ha-card {
--st-font-size-xl: 24px;
--st-font-size-m: 30px;
--st-font-size-title: 20px;
--st-font-size-sensors: 40px;
--st-spacing: 2px;
--st-mode-active-color: orange;
--st-mode-active-background: SteelBlue
}
Merci pour votre aide