| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- name: Energy monitor switch
- products:
- # - id: UNKNOWN
- # manufacturer: Aubess
- - id: m4jtkjc43ltrilru
- model: T34 Smart Plug+
- entities:
- - entity: switch
- dps:
- - id: 1
- name: switch
- type: boolean
- - id: 24
- name: test_bit
- type: integer
- - id: 42
- name: random_time
- type: string
- - id: 43
- name: cycle_time
- type: string
- - id: 44
- name: switch_inching
- type: string
- - entity: number
- translation_key: timer
- class: duration
- category: config
- dps:
- - id: 9
- name: value
- type: integer
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- - entity: select
- translation_key: initial_state
- category: config
- dps:
- - id: 38
- type: string
- name: option
- mapping:
- - dps_val: "0"
- value: "off"
- available: numeric_values
- - dps_val: "1"
- value: "on"
- available: numeric_values
- - dps_val: "2"
- value: memory
- available: numeric_values
- - dps_val: "off"
- value: "off"
- available: word_values
- - dps_val: "on"
- value: "on"
- available: word_values
- - dps_val: "memory"
- value: memory
- available: word_values
- - id: 38
- type: string
- name: numeric_values
- mapping:
- - dps_val: "0"
- value: true
- - dps_val: "1"
- value: true
- - dps_val: "2"
- value: true
- - value: false
- - id: 38
- type: string
- name: word_values
- mapping:
- - dps_val: "on"
- value: true
- - dps_val: "off"
- value: true
- - dps_val: memory
- value: true
- - value: false
- - entity: sensor
- name: Energy
- category: diagnostic
- dps:
- - id: 20
- name: sensor
- type: integer
- optional: true
- unit: Wh
- - entity: sensor
- class: current
- category: diagnostic
- dps:
- - id: 21
- name: sensor
- type: integer
- class: measurement
- force: true
- unit: mA
- - entity: sensor
- class: power
- category: diagnostic
- dps:
- - id: 22
- name: sensor
- type: integer
- class: measurement
- force: true
- unit: W
- mapping:
- - scale: 10
- - entity: sensor
- class: voltage
- category: diagnostic
- dps:
- - id: 23
- name: sensor
- type: integer
- force: true
- class: measurement
- unit: V
- mapping:
- - scale: 10
- - entity: binary_sensor
- class: problem
- category: diagnostic
- dps:
- - id: 29
- type: bitfield
- optional: true
- name: sensor
- mapping:
- - dps_val: 0
- value: false
- - value: true
- - id: 29
- type: bitfield
- optional: true
- name: fault_code
|