API Integration Manual for Daikin DKN Cloud Wi-Fi Adaptor
The response is an array of JSON objects, where each object is the description of an Installation
(or group). Each installation consists of the following fields:
o _id: installation identifier. It will be used in every command request issued to a device.
o name: installation name, as it appears in the DKN Cloud NA app.
o timezoneId: timezone code for the installation.
o units: installation working units. Values:
0: Celsius
1: Fahrenheit
o added_at: date the installation was created.
o type: user’s privileges over the installation. A user can have one of the following roles in an
installation:
basic: user cannot create schedules; user has permission to control a subset of the
installation’s devices.
advanced: user has access to every device in the installation, as well as
adding/deleting users to it.
o schedules: Array of JSON objects representing all the schedules an installation has
configured:
devices: array of devices to which the schedule is applied.
hour: running hour, 24h format (0-23).
minutes: (0-59)
power: if the schedule turns on or off the ACs. Values:
− on: turns on the ACs
− off: turns off the ACs
mode: operation mode to be set. Values:
− 1: auto
− 2: cooling
− 3: heating
− 4: ventilation
− 5: dry
temp: setpoint to apply.
vent: fan speed to apply. The accepted values vary for each unit (depends on the
available speeds). The maximum range covers seven speeds and an auto speed:
− 0: auto speed
− [1, 7]: fan speeds.
days: array of numbers corresponding to the days the schedule applies. Values: [0,
6], where 0 corresponds to Sunday and 6 to Saturday.
name: name of the schedule.
enabled: (Boolean) whether the schedule is activated (true) or not (false).
_id: schedule unique identifier.