mqtt: sensor: ############################################################ ## MQTT BSB LAN ## ############################################################ # RDC - name: "Mode de chauffe RDC" state_topic: "BSB/700" unique_id: "pac/mode_chauffe_rdc" device: { identifiers: ["00000002"], name: "BSB-LAN", model: "Olimex ESP32", manufacturer: "Github", } - name: "Température consigne confort RDC" state_topic: "BSB/710" unit_of_measurement: °C device_class: temperature unique_id: "pac/temperature_consigne_confort_rdc" device: { identifiers: ["00000002"], name: "BSB-LAN", model: "Olimex ESP32", manufacturer: "Github", } - name: "Température consigne reduit RDC" state_topic: "BSB/712" unit_of_measurement: °C device_class: temperature unique_id: "pac/temperature_consigne_reduit_rdc" device: { identifiers: ["00000002"], name: "BSB-LAN", model: "Olimex ESP32", manufacturer: "Github", } - name: "Température thermostat interieur RDC" state_topic: "BSB/8740" unit_of_measurement: °C device_class: temperature unique_id: "temperature/pac_thermostat_rdc" device: { identifiers: ["00000002"], name: "BSB-LAN", model: "Olimex ESP32", manufacturer: "Github", } # Etage - name: "Mode de chauffe Etage" state_topic: "BSB/1000" unique_id: "pac/mode_chauffe_etage" device: { identifiers: ["00000002"], name: "BSB-LAN", model: "Olimex ESP32", manufacturer: "Github", } - name: "Température consigne confort Etage" state_topic: "BSB/1010" unit_of_measurement: °C device_class: temperature unique_id: "pac/temperature_consigne_confort_etage" device: { identifiers: ["00000002"], name: "BSB-LAN", model: "Olimex ESP32", manufacturer: "Github", } - name: "Température consigne reduit Etage" state_topic: "BSB/1012" unit_of_measurement: °C device_class: temperature unique_id: "pac/temperature_consigne_reduit_etage" device: { identifiers: ["00000002"], name: "BSB-LAN", model: "Olimex ESP32", manufacturer: "Github", } - name: "Température thermosat interieur Etage" state_topic: "BSB/8770" unit_of_measurement: °C device_class: temperature unique_id: "temperature/pac_thermostat_etage" device: { identifiers: ["00000002"], name: "BSB-LAN", model: "Olimex ESP32", manufacturer: "Github", } # Ballon Eau Chaude - name: "Mode ECS" state_topic: "BSB/1600" unique_id: "pac/mode_ecs" device: { identifiers: ["00000002"], name: "BSB-LAN", model: "Olimex ESP32", manufacturer: "Github", } # Sondes - name: "Température sonde exterieur" state_topic: "BSB/8700" unit_of_measurement: °C device_class: temperature unique_id: "temperature/pac_exterieur" device: { identifiers: ["00000002"], name: "BSB-LAN", model: "Olimex ESP32", manufacturer: "Github", } - name: "Température Ballon Eau Chaude" state_topic: "BSB/8830" unit_of_measurement: °C device_class: temperature unique_id: "temperature/pac_ballon_eau" device: { identifiers: ["00000002"], name: "BSB-LAN", model: "Olimex ESP32", manufacturer: "Github", } - name: "Température PAC Consigne" state_topic: "BSB/8411" unit_of_measurement: °C device_class: temperature unique_id: "temperature/pac_consigne" device: { identifiers: ["00000002"], name: "BSB-LAN", model: "Olimex ESP32", manufacturer: "Github", } - name: "Température PAC Départ" state_topic: "BSB/8412" unit_of_measurement: °C device_class: temperature unique_id: "temperature/pac_sortie" device: { identifiers: ["00000002"], name: "BSB-LAN", model: "Olimex ESP32", manufacturer: "Github", } - name: "Température PAC Retour" state_topic: "BSB/8410" unit_of_measurement: °C device_class: temperature unique_id: "temperature/pac_retour" device: { identifiers: ["00000002"], name: "BSB-LAN", model: "Olimex ESP32", manufacturer: "Github", } - name: "Régime RDC" state_topic: "BSB/8000" unique_id: "pac/regime_RDC" device: { identifiers: ["00000002"], name: "BSB-LAN", model: "Olimex ESP32", manufacturer: "Github", } - name: "Régime Etage" state_topic: "BSB/8001" unique_id: "pac/regime_etage" device: { identifiers: ["00000002"], name: "BSB-LAN", model: "Olimex ESP32", manufacturer: "Github", } - name: "Régime ECS" state_topic: "BSB/8003" unique_id: "pac/regime_ECS" device: { identifiers: ["00000002"], name: "BSB-LAN", model: "Olimex ESP32", manufacturer: "Github", } - name: "Etat Pompe RDC" state_topic: "BSB/8730" unique_id: "pac/etat_pompe_rdc" device: { identifiers: ["00000002"], name: "BSB-LAN", model: "Olimex ESP32", manufacturer: "Github", } - name: "Etat Pompe Etage" state_topic: "BSB/8760" unique_id: "pac/etat_pompe_etage" device: { identifiers: ["00000002"], name: "BSB-LAN", model: "Olimex ESP32", manufacturer: "Github", } - name: "Etat Résistance ECS" state_topic: "BSB/8821" unique_id: "pac/etat_resistance_ecs" device: { identifiers: ["00000002"], name: "BSB-LAN", model: "Olimex ESP32", manufacturer: "Github", }