| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- name: Energy monitoring smartplug
- legacy_type: kogan_switch2
- entities:
- - entity: switch
- class: outlet
- dps:
- - id: 1
- type: boolean
- name: switch
- - id: 21
- type: bitfield
- name: factory_test
- optional: true
- - entity: sensor
- category: diagnostic
- class: voltage
- dps:
- - id: 20
- name: sensor
- type: integer
- class: measurement
- unit: V
- mapping:
- - scale: 10
- - id: 22
- type: integer
- name: calibration
- optional: true
- - entity: sensor
- category: diagnostic
- class: current
- dps:
- - id: 18
- name: sensor
- type: integer
- class: measurement
- unit: mA
- - id: 23
- type: integer
- name: calibration
- optional: true
- - entity: sensor
- category: diagnostic
- class: power
- dps:
- - id: 19
- name: sensor
- type: integer
- class: measurement
- unit: W
- mapping:
- - scale: 10
- - id: 24
- type: integer
- name: calibration
- optional: true
- - entity: number
- category: config
- class: duration
- translation_key: timer
- dps:
- - id: 9
- type: integer
- name: value
- unit: min
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- - entity: binary_sensor
- class: problem
- category: diagnostic
- dps:
- - id: 26
- type: bitfield
- name: sensor
- optional: true
- mapping:
- - dps_val: 0
- value: false
- - dps_val: null
- value: false
- - value: true
- - id: 26
- type: bitfield
- name: fault_code
- optional: true
|