| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- name: Ventilation
- products:
- - id: npf4762xatmaw29g
- manufacturer: Arida
- model: Venti 160
- entities:
- - entity: fan
- dps:
- - id: 1
- type: boolean
- name: switch
- - id: 2
- type: string
- name: preset_mode
- mapping:
- - dps_val: supply
- value: fresh
- - dps_val: exhaust
- value: extractor
- - dps_val: ventilate
- value: heat_recovery
- - id: 3
- type: integer
- name: speed
- range:
- min: 1
- max: 3
- - entity: switch
- translation_key: ionizer
- category: config
- dps:
- - id: 9
- type: boolean
- name: switch
- - entity: light
- translation_key: indicator
- category: config
- dps:
- - id: 15
- type: boolean
- name: switch
- - entity: climate
- name: Free cooling
- dps:
- - id: 102
- type: boolean
- name: hvac_mode
- mapping:
- - dps_val: false
- value: "off"
- - dps_val: true
- value: fan_only
- - id: 20
- type: integer
- name: temperature
- unit: C
- range:
- min: 10
- max: 29
- - id: 21
- type: integer
- name: current_temperature
- - entity: select
- translation_key: timer
- category: config
- dps:
- - id: 22
- type: string
- name: option
- mapping:
- - dps_val: cancel
- value: cancel
- - dps_val: "1h"
- value: "1h"
- - dps_val: "2h"
- value: "2h"
- - dps_val: "3h"
- value: "3h"
- - dps_val: "4h"
- value: "4h"
- - dps_val: "5h"
- value: "5h"
- - dps_val: "6h"
- value: "6h"
- - dps_val: "7h"
- value: "7h"
- - dps_val: "8h"
- value: "8h"
- - dps_val: "9h"
- value: "9h"
- - dps_val: "10h"
- value: "10h"
- - dps_val: "11h"
- value: "11h"
- - dps_val: "12h"
- value: "12h"
- - entity: sensor
- translation_key: time_remaining
- class: duration
- category: diagnostic
- dps:
- - id: 23
- type: integer
- name: sensor
- unit: min
- - entity: binary_sensor
- class: problem
- category: diagnostic
- dps:
- - id: 24
- type: bitfield
- optional: true
- name: sensor
- mapping:
- - dps_val: 0
- value: false
- - dps_val: null
- value: false
- - value: true
- - id: 24
- type: bitfield
- optional: true
- name: fault_code
- - entity: binary_sensor
- translation_key: connectivity
- category: diagnostic
- dps:
- - id: 101
- type: boolean
- name: sensor
- - entity: switch
- name: CO2 control
- icon:
- category: config
- dps:
- - id: 103
- type: boolean
- name: switch
- - entity: number
- class: carbon_dioxide
- category: config
- dps:
- - id: 104
- type: integer
- name: value
- unit: ppm
- range:
- min: 400
- max: 2000
- - entity: sensor
- class: carbon_dioxide
- dps:
- - id: 105
- type: integer
- name: sensor
- unit: ppm
- class: measurement
- - entity: binary_sensor
- name: Filter change
- class: problem
- category: diagnostic
- dps:
- - id: 106
- type: boolean
- name: sensor
- - entity: switch
- name: Boost
- icon: "mdi:rocket-launch"
- dps:
- - id: 107
- type: boolean
- name: switch
|