OH2 and Aeotec MultiSensor 6

I currently have OH2 running great with Vera that I’ve migrated from OH 1.83. I’ve recently added a new MultiSensor 6 from Aeotec to Vera. I can see the correct LUX and Temp in Vera, but I can get them to appear correctly in my Items file/OpenHab UI.

I think the red text is incorrect. I did verify the item numbers are correct in Vera.

I have the below working:

DateTime KitchenMotionSensorLastTrip “Kitchen Tripped [%1$ta, %1$tm/%1$te %1$tR]” (Kitchen) {mios=“unit:house,device:208/service/SecuritySensor1/LastTrip”}
Number KitchenMotionSensorBatteryLevel “Kitchen Battery [%d]” (Kitchen) {mios=“unit:house,device:208/service/HaDevice1/BatteryLevel”}
Switch KitchenMotionSensorArmed “Kitchen Armed” (Kitchen) {mios=“unit:house,device:208/service/SecuritySensor1/Armed”}

However, the two lines below don’t work.

Number   KitchenTemp "Kitchen Temp [%d]" (Kitchen) {mios="unit:house,device:209/service/SecuritySensor1/CurrentTemperature"}
Number   KitchenLux "Kitchen Lux [%d]" (Kitchen) {mios="unit:house,device:210/service/SecuritySensor1/CurrentLevel"}

Thanks in advance!