| manual_fan_speed | main | Dimmer | RW | Value to control the fan speed when in MANUAL mode (10 steps) |
| supply_fan_speed | main | Number | RO | Current rotation of the fan supplying air to the rooms (in rpm) |
| extract_fan_speed | main | Number | RO | Current rotation of the fan extracting air from the rooms (in rpm) |
-| supply_fan_step | main | Dimmer | RO | Current 10-step setting of the fan supplying air to the rooms |
-| extract_fan_step | main | Dimmer | RO | Current 10-step setting of the fan extracting air from the rooms |
+| supply_fan_step | main | Dimmer | RO | Current step setting of the fan supplying air to the rooms |
+| extract_fan_step | main | Dimmer | RO | Current step setting of the fan extracting air from the rooms |
| boost | main | Switch | RW | Enables fan boost |
| night_cooling | main | Switch | RW | Enables night cooling |
| room_temp | temps | Number | RO | Temperature of the air in the room of the Air Dial |
<channel-group-type id="service">
<label>Service</label>
<channels>
- <channel id="battery_life" typeId="percentage">
+ <channel id="battery_life" typeId="system.battery-level">
<label>Battery Life</label>
<description>Remaining Air Dial Battery Level</description>
</channel>
<channel-type id="currentTime">
<item-type>DateTime</item-type>
<label>Current Time</label>
+ <description>Current time reported by the air unit</description>
+ <category>Time</category>
<state readOnly="true"/>
</channel-type>
<channel-type id="mode">
<item-type>String</item-type>
<label>Mode</label>
- <description>Off, Demand, Manual, Program</description>
+ <description>Operation mode of the air unit: Off, Demand, Manual, Program</description>
<state>
<options>
<option value="DEMAND">Demand</option>
<channel-type id="manualFanSpeed">
<item-type>Dimmer</item-type>
<label>Manual Fan Speed</label>
+ <description>Controls 10-step setting of the fan when operation mode is manual</description>
+ <category>Fan</category>
<state step="10" min="0" max="100"/>
</channel-type>
<channel-type id="supplyFanSpeed">
<item-type>Number</item-type>
<label>Supply Fan Speed</label>
+ <description>Current rotation of the fan supplying air to the rooms</description>
+ <category>Fan</category>
<state pattern="%.0f rpm" readOnly="true" min="0"/>
</channel-type>
<channel-type id="extractFanSpeed">
<item-type>Number</item-type>
<label>Extract Fan Speed</label>
+ <description>Current rotation of the fan extracting air from the rooms</description>
+ <category>Fan</category>
<state pattern="%.0f rpm" readOnly="true" min="0"/>
</channel-type>
<channel-type id="supplyFanStep">
<item-type>Dimmer</item-type>
<label>Supply Fan Step</label>
+ <description>Current step setting of the fan supplying air to the rooms</description>
+ <category>Fan</category>
<state step="10" min="0" max="100" readOnly="true"/>
</channel-type>
<channel-type id="extractFanStep">
<item-type>Dimmer</item-type>
<label>Extract Fan Step</label>
+ <description>Current step setting of the fan extracting air from the rooms</description>
+ <category>Fan</category>
<state step="10" min="0" max="100" readOnly="true"/>
</channel-type>
<channel-type id="percentage">
<item-type>Number:Temperature</item-type>
<label>Temperature</label>
<description>Current temperature</description>
+ <category>Temperature</category>
<state readOnly="true" pattern="%.1f %unit%"/>
</channel-type>