By the way I still get “bouncing” on some of the devices when I try to set state. So for example:
2020-06-12 07:00:00.032 [INFO ] [org.eclipse.smarthome.model.script.org.openhab ] - Check humidifier. Fcst 75.0 °F
2020-06-12 07:00:00.078 [INFO ] [org.eclipse.smarthome.model.script.org.openhab ] - Enabling humidifier
2020-06-12 07:00:00.167 [INFO ] [org.eclipse.smarthome.model.script.lambda ] - ON
2020-06-12 07:00:02.915 [INFO ] [org.eclipse.smarthome.model.script.lambda ] - OFF
2020-06-12 07:00:03.398 [INFO ] [org.eclipse.smarthome.model.script.lambda ] - ON
What is supposed to happen (and does happen sometimes) is:
2020-06-12 05:00:09.143 [INFO ] [org.eclipse.smarthome.model.script.org.openhab ] - Check humidifier. Fcst 75.0 °F
2020-06-12 05:00:09.193 [INFO ] [org.eclipse.smarthome.model.script.org.openhab ] - Disabling humidifier
2020-06-12 05:00:09.808 [INFO ] [org.eclipse.smarthome.model.script.lambda ] - OFF
I forgot where we left this. Maybe I’ll poke around and see if nobody has any other ides. It has been going on for a long time, mostly harmless but just annoying to see it toggle like that.