Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # AUTOTEMP
- # room 5 slaapkamer
- - name: Itho temperatuur slaapkamer
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Room 5 temp'] }}"
- unique_id: "itho_autotemp_room_5_temp"
- state_class: "measurement"
- device_class: "temperature"
- unit_of_measurement: "°C"
- - name: Itho setpoint slaapkamer
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Room 5 setp'] }}"
- unique_id: "itho_autotemp_room_5_setp"
- state_class: "measurement"
- device_class: "temperature"
- unit_of_measurement: "°C"
- - name: Itho Power % slaapkamer
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Room 5 power % (%)'] }}"
- unique_id: "itho_autotemp_room_5_powerfactor"
- state_class: "measurement"
- device_class: "power_factor"
- unit_of_measurement: "%"
- - name: Itho Power slaapkamer
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Room 5 power kW (kW)'] }}"
- unique_id: "itho_autotemp_room_5_power"
- state_class: "measurement"
- device_class: "power"
- unit_of_measurement: "kW"
- # room 4 Werkkamer CENSORED
- - name: Itho temperatuur werkkamer CENSORED
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Room 4 temp'] }}"
- unique_id: "itho_autotemp_room_4_temp"
- state_class: "measurement"
- device_class: "temperature"
- unit_of_measurement: "°C"
- - name: Itho setpoint werkkamer CENSORED
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Room 4 setp'] }}"
- unique_id: "itho_autotemp_room_4_setp"
- state_class: "measurement"
- device_class: "temperature"
- unit_of_measurement: "°C"
- - name: Itho Power % werkkamer CENSORED
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Room 4 power % (%)'] }}"
- unique_id: "itho_autotemp_room_4_powerfactor"
- state_class: "measurement"
- unit_of_measurement: "%"
- - name: Itho Power werkkamer CENSORED
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Room 4 power kW (kW)'] }}"
- unique_id: "itho_autotemp_room_4_power"
- state_class: "measurement"
- device_class: "power"
- unit_of_measurement: "kW"
- # room 6 Werkkamer CENSORED
- - name: Itho temperatuur werkkamer CENSORED
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Room 6 temp'] }}"
- unique_id: "itho_autotemp_room_6_temp"
- state_class: "measurement"
- device_class: "temperature"
- unit_of_measurement: "°C"
- - name: Itho setpoint werkkamer CENSORED
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Room 6 setp'] }}"
- unique_id: "itho_autotemp_room_6_setp"
- state_class: "measurement"
- device_class: "temperature"
- unit_of_measurement: "°C"
- - name: Itho Power % werkkamer CENSORED
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Room 6 power % (%)'] }}"
- unique_id: "itho_autotemp_room_6_powerfactor"
- state_class: "measurement"
- unit_of_measurement: "%"
- - name: Itho Power werkkamer CENSORED
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Room 6 power kW (kW)'] }}"
- unique_id: "itho_autotemp_room_6_power"
- state_class: "measurement"
- device_class: "power"
- unit_of_measurement: "kW"
- # room 1 Woonkamer
- - name: Itho temperatuur Woonkamer
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Room 1 temp'] }}"
- unique_id: "itho_autotemp_room_1_temp"
- state_class: "measurement"
- device_class: "temperature"
- unit_of_measurement: "°C"
- - name: Itho setpoint Woonkamer
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Room 1 setp'] }}"
- unique_id: "itho_autotemp_room_1_setp"
- state_class: "measurement"
- device_class: "temperature"
- unit_of_measurement: "°C"
- - name: Itho Power % Woonkamer
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Room 1 power % (%)'] }}"
- unique_id: "itho_autotemp_room_1_powerfactor"
- state_class: "measurement"
- device_class: "power_factor"
- unit_of_measurement: "%"
- - name: Itho Power Woonkamer
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Room 1 power kW (kW)'] }}"
- unique_id: "itho_autotemp_room_1_power"
- state_class: "measurement"
- device_class: "power"
- unit_of_measurement: "kW"
- # woonkamer / bgg
- - name: Itho BGG Valve 1
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Distributor 1 valve 1'] }}"
- unique_id: "itho_autotemp_d1_v1"
- state_class: "measurement"
- - name: Itho BGG Valve 2
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Distributor 1 valve 2'] }}"
- unique_id: "itho_autotemp_d1_v2"
- state_class: "measurement"
- - name: Itho BGG Valve 3
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Distributor 1 valve 3'] }}"
- unique_id: "itho_autotemp_d1_v3"
- state_class: "measurement"
- - name: Itho BGG Valve 4
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Distributor 1 valve 4'] }}"
- unique_id: "itho_autotemp_d1_v4"
- state_class: "measurement"
- # verdiepingsverdeler
- - name: Itho D2 Valve 1
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Distributor 2 valve 1'] }}"
- unique_id: "itho_autotemp_d2_v1"
- state_class: "measurement"
- - name: Itho D2 Valve 2
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Distributor 2 valve 2'] }}"
- unique_id: "itho_autotemp_d2_v2"
- state_class: "measurement"
- - name: Itho D2 Valve 3
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Distributor 2 valve 3'] }}"
- unique_id: "itho_autotemp_d2_v3"
- state_class: "measurement"
- - name: Itho D2 Valve 4
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Distributor 2 valve 4'] }}"
- unique_id: "itho_autotemp_d2_v4"
- state_class: "measurement"
- - name: Itho D2 Valve 5
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Distributor 2 valve 5'] }}"
- unique_id: "itho_autotemp_d2_v5"
- state_class: "measurement"
- - name: Itho D2 Valve 6
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Distributor 2 valve 6'] }}"
- unique_id: "itho_autotemp_d2_v6"
- state_class: "measurement"
- - name: Itho D2 Valve 7
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Distributor 2 valve 7'] }}"
- unique_id: "itho_autotemp_d2_v7"
- state_class: "measurement"
- - name: Itho D2 Valve 8
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Distributor 2 valve 8'] }}"
- unique_id: "itho_autotemp_d2_v8"
- state_class: "measurement"
- - name: Itho D2 Valve 9
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Distributor 2 valve 9'] }}"
- unique_id: "itho_autotemp_d2_v9"
- state_class: "measurement"
- - name: Itho Autotemp state
- state_topic: "ithoautotemp/ithostatus"
- value_template: >
- {% if value_json['State off'] == 1 %}Off {% endif %}
- {% if value_json['State cool'] == 1 %}Cooling {% endif %}
- {% if value_json['State heating'] == 1 %}Heating {% endif %}
- {% if value_json['State hand'] == 1 %}Hand {% endif %}
- unique_id: "itho_autotemp_state"
- #
- # Uit installatiehandleiding Autotemp:
- # Opstartfase, Initialiseren, IBS, Bedrijf, Configuratie of
- # Handbediening.
- - name: Itho Autotemp mode
- state_topic: "ithoautotemp/ithostatus"
- value_template: >
- {% set st = value_json.Mode | int %}
- {% if st == 0 %}
- Opstartfase
- {% elif st == 1 %}
- Init
- {% elif st == 2 %}
- IBS
- {% elif st == 3 %}
- Bedrijf
- {% elif st == 4 %}
- Configuratie
- {% elif st == 5 %}
- Handbediening
- {% endif %}
- unique_id: "itho_autotemp_mode"
- - name: Itho Autotemp condition
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Condition'] }}"
- unique_id: "itho_autotemp_condition"
- - name: Itho Autotemp particular
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Particulars'] }}"
- unique_id: "itho_autotemp_particulars"
- - name: Itho Autotemp heat source
- state_topic: "ithoautotemp/ithostatus"
- #value_template: "{{ value_json['Heat source'] }}"
- value_template: >
- {% set st = value_json['Heat source'] | int %}
- {% if st == 0 %}
- Off
- {% elif st == 1 %}
- Cooling
- {% elif st == 2 %}
- CV
- {% elif st == 4 %}
- DHW
- {% elif st == 5 %}
- DHW_Cooling
- {% else %}
- Unknown {{ st }}
- {% endif %}
- unique_id: "itho_autotemp_heat_source"
- - name: Itho Autotemp error
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Error'] }}"
- unique_id: "itho_autotemp_error"
- - name: Itho Autotemp Heat demand
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Desired power (%)'] }}"
- unique_id: "itho_autotemp_desired_power"
- state_class: "measurement"
- unit_of_measurement: "%"
- - name: Itho Autotemp outdoor temp
- state_topic: "ithoautotemp/ithostatus"
- value_template: "{{ value_json['Outdoor temp (°C)'] }}"
- unique_id: "itho_autotemp_outdoor_temp"
- state_class: "measurement"
- device_class: "temperature"
- unit_of_measurement: "°C"
Advertisement
Add Comment
Please, Sign In to add comment