Files
homeassistant_config/config/01capteur/sensor/chaudiere_mqtt.yaml
2024-05-31 09:39:52 +02:00

102 lines
2.8 KiB
YAML

# ######################################################################
# ## chaudiere
# ## actual value - input register
# # register_type: input
# ## FC=04 de 30001-30272 enlever 1 a register
# ######################################################################
# - platform: mqtt
# state_topic: "chaudiere/t_chaud"
# unit_of_measurement: "°C"
# device_class: temperature
# name: "T° chaudiere"
# unique_id: temp_chaud_01
# - platform: mqtt
# state_topic: "chaudiere/t_fumee"
# name: "T° fumée"
# device_class: temperature
# unit_of_measurement: "°C"
# unique_id: temp_fumee_01
# - platform: mqtt
# state_topic: "chaudiere/t_board"
# name: "T° board"
# device_class: temperature
# unit_of_measurement: "°C"
# unique_id: temp_board_01
# - platform: mqtt
# state_topic: "chaudiere/t_ext"
# name: "T°exterieur nord"
# device_class: temperature
# unit_of_measurement: "°C"
# unique_id: temp_ext_N_01
# - platform: mqtt
# state_topic: "chaudiere/vit_venti"
# name: "Ventilation"
# unit_of_measurement: "U/min"
# unique_id: venti_chaud_01
# - platform: mqtt
# state_topic: "chaudiere/h_chauffage"
# name: "Heure de chauffage"
# unit_of_measurement: "h"
# unique_id: heure_chauff_01
# - platform: mqtt
# state_topic: "chaudiere/h_service"
# name: "Heure de service"
# unit_of_measurement: "h"
# unique_id: heure_serv_01
# - platform: mqtt
# state_topic: "chaudiere/t_dep_chauff"
# name: "T° départ"
# device_class: temperature
# unit_of_measurement: "°C"
# unique_id: temp_dep_chauff_01
# - platform: mqtt
# state_topic: "chaudiere/charge_tampon"
# name: "Charge du tampon"
# unique_id: charge_tampon_01
# - platform: mqtt
# state_topic: "chaudiere/tampon_haut"
# name: "tampon haut"
# device_class: temperature
# unit_of_measurement: "°C"
# unique_id: tampon_haut_01
# - platform: mqtt
# state_topic: "chaudiere/tampon_bas"
# name: "tampon bas"
# device_class: temperature
# unit_of_measurement: "°C"
# unique_id: tampon_bas_01
# - platform: mqtt
# state_topic: "chaudiere/cons_t_fumee"
# name: "Consigne T° fumée"
# device_class: temperature
# unit_of_measurement: "°C"
# unique_id: temp_cons_fumee_01
# - platform: mqtt
# state_topic: "chaudiere/etat_chaudiere"
# name: "Etat chaudiere"
# unique_id: etat_chaud_01
# - platform: mqtt
# state_topic: "chaudiere/O2_res"
# name: "O2_residuel"
# unique_id: O2_resi_01
# ######################################################################
# ## chaudiere
# ## parameter - holding registers
# # register_type: holding
# ## FC=03 de 40001-41094 enlever 1 a register
# ######################################################################