| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281 |
- name: Thermostat
- legacy_type: inkbird_thermostat
- products:
- - id: wynvjn0ztufzrd0p
- manufacturer: Inkbird
- model: ITC-306A V3.0
- - id: ziqtatr15jcbblem
- manufacturer: Inkbird
- model: ITC-306A V4
- entities:
- - entity: climate
- translation_only_key: thermo_switch
- dps:
- - id: 101
- type: string
- name: temperature_unit
- - id: 103
- type: string
- name: hvac_mode
- mapping:
- - dps_val: "on"
- value: heat
- - dps_val: pause
- value: fan_only
- - dps_val: "off"
- value: "off"
- icon: "mdi:thermometer-off"
- icon_priority: 4
- - id: 104
- type: integer
- name: current_temperature
- mapping:
- - scale: 10
- constraint: temperature_unit
- conditions:
- - dps_val: F
- value_redirect: current_temperature_f
- - id: 106
- type: integer
- name: target_temp_low
- range:
- min: 0
- max: 450
- mapping:
- - scale: 10
- constraint: temperature_unit
- conditions:
- - dps_val: F
- range:
- min: 320
- max: 1130
- - id: 111
- type: boolean
- name: high_temp_alarm
- hidden: true
- mapping:
- - dps_val: true
- icon: "mdi:thermometer-alert"
- icon_priority: 1
- - id: 112
- type: boolean
- name: low_temp_alarm
- hidden: true
- mapping:
- - dps_val: true
- icon: "mdi:snowflake-alert"
- icon_priority: 2
- - id: 113
- type: boolean
- name: temperature_difference_alarm
- hidden: true
- mapping:
- - dps_val: true
- icon: "mdi:thermometer-alert"
- icon_priority: 3
- - id: 114
- type: integer
- name: target_temp_high
- range:
- min: 0
- max: 450
- mapping:
- - scale: 10
- constraint: temperature_unit
- conditions:
- - dps_val: F
- range:
- min: 320
- max: 1130
- - id: 115
- type: boolean
- name: hvac_action
- mapping:
- - dps_val: true
- icon: "mdi:thermometer"
- icon_priority: 6
- value: heating
- - dps_val: false
- icon: "mdi:thermometer-off"
- icon_priority: 5
- value: idle
- - id: 116
- type: integer
- name: current_temperature_f
- mapping:
- - scale: 10
- hidden: true
- - id: 120
- type: boolean
- name: heat_time_alarm
- hidden: true
- mapping:
- - dps_val: true
- icon: "mdi:clock-alert"
- icon_priority: 4
- - entity: number
- category: config
- translation_key: temperature_calibration
- dps:
- - id: 102
- name: value
- type: integer
- unit: °
- range:
- min: -99
- max: 99
- mapping:
- - scale: 10
- constraint: temp_unit
- conditions:
- - dps_val: F
- range:
- min: -150
- max: 150
- - id: 101
- type: string
- name: temp_unit
- hidden: true
- - entity: number
- name: Continuous heat hours
- icon: "mdi:clock"
- category: config
- dps:
- - id: 108
- type: integer
- name: value
- unit: h
- range:
- min: 0
- max: 96
- - entity: number
- name: High temperature limit
- category: config
- class: temperature
- icon: "mdi:thermometer-alert"
- dps:
- - id: 109
- name: value
- type: integer
- range:
- min: -400
- max: 1000
- mapping:
- - scale: 10
- constraint: unit
- conditions:
- - dps_val: F
- range:
- min: -400
- max: 2120
- - id: 101
- name: unit
- type: string
- hidden: true
- - entity: number
- name: Low temperature limit
- icon: "mdi:snowflake-alert"
- category: config
- class: temperature
- dps:
- - id: 110
- name: value
- type: integer
- range:
- min: -400
- max: 1000
- mapping:
- - scale: 10
- constraint: unit
- conditions:
- - dps_val: F
- range:
- min: -400
- max: 2120
- - id: 101
- name: unit
- type: string
- hidden: true
- - entity: select
- category: config
- translation_key: temperature_unit
- dps:
- - id: 101
- name: option
- type: string
- mapping:
- - dps_val: C
- value: celsius
- - dps_val: F
- value: fahrenheit
- - entity: binary_sensor
- class: heat
- category: diagnostic
- name: High temperature
- dps:
- - id: 111
- type: boolean
- name: sensor
- - entity: binary_sensor
- class: cold
- category: diagnostic
- name: Low temperature
- dps:
- - id: 112
- type: boolean
- name: sensor
- - entity: binary_sensor
- class: problem
- category: diagnostic
- name: Continuous heat
- dps:
- - id: 120
- type: boolean
- name: sensor
- - entity: binary_sensor
- class: problem
- category: diagnostic
- dps:
- - id: 12
- name: sensor
- type: bitfield
- mapping:
- - dps_val: 0
- value: false
- - value: true
- - id: 12
- type: bitfield
- name: fault_code
- - entity: binary_sensor
- class: problem
- category: diagnostic
- name: Unbalanced
- icon: "mdi:scale-unbalanced"
- dps:
- - id: 113
- type: boolean
- name: sensor
- - entity: binary_sensor
- class: problem
- category: diagnostic
- name: Probe 1 fault
- dps:
- - id: 117
- type: boolean
- name: sensor
- - entity: binary_sensor
- class: problem
- category: diagnostic
- name: Probe 2 fault
- dps:
- - id: 118
- type: boolean
- name: sensor
- - entity: binary_sensor
- class: problem
- category: diagnostic
- name: Heating fault
- dps:
- - id: 119
- type: boolean
- name: sensor
|