al-one / hass-xiaomi-miot

Automatic integrate all Xiaomi devices to HomeAssistant via miot-spec, support Wi-Fi, BLE, ZigBee devices. 小米米家智能家居设备接入Hass集成
https://miot-spec.com
Apache License 2.0
4.39k stars 613 forks source link

Aqara 空调伴侣 P3 本地模式 #1307

Open Kevin6872 opened 12 months ago

Kevin6872 commented 12 months ago

我希望 aqara 空调伴侣 P3 可以支持本地控制,抓取了该设备的miio日志,不知道是否可以 374481477.txt

al-one commented 12 months ago

尝试一下服务命令,并获取结果:

service: xiaomi_miot.send_command
data:
  entity_id: climate.lumi_acn05_xxxx_air_conditioner
  method: get_prop
  params: [power, mode, tar_temp, fan_level, ver_swing, load_power]
  throw: true
service: xiaomi_miot.send_command
data:
  entity_id: climate.lumi_acn05_xxxx_air_conditioner
  method: get_prop
  params: [power]
  throw: true
service: xiaomi_miot.send_command
data:
  entity_id: climate.lumi_acn05_xxxx_air_conditioner
  method: get_model_and_state
  params: []
  throw: true
Kevin6872 commented 12 months ago

三项均为 result: false