| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555 |
- name: Camera
- products:
- - id: sy8xnbefqdxbgwti
- manufacturer: Moes
- model: P52
- name: PTZ indoor security camera
- entities:
- - entity: camera
- dps:
- - id: 105
- type: boolean
- name: switch
- mapping:
- - dps_val: false
- value: true
- - dps_val: true
- value: false
- - id: 134
- type: boolean
- name: motion_enable
- - id: 150
- type: boolean
- name: record
- - entity: light
- translation_key: indicator
- category: config
- dps:
- - id: 101
- type: boolean
- name: switch
- - entity: switch
- name: Flip image
- icon: "mdi:flip-horizontal"
- category: config
- dps:
- - id: 103
- type: boolean
- name: switch
- - entity: switch
- name: Watermark
- icon: "mdi:watermark"
- category: config
- dps:
- - id: 104
- type: boolean
- name: switch
- - entity: select
- name: Motion sensitivity
- icon: "mdi:motion-sensor"
- category: config
- dps:
- - id: 106
- type: string
- name: option
- mapping:
- - dps_val: "0"
- value: low
- - dps_val: "1"
- value: medium
- - dps_val: "2"
- value: high
- - entity: switch
- name: Wide dynamic range
- icon: "mdi:theme-light-dark"
- category: config
- dps:
- - id: 107
- type: boolean
- name: switch
- - entity: select
- name: Night vision
- icon: "mdi:weather-night"
- category: config
- dps:
- - id: 108
- type: string
- name: option
- mapping:
- - dps_val: "0"
- value: auto
- - dps_val: "1"
- value: "off"
- - dps_val: "2"
- value: "on"
- - entity: sensor
- name: SD card
- icon: "mdi:micro-sd"
- class: enum
- translation_key: status
- category: diagnostic
- dps:
- - id: 110
- type: integer
- name: sensor
- mapping:
- - dps_val: 1
- value: normal
- - dps_val: 2
- value: fault
- - dps_val: 3
- value: full
- - dps_val: 4
- value: formatting
- - dps_val: 5
- value: missing
- - dps_val: 6
- value: unformatted
- - id: 109
- type: string
- name: storage
- - entity: button
- name: Format SD
- icon: "mdi:micro-sd"
- category: config
- dps:
- - id: 111
- type: boolean
- optional: true
- name: button
- - id: 117
- type: integer
- name: status
- - entity: event
- class: motion
- dps:
- - id: 115
- type: string
- name: event
- optional: true
- mapping:
- - dps_val: null
- value: null
- - value: detected
- - id: 115
- type: string
- optional: true
- name: snapshot
- - id: 212
- type: string
- optional: true
- name: message
- - entity: button
- name: Pan stop
- icon: "mdi:stop"
- dps:
- - id: 116
- type: boolean
- optional: true
- name: button
- - id: 119
- type: string
- optional: true
- name: pan_command
- mapping:
- - dps_val: "0"
- value: up
- - dps_val: "1"
- value: right-up
- - dps_val: "2"
- value: right
- - dps_val: "3"
- value: right-down
- - dps_val: "4"
- value: down
- - dps_val: "5"
- value: left-down
- - dps_val: "6"
- value: left
- - dps_val: "7"
- value: left-up
- - dps_val: "8"
- value: idle
- - dps_val: "9"
- value: self-test
- - entity: button
- name: Pan up
- icon: "mdi:arrow-up-thick"
- dps:
- - id: 119
- type: string
- optional: true
- name: button
- mapping:
- - dps_val: "0"
- value: true
- - entity: button
- name: Pan right-up
- icon: "mdi:arrow-top-right-thick"
- dps:
- - id: 119
- type: string
- optional: true
- name: button
- mapping:
- - dps_val: "1"
- value: true
- - entity: button
- name: Pan right
- icon: "mdi:arrow-right-thick"
- dps:
- - id: 119
- type: string
- optional: true
- name: button
- mapping:
- - dps_val: "2"
- value: true
- - entity: button
- name: Pan right-down
- icon: "mdi:arrow-bottom-right-thick"
- dps:
- - id: 119
- type: string
- optional: true
- name: button
- mapping:
- - dps_val: "3"
- value: true
- - entity: button
- name: Pan down
- icon: "mdi:arrow-down-thick"
- dps:
- - id: 119
- type: string
- optional: true
- name: button
- mapping:
- - dps_val: "4"
- value: true
- - entity: button
- name: Pan left-down
- icon: "mdi:arrow-bottom-left-thick"
- dps:
- - id: 119
- type: string
- optional: true
- name: button
- mapping:
- - dps_val: "5"
- value: true
- - entity: button
- name: Pan left
- icon: "mdi:arrow-left-thick"
- dps:
- - id: 119
- type: string
- optional: true
- name: button
- mapping:
- - dps_val: "6"
- value: true
- - entity: button
- name: Pan left-up
- icon: "mdi:arrow-top-left-thick"
- dps:
- - id: 119
- type: string
- optional: true
- name: button
- mapping:
- - dps_val: "7"
- value: true
- - entity: switch
- name: Alarm enable
- icon: "mdi:bullhorn"
- category: config
- dps:
- - id: 120
- type: boolean
- name: switch
- - entity: siren
- dps:
- - id: 159
- type: boolean
- name: switch
- - id: 125
- type: string
- name: tone
- mapping:
- - dps_val: item_1
- value: Siren 1
- - dps_val: item_2
- value: Siren 2
- - dps_val: item_3
- value: Siren 3
- - id: 194
- type: integer
- name: duration
- unit: s
- range:
- min: 10
- max: 60
- mapping:
- - step: 10
- - id: 195
- type: integer
- name: volume_level
- range:
- min: 10
- max: 100
- mapping:
- - scale: 100
- step: 10
- - entity: button
- name: PTZ calibration
- icon: "mdi:arrow-decision"
- category: config
- dps:
- - id: 132
- type: boolean
- optional: true
- name: button
- - id: 178
- type: string
- optional: true
- name: memory_point_set
- - entity: switch
- name: Sound detection
- icon: "mdi:ear-hearing"
- category: config
- dps:
- - id: 139
- type: boolean
- name: switch
- - entity: select
- name: Sound sensitivity
- icon: "mdi:microphone"
- category: config
- dps:
- - id: 140
- type: string
- name: option
- mapping:
- - dps_val: "0"
- value: low
- - dps_val: "1"
- value: high
- - entity: event
- name: Sound
- dps:
- - id: 141
- type: string
- name: event
- optional: true
- mapping:
- - dps_val: null
- value: null
- - value: detected
- - id: 141
- type: string
- optional: true
- name: sound
- - entity: select
- name: Record mode
- icon: "mdi:video"
- category: config
- dps:
- - id: 151
- type: string
- name: option
- mapping:
- - dps_val: "1"
- value: Event
- - dps_val: "2"
- value: Continuous
- - entity: number
- translation_key: volume
- category: config
- dps:
- - id: 160
- type: integer
- name: value
- unit: "%"
- range:
- min: 1
- max: 10
- mapping:
- - scale: 10
- - entity: switch
- name: Motion tracking
- icon: "mdi:motion"
- category: config
- dps:
- - id: 161
- type: boolean
- optional: true
- name: switch
- mapping:
- - dps_val: null
- value: false
- hidden: true
- - entity: button
- class: restart
- category: config
- dps:
- - id: 162
- type: boolean
- optional: true
- name: button
- - entity: button
- name: Zoom out
- icon: "mdi:magnify-minus"
- dps:
- - id: 163
- type: string
- name: button
- optional: true
- mapping:
- - dps_val: "0"
- value: true
- - entity: button
- name: Zoom in
- icon: "mdi:magnify-plus"
- dps:
- - id: 163
- type: string
- name: button
- optional: true
- mapping:
- - dps_val: "1"
- value: true
- - entity: button
- name: Stop zooming
- icon: "mdi:stop-circle-outline"
- category: config
- dps:
- - id: 164
- type: boolean
- optional: true
- name: button
- - entity: switch
- name: Cry detection
- icon: "mdi:emotion-cry"
- category: config
- dps:
- - id: 167
- type: boolean
- name: switch
- - entity: switch
- name: Motion masking
- icon: "mdi:vector-rectangle"
- category: config
- dps:
- - id: 168
- type: boolean
- name: switch
- - id: 169
- type: string
- name: area
- - entity: switch
- name: Human filter
- icon: "mdi:human"
- category: config
- dps:
- - id: 170
- type: boolean
- optional: true
- name: switch
- mapping:
- - dps_val: null
- value: false
- hidden: true
- - entity: event
- name: Alarm
- icon: "mdi:alarm-bell"
- dps:
- - id: 185
- type: string
- name: event
- optional: true
- mapping:
- - dps_val: null
- value: null
- - value: alarm
- - id: 185
- type: string
- name: message
- optional: true
- - entity: switch
- name: AI face recognition
- category: config
- dps:
- - id: 186
- type: boolean
- optional: true
- name: switch
- mapping:
- - dps_val: null
- value: false
- hidden: true
- - entity: select
- name: Anti-flicker
- icon: "mdi:television-classic"
- category: config
- dps:
- - id: 188
- type: string
- optional: true
- name: option
- mapping:
- - dps_val: "0"
- value: "off"
- - dps_val: "1"
- value: "50Hz"
- - dps_val: "2"
- value: "60Hz"
- - dps_val: null
- value: "off"
- hidden: true
- - entity: switch
- name: Mute recording
- icon: "mdi:volume-mute"
- category: config
- dps:
- - id: 197
- type: boolean
- name: switch
- - entity: switch
- name: Mark objects
- icon: "mdi:image-filter-center-focus"
- category: config
- dps:
- - id: 198
- type: boolean
- name: switch
- - entity: switch
- name: ONVIF
- category: config
- dps:
- - id: 235
- type: boolean
- name: switch
- - id: 236
- type: boolean
- name: passwd_changed
- - id: 237
- type: string
- name: ip_address
- - id: 238
- type: string
- optional: true
- name: change_passwd
- - id: 239
- type: string
- name: ip_type
- - entity: sensor
- name: Zoom
- category: diagnostic
- dps:
- - id: 252
- type: integer
- name: sensor
- class: measurement
- mapping:
- - scale: 10
|