Cannot link lock item in PaperUI

Hi

I am running a RPi 3 with

  • openHabian
  • mySensors binding
  • nRF24 connected to GPIO

This setup is successful with motion/temperature/battery nodes

In order to add functionalities to my home protection system, i want to setup a rfid door lock as per

I use PaperUi to discover nodes. Works like a charm :slight_smile:

I managed to link “last update” and “battery level” items . Both items were then included (text editor) within .item and .sitemap files and showed-up nicely in Paper UI as well as in iOS app.

But I got an error when linking “lock” item : “ERROR : undefined - undefined” then “some error occured” (messages at the bottom right hand corner of Paper UI)

Here is what i get when logged into Karaf console:

16:20:33.171 [WARN ] [thome.io.rest.core.item.ItemResource] - Received HTTP PUT request at 'items/MySensorsDevice21_Lock' with an invalid item type 'Status'.

Does it make any sense to you?

“lock” item returns a status, right?

Thanks for your help

Regards

Ben

Big thumbs up to all those involved who made this possible ! :kissing_smiling_eyes:

Hi

I found this… :


But what can i do with that?
Seems to me that the file in question is some kind of install file that doesn’t exist on my gateway as it is, right?
Thanks for your help