| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- name: Dual smartplug
- products:
- - id: hhmfhqctaquluc7t
- manufacturer: Denver
- model: SHP-200mk2
- entities:
- - entity: switch
- translation_key: outlet_x
- translation_placeholders:
- x: "1"
- class: outlet
- dps:
- - id: 1
- type: boolean
- name: switch
- - id: 17
- type: integer
- name: add_ele
- optional: true
- - id: 21
- type: bitfield
- name: factory_test
- optional: true
- - id: 25
- type: integer
- name: ele_calibration
- optional: true
- - id: 41
- type: string
- name: schedule
- optional: true
- - id: 42
- type: string
- optional: true
- name: random_schedule
- - entity: switch
- translation_key: outlet_x
- translation_placeholders:
- x: "2"
- class: outlet
- dps:
- - id: 2
- type: boolean
- name: switch
- - entity: time
- category: config
- translation_key: timer_x
- translation_placeholders:
- x: "1"
- dps:
- - id: 9
- type: integer
- name: second
- range:
- min: 0
- max: 86400
- - entity: time
- category: config
- translation_key: timer_x
- translation_placeholders:
- x: "2"
- dps:
- - id: 10
- type: integer
- name: second
- range:
- min: 0
- max: 86400
- - entity: sensor
- class: current
- category: diagnostic
- dps:
- - id: 18
- type: integer
- name: sensor
- unit: mA
- class: measurement
- - id: 23
- type: integer
- name: calibration
- optional: true
- - entity: sensor
- class: power
- category: diagnostic
- dps:
- - id: 19
- type: integer
- name: sensor
- unit: W
- class: measurement
- mapping:
- - scale: 10
- - id: 24
- type: integer
- name: calibration
- optional: true
- - entity: sensor
- class: voltage
- category: diagnostic
- dps:
- - id: 20
- type: integer
- name: sensor
- unit: V
- class: measurement
- mapping:
- - scale: 10
- - id: 22
- type: integer
- name: calibration
- optional: true
- - entity: binary_sensor
- class: problem
- category: diagnostic
- dps:
- - id: 26
- type: bitfield
- name: sensor
- optional: true
- persist: false
- mapping:
- - dps_val: null
- value: false
- - dps_val: 0
- value: false
- - value: true
- - id: 26
- type: bitfield
- name: fault_code
- optional: true
- - entity: select
- translation_key: initial_state
- category: config
- dps:
- - id: 38
- type: string
- name: option
- optional: true
- mapping:
- - dps_val: "on"
- value: "on"
- - dps_val: "off"
- value: "off"
- - dps_val: memory
- value: memory
- - dps_val: null
- invalid: true
|