Testers for Verisure openHAB 2 binding

Ok, I don’t have a smartLock but have you tried with other Things?

Here are a bit of my .things file:

Bridge verisure:bridge:myverisure "Verisure Bridge" [
        username="mymail@gmail.com",
        password="mypassword",
        refresh="600",
        pin="1234"
] {
        Things:
                alarm verisure_alarm "Verisure Alarm" [
                        deviceId="alarmXXXXXXXXXX"
                ]
}

I’m sure you have tried clear your cache? Else that could also make openhab act a bit wired. I made a small script to make it easy here: My point of view of Openhab2, stability and a few good to know stuff