SANdood / Ecobee-Suite

Ecobee Suite is for integrating Ecobee thermostats & sensors with the Hubitat home automation platform
109 stars 152 forks source link

WFH Helper 1.8.21-Unexpected Error When Setting 2 Hours Hold #68

Open superaven opened 1 year ago

superaven commented 1 year ago

When setting Hold Type to 2 Hours for Program under Actions there is an Unexpected Error: Error: No signature of method: user_app_sandood_ecobee_Suite_Working_From_Home_361.aragraph() is applicable for argument types: (java.util.LinkedHashMap, org.codehaus.groovy.runtime.GStringImpl) values: [[width:8], The 'Home' hold request will be for 2 hours]

Log states: Error groovy.lang.MissingMethodException: No signature of method: user_app_sandood_ecobee_Suite_Working_From_Home_361.aragraph() is applicable for argument types: (java.util.LinkedHashMap, org.codehaus.groovy.runtime.GStringImpl) values: [[width:8], The 'Home' hold request will be for 2 hours] on line 194 (method mainPage)

All other Hold Type for Program work as expected.

Settings: image

Unexpected Error: image

SANdood commented 1 year ago

There’s a typo in the code - I can’t get to a system to fix it, but on line 194 change “aragraph” to “paragraph”…