请选择 进入手机版 | 继续访问电脑版

『瀚思彼岸』» 智能家居技术论坛

 找回密码
 立即注册
楼主: mypal

[技术讨论] 大金空调DS-AIR及『金制空气』接入HA

  [复制链接]

0

主题

26

帖子

99

积分

注册会员

Rank: 2

积分
99
金钱
72
HASS币
0
发表于 2021-7-22 09:14:24 | 显示全部楼层
mypal 发表于 2021-7-20 19:37
你搜下日志,看看有没有GetRoomInfoResult的信息,获取设备列表是通过这个协议的
我在test分支加了网关返 ...

2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] send:
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConRecommendedIndoorTempParam {
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 4
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: AIR_RECOMMENDED_INDOOR_TEMP
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cnt: 4
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] has_result: True
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: AIRCON}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] send:
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConCapabilityQueryParam {
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] aircons: [
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     0: AirCon {
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 客厅右
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: False
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: FIX
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: False
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-00
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 1
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 0}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     1: AirCon {
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 客厅左
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: False
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: FIX
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: False
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-01
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 2
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 0}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     2: AirCon {
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 主卧
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: False
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: FIX
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: False
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-03
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 4
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 0}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     3: AirCon {
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 儿子房
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: False
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: FIX
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: False
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-04
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 5
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 0}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     4: AirCon {
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 茶区
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: False
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: FIX
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: False
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-05
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 6
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 0}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     5: AirCon {
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 客房
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: False
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: FIX
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: False
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-06
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 7
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 0}]
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 5
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ERR_CODE
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cnt: 5
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] has_result: True
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: AIRCON}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] send:
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConCapabilityQueryParam {
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] aircons: [
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     0: AirCon {
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 衣帽间
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: False
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: FIX
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: False
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-02
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: True
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 3
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 0}]
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 6
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ERR_CODE
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cnt: 6
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] has_result: True
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: NEWAIRCON}
这一段看上去像是有问题,看上去是出错后导致只有最后一个有信息,所以只出来一个
回复

使用道具 举报

1

主题

48

帖子

509

积分

论坛技术达人

积分
509
金钱
456
HASS币
20
 楼主| 发表于 2021-7-22 10:10:56 | 显示全部楼层
heeroyuy925 发表于 2021-7-20 23:08
之前的日志我就是从home-assistant.log里面拿出来的,我明天会重新部署一下试试看test branch. 顺便说一 ...

没什么用,网关的通信协议看不到硬件型号的。推测你家的空调可能型号跟我家不太一样,得看一下编码才知道情况了。还是部署下test分支的代码,把日志里面包含“hex: 0x02”的日志提供下,我分析下设备协议
回复

使用道具 举报

1

主题

48

帖子

509

积分

论坛技术达人

积分
509
金钱
456
HASS币
20
 楼主| 发表于 2021-7-22 10:13:09 | 显示全部楼层
wuyizhao 发表于 2021-7-22 09:14
2021-07-22 06:42:24 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]  [31msend: [0 ...

还是部署下test分支的代码,把日志里面包含“hex: 0x02”的日志提供下吧,不然被办法分析为啥你的设备不被支持
回复

使用道具 举报

0

主题

26

帖子

99

积分

注册会员

Rank: 2

积分
99
金钱
72
HASS币
0
发表于 2021-7-22 15:04:57 | 显示全部楼层
本帖最后由 wuyizhao 于 2021-7-22 15:21 编辑

?我已经重新部署了,test分支需要如何部署呢?是直接下载包复制上去吗?
test分支是在1.2.2上的吗?
回复

使用道具 举报

0

主题

26

帖子

99

积分

注册会员

Rank: 2

积分
99
金钱
72
HASS币
0
发表于 2021-7-22 16:27:54 | 显示全部楼层
2021-07-22 16:24:28 DEBUG (SyncWorker_4) [custom_components.ds_air.ds_air_service.service] connected
2021-07-22 16:24:28 DEBUG (SyncWorker_4) [custom_components.ds_air.ds_air_service.service] send:
2021-07-22 16:24:28 DEBUG (SyncWorker_4) [custom_components.ds_air.ds_air_service.service] HandShakeParam {
2021-07-22 16:24:28 DEBUG (SyncWorker_4) [custom_components.ds_air.ds_air_service.service] cmd_id: 1
2021-07-22 16:24:28 DEBUG (SyncWorker_4) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_HAND_SHAKE
2021-07-22 16:24:28 DEBUG (SyncWorker_4) [custom_components.ds_air.ds_air_service.service] cnt: 1
2021-07-22 16:24:28 DEBUG (SyncWorker_4) [custom_components.ds_air.ds_air_service.service] has_result: True
2021-07-22 16:24:28 DEBUG (SyncWorker_4) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:28 DEBUG (SyncWorker_4) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:28 DEBUG (SyncWorker_4) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] hex: 0x0211000d0000000100000000000000000001000203021e000d0000000100000000000000000000a0323032313037323231363234323703
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AckResult {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 1
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ACK
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] HandShakeResult {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 1
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_HAND_SHAKE
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] send:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] GetRoomInfoParam {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 2
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_GET_ROOM_INFO
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cnt: 2
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] has_result: True
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] room_ids: [
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     0: 65535]
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SYSTEM
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] type: 1}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] send:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] Sensor2InfoParam {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 3
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SENSOR2_INFO
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cnt: 3
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] has_result: True
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SENSOR}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] hex: 0x0211000d00000002000000000000000000010002030231010d00010002000000000000000000300007000701000304312d303009e5aea2e58e85e58fb305322e706e67010012000000010004312d303004312d303002000304312d303109e5aea2e58e85e5b7a605322e706e67010012000000010004312d303104312d303103000304312d303209e8a1a3e5b8bde997b405362e706e67010017000000010004312d303204312d303204000304312d303306e4b8bbe58da705302e706e67010012000000010004312d303304312d303305000304312d303409e584bfe5ad90e688bf05312e706e67010012000000010004312d303404312d303406000304312d303506e88cb6e58cba0631312e706e67010012000000010004312d303504312d303507000304312d303606e5aea2e688bf05312e706e67010012000000010004312d303604312d303603
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AckResult {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 2
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ACK
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] GetRoomInfoResult {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 2
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_GET_ROOM_INFO
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] count: 7
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] hds: []
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] rooms: [
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     0: Room {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         air_con: AirCon {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias: 1-00
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             auto_dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             auto_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             bath_room: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             cool_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_dire_auto: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_volume: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_volume_auto: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             heat_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             more_dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name: 1-00
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             new_air_con: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             out_door_run_cond: VENT
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             pre_heat_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             relax_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 1
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             sleep_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             status: AirConStatus {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 air_flow: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 breathe: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 current_temp: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 fan_direction1: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 fan_direction2: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 humidity: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 mode: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 setted_temp: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 switch: NoneType {}}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             ventilation_mode: 0}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 客厅右
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         geothermic: Geothermic {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         hd_room: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         icon: 2.png
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 1
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-00
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sensor_room: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         type: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation: Ventilation {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0}}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     1: Room {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         air_con: AirCon {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias: 1-01
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             auto_dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             auto_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             bath_room: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             cool_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_dire_auto: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_volume: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_volume_auto: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             heat_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             more_dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name: 1-01
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             new_air_con: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             out_door_run_cond: VENT
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             pre_heat_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             relax_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 2
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             sleep_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             status: AirConStatus {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 air_flow: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 breathe: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 current_temp: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 fan_direction1: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 fan_direction2: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 humidity: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 mode: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 setted_temp: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 switch: NoneType {}}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             ventilation_mode: 0}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 客厅左
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         geothermic: Geothermic {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         hd_room: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         icon: 2.png
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 2
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-01
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sensor_room: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         type: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation: Ventilation {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0}}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     2: Room {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         air_con: AirCon {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias: 1-02
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             auto_dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             auto_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             bath_room: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             cool_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_dire_auto: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_volume: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_volume_auto: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             heat_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             more_dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name: 1-02
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             new_air_con: True
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             out_door_run_cond: VENT
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             pre_heat_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             relax_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 3
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             sleep_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             status: AirConStatus {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 air_flow: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 breathe: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 current_temp: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 fan_direction1: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 fan_direction2: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 humidity: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 mode: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 setted_temp: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 switch: NoneType {}}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             ventilation_mode: 0}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 衣帽间
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         geothermic: Geothermic {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         hd_room: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         icon: 6.png
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 3
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-02
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sensor_room: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         type: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation: Ventilation {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0}}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     3: Room {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         air_con: AirCon {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias: 1-03
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             auto_dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             auto_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             bath_room: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             cool_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_dire_auto: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_volume: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_volume_auto: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             heat_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             more_dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name: 1-03
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             new_air_con: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             out_door_run_cond: VENT
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             pre_heat_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             relax_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 4
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             sleep_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             status: AirConStatus {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 air_flow: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 breathe: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 current_temp: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 fan_direction1: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 fan_direction2: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 humidity: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 mode: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 setted_temp: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 switch: NoneType {}}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             ventilation_mode: 0}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 主卧
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         geothermic: Geothermic {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         hd_room: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         icon: 0.png
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 4
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-03
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sensor_room: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         type: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation: Ventilation {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0}}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     4: Room {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         air_con: AirCon {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias: 1-04
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             auto_dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             auto_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             bath_room: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             cool_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_dire_auto: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_volume: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_volume_auto: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             heat_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             more_dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name: 1-04
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             new_air_con: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             out_door_run_cond: VENT
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             pre_heat_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             relax_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 5
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             sleep_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             status: AirConStatus {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 air_flow: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 breathe: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 current_temp: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 fan_direction1: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 fan_direction2: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 humidity: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 mode: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 setted_temp: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 switch: NoneType {}}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             ventilation_mode: 0}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 儿子房
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         geothermic: Geothermic {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         hd_room: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         icon: 1.png
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 5
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-04
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sensor_room: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         type: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation: Ventilation {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0}}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     5: Room {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         air_con: AirCon {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias: 1-05
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             auto_dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             auto_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             bath_room: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             cool_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_dire_auto: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_volume: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_volume_auto: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             heat_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             more_dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name: 1-05
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             new_air_con: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             out_door_run_cond: VENT
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             pre_heat_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             relax_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 6
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             sleep_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             status: AirConStatus {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 air_flow: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 breathe: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 current_temp: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 fan_direction1: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 fan_direction2: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 humidity: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 mode: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 setted_temp: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 switch: NoneType {}}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             ventilation_mode: 0}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 茶区
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         geothermic: Geothermic {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         hd_room: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         icon: 11.png
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 6
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-05
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sensor_room: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         type: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation: Ventilation {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0}}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     6: Room {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         air_con: AirCon {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias: 1-06
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             auto_dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             auto_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             bath_room: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             cool_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_dire_auto: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_volume: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_volume_auto: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             heat_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             more_dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name: 1-06
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             new_air_con: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             out_door_run_cond: VENT
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             pre_heat_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             relax_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 7
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             sleep_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             status: AirConStatus {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 air_flow: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 breathe: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 current_temp: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 fan_direction1: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 fan_direction2: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 humidity: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 mode: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 setted_temp: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 switch: NoneType {}}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             ventilation_mode: 0}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 客房
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         geothermic: Geothermic {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         hd_room: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         icon: 1.png
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 7
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-06
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sensor_room: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         type: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation: Ventilation {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0}}]
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] sensors: []
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
回复

使用道具 举报

0

主题

26

帖子

99

积分

注册会员

Rank: 2

积分
99
金钱
72
HASS币
0
发表于 2021-7-22 16:29:46 | 显示全部楼层
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] send:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConRecommendedIndoorTempParam {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 4
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: AIR_RECOMMENDED_INDOOR_TEMP
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cnt: 4
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] has_result: True
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: AIRCON}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] send:
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConCapabilityQueryParam {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] aircons: [
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     0: AirCon {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 客厅右
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-00
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 1
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 0}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     1: AirCon {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 客厅左
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-01
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 2
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 0}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     2: AirCon {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 主卧
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: FIX
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-03
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 4
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 16:24:28 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 0}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     3: AirCon {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 儿子房
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-04
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 0}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     4: AirCon {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 茶区
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-05
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 6
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 0}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     5: AirCon {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 客房
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-06
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 7
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 0}]
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ERR_CODE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cnt: 5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] has_result: True
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: AIRCON}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] send:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConCapabilityQueryParam {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] aircons: [
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     0: AirCon {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 衣帽间
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-02
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: True
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 3
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 0}]
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 6
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ERR_CODE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cnt: 6
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] has_result: True
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: NEWAIRCON}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] send:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConCapabilityQueryParam {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] aircons: []
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 7
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ERR_CODE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cnt: 7
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] has_result: True
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: BATHROOM}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] hex: 0x0211000d00000003000000000000000000010002030211000d00000004000000000000000000010002030211000d00000005000000000000000000010002030235000d00010005000000081200000000060006010100b70800020100b70800040100b70800050100b70800060100b70900070100b70800030211000d00000006000000000000000000010002030217000d00010006000000081700000000060001030100a7098603
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AckResult {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 3
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ACK
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AckResult {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 4
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ACK
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AckResult {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ACK
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConCapabilityQueryResult {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] aircons: [
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     0: AirCon {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: STEP_5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 1}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     1: AirCon {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: STEP_5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 2
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 1}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     2: AirCon {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: STEP_5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 4
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 1}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     3: AirCon {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: STEP_5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 1}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     4: AirCon {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: STEP_5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: STEP_5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 6
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 1}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     5: AirCon {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: STEP_5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 7
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 1}]
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ERR_CODE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: AIRCON}
回复

使用道具 举报

0

主题

26

帖子

99

积分

注册会员

Rank: 2

积分
99
金钱
72
HASS币
0
发表于 2021-7-22 16:34:37 | 显示全部楼层

2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] send:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConCapabilityQueryParam {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] aircons: [
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     0: AirCon {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 衣帽间
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-02
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: True
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 3
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 0}]
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 6
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ERR_CODE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cnt: 6
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] has_result: True
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: NEWAIRCON}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] send:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConCapabilityQueryParam {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] aircons: []
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 7
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ERR_CODE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cnt: 7
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] has_result: True
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: BATHROOM}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] hex: 0x0211000d00000003000000000000000000010002030211000d00000004000000000000000000010002030211000d00000005000000000000000000010002030235000d00010005000000081200000000060006010100b70800020100b70800040100b70800050100b70800060100b70900070100b70800030211000d00000006000000000000000000010002030217000d00010006000000081700000000060001030100a7098603
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AckResult {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 3
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ACK
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AckResult {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 4
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ACK
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AckResult {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ACK
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConCapabilityQueryResult {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] aircons: [
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     0: AirCon {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: STEP_5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 1}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     1: AirCon {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: STEP_5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 2
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 1}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     2: AirCon {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: STEP_5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 4
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 1}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     3: AirCon {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: STEP_5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 1}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     4: AirCon {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: STEP_5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: STEP_5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 6
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 1}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     5: AirCon {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: STEP_5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 7
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 1}]
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ERR_CODE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: AIRCON}
回复

使用道具 举报

0

主题

26

帖子

99

积分

注册会员

Rank: 2

积分
99
金钱
72
HASS币
0
发表于 2021-7-22 16:35:47 | 显示全部楼层

2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] send:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConQueryStatusParam {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 8
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: QUERY_STATUS
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cnt: 8
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] device: AirCon {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     alias:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     auto_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     auto_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     bath_room: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     cool_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     dry_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_dire_auto: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_direction1: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_direction2: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_volume: STEP_5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_volume_auto: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     heat_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     more_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     name:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     new_air_con: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     out_door_run_cond: VENT
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     pre_heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     relax_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     room_id: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     sleep_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     status: AirConStatus {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         air_flow: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         breathe: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         current_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         humidity: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         mode: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         setted_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         switch: NoneType {}}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     unit_id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     ventilation_mode: 1}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] has_result: True
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: AIRCON}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] send:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConQueryStatusParam {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 9
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: QUERY_STATUS
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cnt: 9
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] device: AirCon {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     alias:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     auto_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     auto_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     bath_room: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     cool_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     dry_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_dire_auto: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_direction1: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_direction2: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_volume: STEP_5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_volume_auto: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     heat_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     more_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     name:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     new_air_con: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     out_door_run_cond: VENT
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     pre_heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     relax_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     room_id: 2
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     sleep_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     status: AirConStatus {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         air_flow: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         breathe: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         current_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         humidity: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         mode: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         setted_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         switch: NoneType {}}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     unit_id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     ventilation_mode: 1}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] has_result: True
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: AIRCON}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] send:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConQueryStatusParam {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 10
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: QUERY_STATUS
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cnt: 10
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] device: AirCon {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     alias:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     auto_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     auto_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     bath_room: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     cool_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     dry_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_dire_auto: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_direction1: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_direction2: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_volume: STEP_5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_volume_auto: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     heat_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     more_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     name:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     new_air_con: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     out_door_run_cond: VENT
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     pre_heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     relax_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     room_id: 4
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     sleep_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     status: AirConStatus {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         air_flow: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         breathe: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         current_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         humidity: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         mode: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         setted_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         switch: NoneType {}}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     unit_id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     ventilation_mode: 1}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] has_result: True
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: AIRCON}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] send:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConQueryStatusParam {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 11
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: QUERY_STATUS
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cnt: 11
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] device: AirCon {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     alias:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     auto_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     auto_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     bath_room: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     cool_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     dry_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_dire_auto: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_direction1: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_direction2: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_volume: STEP_5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_volume_auto: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     heat_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     more_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     name:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     new_air_con: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     out_door_run_cond: VENT
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     pre_heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     relax_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     room_id: 5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     sleep_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     status: AirConStatus {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         air_flow: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         breathe: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         current_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         humidity: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         mode: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         setted_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         switch: NoneType {}}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     unit_id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     ventilation_mode: 1}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] has_result: True
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: AIRCON}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] send:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConQueryStatusParam {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 12
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: QUERY_STATUS
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cnt: 12
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] device: AirCon {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     alias:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     auto_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     auto_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     bath_room: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     cool_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     dry_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_dire_auto: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_direction1: STEP_5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_direction2: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_volume: STEP_5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_volume_auto: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     heat_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     more_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     name:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     new_air_con: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     out_door_run_cond: VENT
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     pre_heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     relax_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     room_id: 6
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     sleep_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     status: AirConStatus {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         air_flow: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         breathe: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         current_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         humidity: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         mode: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         setted_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         switch: NoneType {}}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     unit_id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     ventilation_mode: 1}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] has_result: True
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: AIRCON}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] send:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConQueryStatusParam {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 13
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: QUERY_STATUS
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cnt: 13
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] device: AirCon {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     alias:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     auto_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     auto_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     bath_room: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     cool_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     dry_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_dire_auto: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_direction1: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_direction2: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_volume: STEP_5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_volume_auto: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     heat_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     more_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     name:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     new_air_con: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     out_door_run_cond: VENT
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     pre_heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     relax_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     room_id: 7
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     sleep_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     status: AirConStatus {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         air_flow: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         breathe: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         current_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         humidity: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         mode: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         setted_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         switch: NoneType {}}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     unit_id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     ventilation_mode: 1}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] has_result: True
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: AIRCON}
回复

使用道具 举报

0

主题

26

帖子

99

积分

注册会员

Rank: 2

积分
99
金钱
72
HASS币
0
发表于 2021-7-22 16:37:02 | 显示全部楼层

2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AckResult {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 6
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ACK
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConCapabilityQueryResult {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] aircons: [
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     0: AirCon {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: STEP_5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: STEP_5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: True
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: COLD
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 3
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 1}]
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 6
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ERR_CODE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: NEWAIRCON}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] send:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConQueryStatusParam {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 14
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: QUERY_STATUS
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cnt: 14
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] device: AirCon {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     alias:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     auto_dry_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     auto_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     bath_room: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     cool_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_dire_auto: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_direction1: STEP_5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_direction2: FIX
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_volume: STEP_5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     fan_volume_auto: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     heat_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     more_dry_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     name:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     new_air_con: True
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     out_door_run_cond: COLD
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     pre_heat_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     relax_mode: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     room_id: 3
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     sleep_mode: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     status: AirConStatus {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         air_flow: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         breathe: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         current_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         humidity: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         mode: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         setted_temp: NoneType {}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         switch: NoneType {}}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     unit_id: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     ventilation_mode: 1}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] has_result: True
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: NEWAIRCON}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] hex: 0x0211000d00000007000000000000000000010002030211000d00010007000000081800000000060000030211000d0000000800000000000000000001000203021c000d00010008000000081200000000030001007f0000003401f0000001030211000d0000000900000000000000000001000203021c000d00010009000000081200000000030002007f0001003401f0000001030211000d0000000a00000000000000000001000203021c000d0001000a000000081200000000030004007f0000004f01f0000001030211000d0000000b00000000000000000001000203021c000d0001000b000000081200000000030005007f0000003001f0000001030211000d0000000c00000000000000000001000203021c000d0001000c000000081200000000030006007f0000004101f0000101030211000d0000000d00000000000000000001000203021c000d0001000d000000081200000000030007007f00000041010e010001030211000d0000000e00000000000000000001000203021c000d0001000e000000081700000000030003007f0005003b01f000010303
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AckResult {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 7
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ACK
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConCapabilityQueryResult {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] aircons: []
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 7
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ERR_CODE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: BATHROOM}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AckResult {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 8
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ACK
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConQueryStatusResult {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] air_flow: SUPER_WEAK
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] breathe: CLOSE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 8
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: QUERY_STATUS
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] current_temp: 308
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fan_direction1: INVALID
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fan_direction2: INVALID
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fresh_air_allow: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fresh_air_humidification: OFF
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] hum_allow: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] humidity: CLOSE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] mode: COLD
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] room: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] setted_temp: 240
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] switch: OFF
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: AIRCON
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] three_d_fresh: CLOSE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] unit: 0}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AckResult {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 9
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ACK
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConQueryStatusResult {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] air_flow: SUPER_WEAK
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] breathe: CLOSE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 9
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: QUERY_STATUS
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] current_temp: 308
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fan_direction1: INVALID
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fan_direction2: INVALID
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fresh_air_allow: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fresh_air_humidification: OFF
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] hum_allow: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] humidity: CLOSE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] mode: DRY
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] room: 2
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] setted_temp: 240
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] switch: OFF
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: AIRCON
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] three_d_fresh: CLOSE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] unit: 0}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AckResult {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 10
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ACK
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConQueryStatusResult {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] air_flow: SUPER_WEAK
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] breathe: CLOSE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 10
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: QUERY_STATUS
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] current_temp: 335
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fan_direction1: INVALID
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fan_direction2: INVALID
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fresh_air_allow: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fresh_air_humidification: OFF
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] hum_allow: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] humidity: CLOSE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] mode: COLD
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] room: 4
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] setted_temp: 240
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] switch: OFF
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: AIRCON
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] three_d_fresh: CLOSE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] unit: 0}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AckResult {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 11
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ACK
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConQueryStatusResult {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] air_flow: SUPER_WEAK
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] breathe: CLOSE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 11
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: QUERY_STATUS
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] current_temp: 304
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fan_direction1: INVALID
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fan_direction2: INVALID
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fresh_air_allow: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fresh_air_humidification: OFF
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] hum_allow: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] humidity: CLOSE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] mode: COLD
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] room: 5
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] setted_temp: 240
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] switch: OFF
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: AIRCON
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] three_d_fresh: CLOSE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] unit: 0}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AckResult {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 12
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ACK
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConQueryStatusResult {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] air_flow: SUPER_WEAK
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] breathe: CLOSE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 12
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: QUERY_STATUS
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] current_temp: 321
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fan_direction1: P0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fan_direction2: INVALID
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fresh_air_allow: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fresh_air_humidification: OFF
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] hum_allow: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] humidity: CLOSE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] mode: COLD
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] room: 6
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] setted_temp: 240
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] switch: OFF
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: AIRCON
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] three_d_fresh: CLOSE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] unit: 0}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AckResult {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 13
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ACK
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConQueryStatusResult {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] air_flow: SUPER_WEAK
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] breathe: CLOSE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 13
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: QUERY_STATUS
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] current_temp: 321
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fan_direction1: INVALID
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fan_direction2: INVALID
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fresh_air_allow: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fresh_air_humidification: OFF
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] hum_allow: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] humidity: CLOSE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] mode: COLD
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] room: 7
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] setted_temp: 270
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] switch: OFF
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: AIRCON
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] three_d_fresh: CLOSE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] unit: 0}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AckResult {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 14
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ACK
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConQueryStatusResult {
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] air_flow: SUPER_WEAK
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] breathe: CLOSE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 14
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: QUERY_STATUS
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] current_temp: 315
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fan_direction1: P0
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fan_direction2: INVALID
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fresh_air_allow: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] fresh_air_humidification: OFF
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] hum_allow: False
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] humidity: STEP3
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] mode: AUTODRY
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] room: 3
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] setted_temp: 240
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] switch: OFF
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: NEWAIRCON
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] three_d_fresh: CLOSE
2021-07-22 16:24:29 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] unit: 0}
2021-07-22 16:24:33 ERROR (MainThread) [homeassistant.components.climate] The ds_air platform for the climate integration does not support platform setup. Please remove it from your config.
2021-07-22 16:24:33 DEBUG (MainThread) [custom_components.ds_air.climate] create aircon:
2021-07-22 16:24:33 DEBUG (MainThread) [custom_components.ds_air.climate] {'alias': '衣帽间', 'id': 0, 'name': '', 'room_id': 3, 'unit_id': 0, 'auto_dry_mode': 1, 'auto_mode': 0, 'bath_room': False, 'new_air_con': True, 'cool_mode': 1, 'dry_mode': 0, 'fan_dire_auto': 0, 'fan_direction1': <EnumFanDirection.STEP_5: 5>, 'fan_direction2': <EnumFanDirection.FIX: 0>, 'fan_volume': <EnumFanVolume.STEP_5: 5>, 'fan_volume_auto': 1, 'heat_mode': 1, 'more_dry_mode': 0, 'out_door_run_cond': <EnumOutDoorRunCond.COLD: 2>, 'pre_heat_mode': 0, 'relax_mode': 1, 'sleep_mode': 0, 'ventilation_mode': 1, 'status': <custom_components.ds_air.ds_air_service.dao.AirConStatus object at 0x7f5ce82d25b0>}
2021-07-22 16:24:33 DEBUG (MainThread) [custom_components.ds_air.climate] {'current_temp': 315, 'setted_temp': 240, 'switch': <Switch.OFF: 0>, 'air_flow': <AirFlow.SUPER_WEAK: 0>, 'breathe': <Breathe.CLOSE: 0>, 'fan_direction1': <FanDirection.P0: 1>, 'fan_direction2': <FanDirection.INVALID: 0>, 'humidity': <Humidity.STEP3: 3>, 'mode': <Mode.AUTODRY: 5>}
2021-07-22 16:24:33 DEBUG (MainThread) [custom_components.ds_air.climate] async_setup_entry
2021-07-22 16:24:40 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] hex: 0x02000003
2021-07-22 16:24:40 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:24:40 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] HeartbeatResult {
2021-07-22 16:24:40 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 0
2021-07-22 16:24:40 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ACK
2021-07-22 16:24:40 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:40 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:40 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
2021-07-22 16:24:43 ERROR (MainThread) [pyhap.characteristic] SecuritySystemCurrentState: value=0 is an invalid value.
2021-07-22 16:24:43 ERROR (MainThread) [pyhap.characteristic] SecuritySystemTargetState: value=0 is an invalid value.
2021-07-22 16:24:43 ERROR (MainThread) [pyhap.characteristic] SecuritySystemCurrentState: value=0 is an invalid value.
2021-07-22 16:24:43 ERROR (MainThread) [pyhap.characteristic] SecuritySystemTargetState: value=0 is an invalid value.
2021-07-22 16:24:43 ERROR (MainThread) [pyhap.characteristic] SecuritySystemCurrentState: value=0 is an invalid value.
2021-07-22 16:24:43 ERROR (MainThread) [pyhap.characteristic] SecuritySystemTargetState: value=0 is an invalid value.
2021-07-22 16:24:46 ERROR (MainThread) [custom_components.hacs] bieniu/ha-airly - Repository is archived.
2021-07-22 16:24:46 ERROR (MainThread) [custom_components.hacs] mammuth/ha-fritzbox-tools - Repository is archived.
2021-07-22 16:24:46 ERROR (MainThread) [custom_components.hacs] troykelly/hacs-amberelectric - Repository is archived.
2021-07-22 16:24:46 ERROR (MainThread) [custom_components.hacs] thomasloven/lovelace-gui-sandbox - Repository is archived.
2021-07-22 16:24:46 ERROR (MainThread) [custom_components.hacs] thomasloven/lovelace-dummy-entity-row - Repository is archived.
2021-07-22 16:24:46 ERROR (MainThread) [custom_components.hacs] thomasloven/lovelace-gap-card - Repository is archived.
2021-07-22 16:24:58 DEBUG (Thread-4) [custom_components.ds_air.ds_air_service.service] send:
2021-07-22 16:24:58 DEBUG (Thread-4) [custom_components.ds_air.ds_air_service.service] HeartbeatParam {
2021-07-22 16:24:58 DEBUG (Thread-4) [custom_components.ds_air.ds_air_service.service] cmd_id: 15
2021-07-22 16:24:58 DEBUG (Thread-4) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ACK
2021-07-22 16:24:58 DEBUG (Thread-4) [custom_components.ds_air.ds_air_service.service] cnt: 15
2021-07-22 16:24:58 DEBUG (Thread-4) [custom_components.ds_air.ds_air_service.service] has_result: False
2021-07-22 16:24:58 DEBUG (Thread-4) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:24:58 DEBUG (Thread-4) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:24:58 DEBUG (Thread-4) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
2021-07-22 16:25:40 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] hex: 0x02000003
2021-07-22 16:25:40 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 16:25:40 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] HeartbeatResult {
2021-07-22 16:25:40 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 0
2021-07-22 16:25:40 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ACK
2021-07-22 16:25:40 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 16:25:40 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 16:25:40 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
回复

使用道具 举报

0

主题

9

帖子

36

积分

新手上路

Rank: 1

积分
36
金钱
27
HASS币
0
发表于 2021-7-22 22:43:12 | 显示全部楼层
这个是我的日志,test branch的
2021-07-22 22:36:08 DEBUG (SyncWorker_0) [custom_components.ds_air.ds_air_service.service] connected
2021-07-22 22:36:08 DEBUG (SyncWorker_0) [custom_components.ds_air.ds_air_service.service] send:
2021-07-22 22:36:08 DEBUG (SyncWorker_0) [custom_components.ds_air.ds_air_service.service] HandShakeParam {
2021-07-22 22:36:08 DEBUG (SyncWorker_0) [custom_components.ds_air.ds_air_service.service] cmd_id: 1
2021-07-22 22:36:08 DEBUG (SyncWorker_0) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_HAND_SHAKE
2021-07-22 22:36:08 DEBUG (SyncWorker_0) [custom_components.ds_air.ds_air_service.service] cnt: 1
2021-07-22 22:36:08 DEBUG (SyncWorker_0) [custom_components.ds_air.ds_air_service.service] has_result: True
2021-07-22 22:36:08 DEBUG (SyncWorker_0) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 22:36:08 DEBUG (SyncWorker_0) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 22:36:08 DEBUG (SyncWorker_0) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] hex: 0x0211000d0000000100000000000000000001000203
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AckResult {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 1
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ACK
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] hex: 0x021e000d0000000100000000000000000000a0323032313037323232323335313603
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] HandShakeResult {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 1
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_HAND_SHAKE
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] send:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] GetRoomInfoParam {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 2
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_GET_ROOM_INFO
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cnt: 2
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] has_result: True
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] room_ids: [
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     0: 65535]
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SYSTEM
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] type: 1}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] send:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] Sensor2InfoParam {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 3
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SENSOR2_INFO
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cnt: 3
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] has_result: True
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SENSOR}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] hex: 0x0211000d0000000200000000000000000001000203
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AckResult {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 2
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ACK
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] hex: 0x022c010d00010002000000000000000000300006000601000304312d303006e5aea2e58e8508382d34352e706e67010012000000010004312d303004312d303002000304312d303106e6aca1e58da708382d34372e706e67010012000000010004312d303104312d303103000304312d303206e9a490e58e8508382d34302e706e67010012000000010004312d303204312d303204000304312d303306e4b8bbe58da708382d34372e706e67010012000000010004312d303304312d303305000304312d303406e4b9a6e688bf08382d34382e706e67010012000000010004312d303404312d30342100030b73656e736f72736b6974320ce79b91e6b58be4b8ade5bf8308382d33332e706e6701001900000001000c3763396562643032333032300c37633965626430323330323003
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] recv:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] GetRoomInfoResult {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 2
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_GET_ROOM_INFO
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] count: 6
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] hds: []
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] rooms: [
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     0: Room {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         air_con: AirCon {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias: 1-00
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             auto_dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             auto_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             bath_room: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             cool_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_dire_auto: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_volume: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_volume_auto: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             heat_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             more_dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name: 1-00
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             new_air_con: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             out_door_run_cond: VENT
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             pre_heat_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             relax_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 1
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             sleep_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             status: AirConStatus {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 air_flow: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 breathe: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 current_temp: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 fan_direction1: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 fan_direction2: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 humidity: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 mode: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 setted_temp: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 switch: NoneType {}}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             ventilation_mode: 0}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 客厅
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         geothermic: Geothermic {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         hd_room: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         icon: 8-45.png
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 1
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-00
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sensor_room: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         type: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation: Ventilation {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0}}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     1: Room {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         air_con: AirCon {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias: 1-01
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             auto_dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             auto_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             bath_room: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             cool_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_dire_auto: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_volume: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_volume_auto: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             heat_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             more_dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name: 1-01
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             new_air_con: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             out_door_run_cond: VENT
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             pre_heat_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             relax_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 2
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             sleep_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             status: AirConStatus {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 air_flow: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 breathe: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 current_temp: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 fan_direction1: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 fan_direction2: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 humidity: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 mode: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 setted_temp: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 switch: NoneType {}}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             ventilation_mode: 0}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 次卧
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         geothermic: Geothermic {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         hd_room: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         icon: 8-47.png
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 2
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-01
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sensor_room: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         type: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation: Ventilation {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0}}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     2: Room {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         air_con: AirCon {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias: 1-02
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             auto_dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             auto_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             bath_room: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             cool_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_dire_auto: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_volume: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_volume_auto: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             heat_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             more_dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name: 1-02
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             new_air_con: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             out_door_run_cond: VENT
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             pre_heat_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             relax_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 3
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             sleep_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             status: AirConStatus {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 air_flow: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 breathe: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 current_temp: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 fan_direction1: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 fan_direction2: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 humidity: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 mode: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 setted_temp: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 switch: NoneType {}}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             ventilation_mode: 0}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 餐厅
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         geothermic: Geothermic {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         hd_room: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         icon: 8-40.png
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 3
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-02
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sensor_room: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         type: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation: Ventilation {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0}}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     3: Room {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         air_con: AirCon {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias: 1-03
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             auto_dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             auto_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             bath_room: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             cool_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_dire_auto: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_volume: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_volume_auto: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             heat_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             more_dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name: 1-03
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             new_air_con: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             out_door_run_cond: VENT
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             pre_heat_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             relax_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 4
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             sleep_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             status: AirConStatus {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 air_flow: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 breathe: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 current_temp: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 fan_direction1: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 fan_direction2: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 humidity: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 mode: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 setted_temp: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 switch: NoneType {}}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             ventilation_mode: 0}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 主卧
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         geothermic: Geothermic {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         hd_room: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         icon: 8-47.png
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 4
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-03
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sensor_room: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         type: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation: Ventilation {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0}}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     4: Room {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         air_con: AirCon {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias: 1-04
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             auto_dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             auto_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             bath_room: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             cool_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_dire_auto: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_volume: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_volume_auto: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             heat_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             more_dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name: 1-04
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             new_air_con: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             out_door_run_cond: VENT
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             pre_heat_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             relax_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 5
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             sleep_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             status: AirConStatus {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 air_flow: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 breathe: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 current_temp: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 fan_direction1: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 fan_direction2: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 humidity: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 mode: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 setted_temp: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]                 switch: NoneType {}}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             ventilation_mode: 0}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 书房
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         geothermic: Geothermic {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         hd_room: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         icon: 8-48.png
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 5
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-04
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sensor_room: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         type: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation: Ventilation {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0}}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     5: Room {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         air_con: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 监测中心
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         geothermic: Geothermic {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         hd_room: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         icon: 8-33.png
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 33
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: sensorskit2
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sensor_room: True
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         type: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation: Ventilation {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             alias:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             name:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             room_id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             unit_id: 0}}]
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] sensors: [
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     0: Sensor {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         STATUS_ATTR: [
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             0: mac
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             1: type1
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             2: type2
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             3: start_time
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             4: stop_time
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             5: sensor_type
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             6: temp
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             7: humidity
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             8: pm25
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             9: co2
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             10: voc
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             11: tvoc
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             12: hcho
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             13: switch_on_off
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             14: temp_upper
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             15: temp_lower
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             16: humidity_upper
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             17: humidity_lower
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             18: pm25_upper
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             19: pm25_lower
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             20: co2_upper
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             21: co2_lower
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             22: voc_lower
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             23: tvoc_upper
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             24: hcho_upper
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             25: connected
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             26: sleep_mode_count
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             27: time_millis]
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         UNINITIALIZED_VALUE: -1000
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 7c9ebd023020
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         co2: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         co2_lower: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         co2_upper: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         connected: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         hcho: 0.0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         hcho_upper: 0.0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         humidity: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         humidity_lower: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         humidity_upper: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         mac:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 7c9ebd023020
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pm25: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pm25_lower: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pm25_upper: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 33
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sensor_type: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode_count: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         start_time: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         stop_time: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         switch_on_off: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         temp: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         temp_lower: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         temp_upper: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         time_millis: 1626964568.4524117
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         tvoc: 0.0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         tvoc_upper: 0.0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         type1: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         type2: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         voc: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         voc_lower: 0}]
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: SYSTEM}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] send:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConRecommendedIndoorTempParam {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 4
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: AIR_RECOMMENDED_INDOOR_TEMP
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cnt: 4
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] has_result: True
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: AIRCON}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] send:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConCapabilityQueryParam {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] aircons: [
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     0: AirCon {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 客厅
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-00
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 1
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 0}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     1: AirCon {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 次卧
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-01
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 2
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 0}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     2: AirCon {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 餐厅
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-02
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 3
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 0}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     3: AirCon {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 主卧
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-03
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 4
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 0}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]     4: AirCon {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         alias: 书房
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         auto_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         bath_room: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         cool_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_dire_auto: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction1: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_direction2: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume: FIX
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         fan_volume_auto: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         heat_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         more_dry_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         name: 1-04
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         new_air_con: False
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         out_door_run_cond: VENT
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         pre_heat_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         relax_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         room_id: 5
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         sleep_mode: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         status: AirConStatus {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             air_flow: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             breathe: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             current_temp: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction1: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             fan_direction2: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             humidity: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             mode: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             setted_temp: NoneType {}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]             switch: NoneType {}}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         unit_id: 0
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service]         ventilation_mode: 0}]
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 5
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ERR_CODE
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cnt: 5
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] has_result: True
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: AIRCON}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] send:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConCapabilityQueryParam {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] aircons: []
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 6
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ERR_CODE
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cnt: 6
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] has_result: True
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: NEWAIRCON}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] send:
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] AirConCapabilityQueryParam {
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] aircons: []
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_id: 7
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cmd_type: SYS_ERR_CODE
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] cnt: 7
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] has_result: True
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] need_ack: 1
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] subbody_ver: 1
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] target: BATHROOM}
2021-07-22 22:36:08 DEBUG (Thread-3) [custom_components.ds_air.ds_air_service.service] hex: 0x0211000d00000003000000000000000000010002030255000d0001000300000008190000000059000101214103007c9ebd0230200c3763396562643032333032307f00110119020b003503011c000000011801ff7fff7fff7f4b000000e8030000023c000a0001010116000800030211000d00000004000000000000000000010002030211000d0000000500000000000000000001000203022f000d00010005000000081200000000060005010100b31880020100b31880030100b31880040100b31880050100b31880030211000d0000000600000000000000000001000203
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|Hassbian

GMT+8, 2024-3-29 16:54 , Processed in 0.072428 second(s), 30 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表