Skip to content

Commit

Permalink
Add support for Heatstorm DH-100TWI heater
Browse files Browse the repository at this point in the history
Issue #2309
  • Loading branch information
make-all committed Sep 26, 2024
1 parent 67d7577 commit 1a1193f
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ACKNOWLEDGEMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ Further device support has been made with the assistance of users. Please consid
- [mastermind85](https://github.com/mastermind85) for assisting with support for MC6 thermostats.
- [BettySwallocks](https://github.com/BettySwallocks) for assisting with support for Advanced Fires 1500 electric fireplaces.
- [Striiter](https://github.com/Stritter) for assisting with support for Feyree and WOUEJ EV chargers.
- [mprobber](https://github.com/mprobber) for assisting with support for Sunbeam dual heated matress pads and BSTUOKEY access control keypads.
- [mprobber](https://github.com/mprobber) for assisting with support for Sunbeam dual heated matress pads, BSTUOKEY access control keypads and Heatstorm DH-100-TWI heaters.
- [gtawelt](https:github.com/gtawelt) for contributing support for Parkside PMW-300 solar inverters.
- [DocDrydenn](https://github.com/DocDrydenn) for assisting with support for Treatlife dual dimmer smartplugs.
- [kbirger](https://github.com/kbirger) for contributing support for Reiga 52 ceiling fan with light.
Expand Down
1 change: 1 addition & 0 deletions DEVICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
- Eurom Wall Designheat 2000 heater
- Goldair heater models beginning with the code GPPH, GCPV, GECO, PH-ET
- Hama radiator controller
- Heatstorm DH-100-TWI heater
- Heatstorm HS-1500 heater
- Heatstorm HS-6000-GC heavy duty heater
- Herschel infrared heater
Expand Down
234 changes: 234 additions & 0 deletions custom_components/tuya_local/devices/heatstorm_dh100twi_heater.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,234 @@
name: Heater
products:
- id: noiczk9zcelajycz
name: Heatstorm DH100TWI-2003
primary_entity:
entity: climate
translation_only_key: heater
dps:
- id: 1
type: boolean
name: hvac_mode
mapping:
- dps_val: false
value: "off"
- dps_val: true
value: heat
constraint: heating_sw
conditions:
- dps_val: Fan
value: fan_only
- id: 2
type: integer
optional: true
name: temperature
range:
min: 4
max: 37
mapping:
- constraint: temperature_unit
conditions:
- dps_val: f
value_redirect: set_temp_f
range:
min: 40
max: 99
- id: 3
type: integer
optional: true
name: current_temperature
mapping:
- constraint: temperature_unit
conditions:
- dps_val: f
value_redirect: cur_temp_f
- id: 4
type: string
name: preset_mode
mapping:
- dps_val: Auto
value: comfort
- dps_val: Low
value: eco
- dps_val: High
value: boost
- id: 5
type: string
name: fan_mode
mapping:
- dps_val: Low
value: low
- dps_val: Auto
value: auto
- dps_val: High
value: high
- id: 13
type: string
name: temperature_unit
mapping:
- dps_val: c
value: C
- dps_val: f
value: F
- id: 14
type: integer
optional: true
name: set_temp_f
range:
min: 40
max: 99
hidden: true
- id: 15
type: integer
optional: true
name: cur_temp_f
hidden: true
- id: 101
type: string
name: heating_sw
- id: 106
type: integer
optional: true
name: current_humidity
secondary_entities:
- entity: lock
translation_key: child_lock
category: config
dps:
- id: 7
type: boolean
name: lock
mapping:
- dps_val: true
value: false
- dps_val: false
value: true
- entity: light
translation_key: indicator
dps:
- id: 10
type: boolean
name: switch
- entity: binary_sensor
class: problem
category: diagnostic
dps:
- id: 21
type: bitfield
name: sensor
mapping:
- dps_val: 0
value: false
- value: true
- id: 21
type: bitfield
name: fault_code
- id: 21
type: bitfield
name: description
mapping:
- dps_val: 1
value: Temp sensor fault
- dps_val: 2
value: Tilt over
- dps_val: 4
value: Over-voltage
- entity: select
translation_key: temperature_unit
category: config
dps:
- id: 13
type: string
name: option
mapping:
- dps_val: c
value: celsius
- dps_val: f
value: fahrenheit
- entity: sensor
translation_key: time_remaining
class: duration
category: diagnostic
dps:
- id: 20
type: integer
name: sensor
unit: min
- entity: switch
translation_key: keytone
category: config
dps:
- id: 103
type: boolean
name: switch
- entity: number
name: Temperature calibration
category: config
icon: "mdi:thermometer-check"
dps:
- id: 104
type: integer
optional: true
name: value
unit:
range:
min: -5
max: 5
mapping:
- constraint: temp_unit
conditions:
- dps_val: f
value_redirect: calib_f
range:
min: -9
max: 9
- id: 102
type: integer
optional: true
name: calib_f
hidden: true
- id: 13
type: string
name: temp_unit
- entity: select
name: Thermometer
icon: "mdi:thermometer"
category: config
dps:
- id: 105
type: string
name: option
mapping:
- dps_val: Internal
value: Internal
- dps_val: External
value: External
- id: 107
type: string
name: external_thermometer_status
- entity: sensor
name: External temperature
class: temperature
category: diagnostic
dps:
- id: 108
type: integer
optional: true
name: sensor
class: measurement
mapping:
- constraint: unit
conditions:
- dps_val: F
value_redirect: temp_external_f
- id: 109
type: string
optional: true
name: unit
mapping:
- dps_val: null
value: C
- id: 110
type: integer
optional: true
name: temp_external_f

0 comments on commit 1a1193f

Please sign in to comment.