Skip to content

Many Thermostats in configuration.yaml #1247

Answered by Koky05
rbaleja asked this question in Q&A
Discussion options

You must be logged in to vote

In configuration.yaml you can include any other files. For example mqtt: !include mqtt.yaml then in new mqtt.yaml file you ca have every thermostat that you want. Or you can include whole folder and in that folder create separate yaml file for every thermostat mqtt: !include_dir_list MQTT_folder.

For example my MQTT (I have two heating zones - for every floor one and one Hot water circuit):

climate:
  - name: Vaillant okruh 1
    entity_category: config
    unique_id: heat_circuite_1
    max_temp: 35
    min_temp: 7
    precision: 0.1
    temp_step: 0.5
    temperature_unit: "C"
    availability:
      payload_available: true
      payload_not_available: false
      topic: "ebusd/global/s…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by rbaleja
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants