Beta 11 : Shutter with trigger and sensor working?

This is how I have my electric gate configured… Binding to 2 OpenHAB items…

But when I tap the widget in my dashboard nothing happens…
If I use the manual remote to open the gate the sensor status of “open” does not get updated on the dashboard either…

{
	"type": "shutter",
	"position": "0-0,1-1",
	"properties": {
		"label": "Gate",
		"icon": "gate",
		"mode": "shutter",
		"trigger": {
			"binding": "GateButton"
		},
		"sensor": {
			"binding": "GateContact"
		},
		"reverse": true
	}