OH2 (build #460) Rollershutter not rendered correctly in Habdroid

I use of a lot of rollershutter items in my Openhab setup.
In OH1 the rollershutter item (switch or default item in sitemap) was rendered correctly in both the classic UI and in Habroid. Correctly in this case means a UP-X-DOWN button.

After i migrated my setup to OH2 things changed.
The rollershutter is correctly rendered in both the Basic and Classic UI, but in Habdrod the rollershutter now appears as a plain Switch.
If you operate this switch. It sends an ON/OFF command and Openhab logging shows in invalid command being received for the RollerShutter item.

My OH2 items:

Rollershutter	PlazaHome		"Terrasoverkapping [%d %%]"					(gTerras)	{channel="zwave:device:b60b4aff:node41:blinds_control"}

My OH2 sitemap


    Frame label="Zonwering & Heaters"
    {
    Text label="Zonwering" icon="terrace" {
    	Frame label="Terras" {
    		Switch item=Heater1_Terras
    		Default item=PlazaHome
    	 	Text item=PlazaHome_Power
    	 	Text item=PlazaHome_Energy    
        }
		}
	}

OH2 logging entries

2016-08-31 19:05:36.335 [WARN ] [thome.io.rest.core.item.ItemResource] - Received HTTP POST request at ‘items/PlazaHome’ with an invalid status value ‘ON’.

It could be that i’m making a mistake and simply not seeing it… but it feels strange this setup works flawlessly when Habroid (1.8.0.2 ) connects to OH1 and renders incorrectly when connecting the same HAbdroid client to OH2.

Any thoughts ?

Cheers

is addressing the same issue… issue has been opened.