[OBSOLETE] Verisure integration

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 :frowning:

Thanks alot your input.

Try this FAQ: Did we lose the ability to add custom smartapps after the app update of June 2021?

1 Like

My guess is missing credentials. Doubt it will work adding it through the simulator. I would look into the FAQ posted by @Jepajo above.

Thanks alot, i can now access the smartapps!
Greatly appreciate your suggestion.

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 Andreas, did you by any chance find a solution to this error message? I have the same error message, but struggeling to solve it.
Thanks!

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 →

Hoping this will work for you too.

Br. Mikkel

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.

Thanks.

Dag

Hi,

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 →

Hoping this will work for you too.

Br. Mikkel

+++

Is there an edge driver for this Verisure integration?

1 Like

anyone working on a edge driver for this? i was using this to be able to see if my yale doorman was locked or unlocked. miss it alot :smiling_face_with_tear:

2 Likes