Issue with Honeywell Lyric Thermostat

I have two Honeywell Lyric Thermostats and have several rules to control them in two separate groups.

  1. Changing setpoints based on Home-Mode: these all work fine

  2. Changing thermostat mode based on the status of doors and windows.
    I run an automation directly in SmartThings to set the thermostat mode to off if a door or window is open for three minutes. This works fine

I have a SharpTools rule that runs when a door or window is closed. It checks to see if all doors and windows are closed, if so, it sets the thermostats to auto mode. The rule is running, but the thermostat modes aren’t updated.

Anyone having success with changing modes on these thermostats?

Thanks

What do your rule logs say? Does it look like the command is going through?

Otherwise perhaps you could share a screenshot of the rule flow so we could better understand how things are setup?

Thanks for the quick reply.

The command is being issued. Here’s the log

Instead of using the auto() command, have you tried using the setThermostatMode() command with a value of ‘auto’?

That worked. Thanks!

1 Like