| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447 |
- name: Dual thermostat
- products:
- - id: kgimsje9a1qhqs2w
- manufacturer: Inkbird
- model: IPT-2CH V2.0
- name: Reptile thermostat
- entities:
- - entity: climate
- name: Probe 1
- translation_key: thermostat
- dps:
- - id: 101
- type: string
- optional: true
- name: temperature_unit
- mapping:
- - dps_val: null
- value: C
- - id: 102
- type: integer
- optional: true
- name: target_temp_low
- range:
- min: 0
- max: 1130
- mapping:
- - scale: 10
- constraint: temperature_unit
- conditions:
- - dps_val: C
- range:
- min: 0
- max: 450
- - dps_val: F
- range:
- min: 320
- max: 1130
- - id: 103
- type: integer
- optional: true
- name: target_temp_high
- range:
- min: 0
- max: 1130
- mapping:
- - scale: 10
- constraint: temperature_unit
- conditions:
- - dps_val: C
- range:
- min: 0
- max: 450
- - dps_val: F
- range:
- min: 320
- max: 1130
- - id: 104
- type: integer
- name: current_temperature
- mapping:
- - scale: 10
- constraint: temperature_unit
- conditions:
- - dps_val: F
- value_redirect: current_temp_f
- - id: 119
- type: integer
- optional: true
- name: current_temp_f
- mapping:
- - scale: 10
- - id: 120
- type: string
- optional: true
- name: hvac_action
- mapping:
- - dps_val: "0"
- value: idle
- - dps_val: "1"
- value: heating
- - dps_val: "2"
- value: idle
- - dps_val: "3"
- value: heating
- - entity: climate
- name: Probe 2
- translation_key: thermostat
- dps:
- - id: 101
- type: string
- optional: true
- name: temperature_unit
- mapping:
- - dps_val: null
- value: C
- - id: 108
- type: integer
- optional: true
- name: target_temp_low
- range:
- min: 0
- max: 1130
- mapping:
- - scale: 10
- constraint: temperature_unit
- conditions:
- - dps_val: C
- range:
- min: 0
- max: 450
- - dps_val: F
- range:
- min: 320
- max: 1130
- - id: 109
- type: integer
- optional: true
- name: target_temp_high
- range:
- min: 0
- max: 1130
- mapping:
- - scale: 10
- constraint: temperature_unit
- conditions:
- - dps_val: C
- range:
- min: 0
- max: 450
- - dps_val: F
- range:
- min: 320
- max: 1130
- - id: 124
- type: integer
- optional: true
- name: current_temperature
- mapping:
- - scale: 10
- constraint: temperature_unit
- conditions:
- - dps_val: F
- value_redirect: current_temp_f
- - id: 125
- type: integer
- optional: true
- name: current_temp_f
- mapping:
- - scale: 10
- - id: 120
- type: string
- optional: true
- name: hvac_action
- mapping:
- - dps_val: "0"
- value: idle
- - dps_val: "1"
- value: idle
- - dps_val: "2"
- value: heating
- - dps_val: "3"
- value: heating
- - entity: binary_sensor
- class: problem
- category: diagnostic
- dps:
- - id: 12
- type: bitfield
- optional: true
- name: sensor
- mapping:
- - dps_val: 0
- value: false
- - dps_val: null
- value: false
- - value: true
- - id: 12
- type: bitfield
- optional: true
- name: fault_code
- - entity: select
- translation_key: temperature_unit
- category: config
- dps:
- - id: 101
- type: string
- name: option
- optional: true
- mapping:
- - dps_val: C
- value: celsius
- - dps_val: F
- value: fahrenheit
- - entity: number
- name: High temperature alarm 1
- class: temperature
- category: config
- icon: "mdi:thermometer-chevron-up"
- dps:
- - id: 105
- type: integer
- optional: true
- name: value
- range:
- min: -50
- max: 1220
- mapping:
- - scale: 10
- constraint: unit
- conditions:
- - dps_val: C
- range:
- min: -50
- max: 500
- - dps_val: F
- range:
- min: 230
- max: 1220
- - id: 101
- type: string
- optional: true
- name: unit
- mapping:
- - dps_val: null
- value: C
- - entity: number
- name: Low temperature alarm 1
- category: config
- class: temperature
- icon: "mdi:thermometer-chevron-down"
- dps:
- - id: 106
- type: integer
- optional: true
- name: value
- range:
- min: -50
- max: 1220
- mapping:
- - scale: 10
- constraint: unit
- conditions:
- - dps_val: C
- range:
- min: -50
- max: 500
- - dps_val: F
- range:
- min: 230
- max: 1220
- - id: 101
- type: string
- optional: true
- name: unit
- mapping:
- - dps_val: null
- value: C
- - entity: number
- name: Temperature calibration 1
- class: temperature_delta
- category: config
- icon: "mdi:thermometer-check"
- dps:
- - id: 107
- type: integer
- optional: true
- name: value
- range:
- min: -99
- max: 99
- mapping:
- - scale: 10
- - id: 101
- type: string
- optional: true
- name: unit
- mapping:
- - dps_val: null
- value: C
- - entity: number
- name: High temperature alarm 2
- category: config
- class: temperature
- icon: "mdi:thermometer-chevron-up"
- dps:
- - id: 110
- type: integer
- optional: true
- name: value
- range:
- min: -50
- max: 1220
- mapping:
- - scale: 10
- - id: 101
- type: string
- optional: true
- name: unit
- mapping:
- - dps_val: null
- value: C
- - entity: number
- name: Low temperature alarm 2
- category: config
- class: temperature
- icon: "mdi:thermometer-chevron-down"
- dps:
- - id: 111
- type: integer
- optional: true
- name: value
- range:
- min: -50
- max: 1220
- mapping:
- - scale: 10
- - id: 101
- type: string
- optional: true
- name: unit
- mapping:
- - dps_val: null
- value: C
- - entity: number
- name: Temperature calibration 2
- class: temperature_delta
- category: config
- icon: "mdi:thermometer-check"
- dps:
- - id: 112
- type: integer
- optional: true
- name: value
- range:
- min: -99
- max: 99
- mapping:
- - scale: 10
- - id: 101
- type: string
- optional: true
- name: unit
- mapping:
- - dps_val: null
- value: C
- - entity: sensor
- name: Probe 1 status
- class: enum
- category: diagnostic
- dps:
- - id: 113
- type: string
- optional: true
- name: sensor
- mapping:
- - dps_val: null
- value: Unknown
- - dps_val: "0"
- value: Not connected
- - dps_val: "1"
- value: Normal
- - dps_val: "2"
- value: Error
- - entity: sensor
- name: Probe 2 status
- class: enum
- category: diagnostic
- dps:
- - id: 114
- type: string
- optional: true
- name: sensor
- mapping:
- - dps_val: null
- value: Unknown
- - dps_val: "0"
- value: Not connected
- - dps_val: "1"
- value: Normal
- - dps_val: "2"
- value: Error
- - entity: binary_sensor
- name: High temperature alarm 1
- class: heat
- category: diagnostic
- dps:
- - id: 115
- type: boolean
- optional: true
- name: sensor
- - entity: binary_sensor
- name: Low temperature alarm 1
- class: cold
- category: diagnostic
- dps:
- - id: 116
- type: boolean
- optional: true
- name: sensor
- - entity: binary_sensor
- name: High temperature alarm 2
- class: heat
- category: diagnostic
- dps:
- - id: 117
- type: boolean
- optional: true
- name: sensor
- - entity: binary_sensor
- name: Low temperature alarm 2
- class: cold
- category: diagnostic
- dps:
- - id: 118
- type: boolean
- optional: true
- name: sensor
- - entity: switch
- name: Alarm
- icon: "mdi:alarm-bell"
- category: config
- dps:
- - id: 122
- type: boolean
- optional: true
- name: switch
- - entity: binary_sensor
- name: Alarm
- class: sound
- category: diagnostic
- dps:
- - id: 123
- type: boolean
- optional: true
- name: sensor
- - entity: button
- name: Alarm mute
- icon: "mdi:volume-mute"
- category: config
- dps:
- - id: 123
- type: boolean
- optional: true
- name: button
- mapping:
- - dps_val: false
- value: true
|