Door and Window Sensors not working

Hi Igor

I don’t get any update for my door/window-sensors. Could it be that’s because af transformation to german language?
This is what I see on the REST-Interface:

“state”: “OPEN”,
“transformedState”: “Offen”,
“stateDescription”: {
“pattern”: “”,
“readOnly”: false,
“options”: [
{
“value”: “CLOSED”,
“label”: “geschlossen”
},
{
“value”: “OPEN”,
“label”: “offen”
}
]
},
“type”: “String”,
“name”: “Door_Sued”,

Regards
Michael

This seems like String item. Did you bind that item to sensor widget? That might be a bug.
It should be possible bind Contact/Switch items for door/window sensor widget.

I managed to get a wemo maker with a contact sensor working. This is my GET /items/ response:

{
  "link": "http://host:8080/rest/items/FrontDoorStatus_Sensor",
  "state": "ON",
  "type": "Switch",
  "name": "FrontDoorStatus_Sensor",
  "label": "Front Door Status",
  "category": "Switch",
  "tags": [],
  "groupNames": []
}

I am not transforming the language.