HubitatCommunity / HoneywellThermo-TCC

22 stars 10 forks source link

Correction of equipmentStatus check and addition of fanData debug logging #14

Closed bbochem closed 3 years ago

bbochem commented 3 years ago

Corrected check for setting operatingState by checking equipmentStatus against integer values instead of char, which was resulting in operatingState never being set away from idle.

Also added debug logging of fanData for reference, which was useful in confirming fanData was providing correct data to identify the source of the issue preventing equipmentStatus from ever being set to "heating" or "cooling"

bbochem commented 3 years ago

No longer required after merging of PR #13, which corrected the same issue.