Automated-House / Prjct92eh2-ST

Code for SmartThings
Apache License 2.0
1 stars 9 forks source link

Errors occurring when running scenes #1

Open millward4 opened 4 years ago

millward4 commented 4 years ago

I am receiving the following errors every time I send a command

https://graph-na04-useast2.api.smartthings.com/ide/logs#90dbcd53-e1e3-40a9-8e3a-d3af55a032e9 3:48:44 PM:

error java.lang.NullPointerException: Cannot invoke method contains() on null object @line 255 (setHeatingSetpoint) 90dbcd53-e1e3-40a9-8e3a-d3af55a032e9 3:48:44 PM: error java.lang.NullPointerException: Cannot invoke method contains() on null object @line 296 (setCoolingSetpoint) 90dbcd53-e1e3-40a9-8e3a-d3af55a032e9 3:48:44 PM: error java.lang.NullPointerException: Cannot invoke method contains() on null object @line 255 (setHeatingSetpoint)

Automated-House commented 4 years ago

Thanks! I don't own this device anymore to test, but let me see if I can compare to the standard Z-wave thermostat handler and see if something is amiss.

Automated-House commented 4 years ago

@millward4 i just updated the DTH with some changes from the default ST DTH. Can you try again?