diff --git a/smartapps/ScheduleRoomTempControl b/smartapps/ScheduleRoomTempControl index c2950b27..e79c8ff9 100644 --- a/smartapps/ScheduleRoomTempControl +++ b/smartapps/ScheduleRoomTempControl @@ -44,7 +44,7 @@ def generalSetupPage() { dynamicPage(name: "generalSetupPage", uninstall: true, nextPage: roomsSetupPage) { section("About") { paragraph "ScheduleRoomTempControl, the smartapp that enables better temp control in rooms based on Smart Vents" - paragraph "Version 1.0.1" + paragraph "Version 1.0.2" paragraph "If you like this smartapp, please support the developer via PayPal and click on the Paypal link below " href url: "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=yracine%40yahoo%2ecom&lc=US&item_name=Maisons%20ecomatiq&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest", title:"Paypal donation..." @@ -659,6 +659,7 @@ def setZoneSettings() { if ((setVentSettings) || ((operatingState.toUpperCase() !='IDLE') || ((state?.operatingState.toUpperCase() =='HEATING') || (state?.operatingState.toUpperCase() =='COOLING')))) { + log.debug "setZoneSettings>adjustVentsEveryCycleFlag=$setVentSettings" log.debug "setZoneSettings>thermostat ${thermostat}'s Operating State is ${operatingState} or was just recently " + "${state?.operatingState}, adjusting the vents for schedule ${scheduleName}" ventSwitchesZoneSet=adjust_vent_settings_in_zone(i)