Security sensor not logging

Hi,
I have a problem with a Security sensor not being logged to DataMine 2
I can see the Sensor has been added to the Channels being logged in DataMine but The folder in the Database never shows up.
From the “dataMineConfig.json”:

{"Service":"urn:micasaverde-com:serviceId:SecuritySensor1","LastRec":0,"Type":0,"FilterEnable":0,"Logging":1,"Id":88,"FixYAxis":0,"DataMultiplier":1,"DataType":6,"DataOffset":0,"Name":"GarasjePort - Tripped","LastVal":0,"FirstRec":0,"Variable":"Tripped","Device":354}],"Graphs":[],"guiConfig":[],"nextId":89}

From this i would expect a folder with the name “88” to show up when the sensor enters “Tripped” State?

When i check the LuaUPnP.log file i can see entries for the sensor but they are not logged to DataMine.
from “LuaUPnP.log”:

06	02/16/17 9:43:39.065	Device_Variable::m_szValue_set device: 354 service: urn:micasaverde-com:serviceId:SecuritySensor1 variable: e[35;1mLastTripe[0m was: 1487232639 now: 1487234619 #hooks: 0 upnp: 0 skip: 0 v:0xb56e38/NONE duplicate:0 <0x771ce520>
06	02/16/17 9:43:39.065	Device_Variable::m_szValue_set device: 354 service: urn:micasaverde-com:serviceId:SecuritySensor1 variable: e[35;1mTrippede[0m was: 0 now: 1 #hooks: 0 upnp: 0 skip: 0 v:0xb56d08/NONE duplicate:0 <0x771ce520>
01	02/16/17 9:43:39.255	e[31;1mZWaveNode::HandlePollUpdate_Alarm node 30 device 354 v1type: 7 v1level: 255 source: 0 status: 255 type: 7 event: 2 parms: 0 code: (null)e[0m <0x771ce520>

I can see the device in Datamine but it has no data, just a red “!”.

Is it possible that the HandlePollUpdate_Alarm has anything to do with it? i seem to get this after every time i trip the sensor? Anyone knows what this error means?

Christian