Unfortunately the Classic app has been disconnected and is not longer working, however according to Smartthings support they say if it does not show its “no longer supperted”. I find that strange as it worked beautifully some months back.
In my IDE page i get this error message;
00:09:58: error java.lang.NullPointerException: Cannot get property ‘giid’ on null object @line 245 (doCall)
Any idea what this is and may that be the reason? Seems to be populating every minute or so.
Is it so that one have to setup the Verisure integration on the phone or can that be done on the Smartthings IDE page? Ive tried the simulator tab and adding credentials but no luck integrating Verisure unfortunately
Anders, i have now managed to get the smartapps in Smartthings, however i continue to get this error message:
+++
physicalgraph.app.exception.UnknownDeviceTypeException: Device type ‘Verisure Contact Sensor’ in namespace ‘smartthings.f12.no’ not found. @line 342 (doCall)
+++
When i am triggering the alarm, it does not change the mode that i have set it do do (ie home alarm turns of all lights etc).
Any idea? All other settings seems to correct and i have cross checked username and password. Thanks your suggestion!
Hi,
I’m new to Smartthings, but got the error to disappear by changing code line 338:
contactSensorDevice[“doorWindowDevice”].each { updatedJsonDevice →
To:
contactSensorDevice[“doorWindow”].each { updatedJsonDevice →
Wow! That did indeed work - thanks alot for your input, really appreciate that.
Are you able to make Verisure alarm work together with scenes? Say where lights turns off when alarm is turned on?
Thanks again.
I haven’t tried that yet. Currently I only have a virtual switch that turns on/off depending on the state of the “location” which is linked to the state of the alarm.
So my switch is on when the alarm is on and vice versa.
Okey, your suggested finally made this work for me again. So really appreciate your comment. When i turn on alarm at night all my lights turns off and thermostats goes down.
Thanks!!
Hi. Did you find a fix for this error? I have exctly the same today and can not find a way to fix it. The app in only shows “connected” and I get no alarm status update.
The reply from Mikkel solved it, you have to make the change in the Samsung IDE device handler site:
+++
Hi,
I’m new to Smartthings, but got the error to disappear by changing code line 338:
contactSensorDevice[“doorWindowDevice”].each { updatedJsonDevice →
To:
contactSensorDevice[“doorWindow”].each { updatedJsonDevice →