Aqara Hub M3 with AC Connection, W100, and FP300 Automation

Thank you so much for your guidance. So I am enclosing my automation that is currently working. Is there anything else I can improve with it. Your thoughts. And thank you again

Hello, I recommend using the following automation for the air conditioner Off.
Fig. 1.

EXPLANATION

  1. The WHEN condition triggers automation every 10 minutes. If the temperature is below 25.5 in the IF condition, the air conditioner will be 100% turned off even if there was an unforeseen failure on the IR channel at some point. Why is “0” in WHEN, the condition is always met. Link to lesson 1 to understand the algorithm 2.0. Automation 2.0, lesson 1 (continued), description of the algorithm for transitioning automation 1.0 to 2.0
  2. By removing the FP300 presence sensor condition, you are guaranteed to get the air conditioner Off even if the sensor malfunctions (freezing absence/presence)

By the way, these are the topics I considered related to air conditioning.
__Automation 2.0, lesson 18, creating temperature control automation using air conditioning
__APP Aqara, virtual air conditioner remote control
__Unexpected use of P100 for air conditioner (On/Off control)