w.vuyk Wim, any chance of getting this to work in deCONZ and Jowihue? deCONZ sees it as a motion sensor but Jowihue sees it for what it is. Here is Jowihue info. Thanks
{
"config": {
"alert": "none",
"battery": 60,
"duration": 310,
"on": true,
"reachable": true
},
"ep": 1,
"etag": "3bd44993f4249038a23b2a8b1dbb0081",
"lastseen": "2021-08-16T15:09Z",
"manufacturername": "SmartThings",
"modelid": "tagv4",
"name": "Arrival Sensor",
"state": {
"lastupdated": "2021-08-16T15:06:03.555",
"presence": true
},
"swversion": "R860_#35",
"type": "ZHAPresence",
"uniqueid": "24:fd:5b:00:01:09:88:10-01-000f"
}
EDIT: My bad, looks like it works somewhat correctly in Jowihue! I changed the Duration time from 310 to 60 and it seems to go to Away for a while then resorts back to Home (Home and Away are my changes to the graphics).
Changed Duration back to 310 and it seems to stay on Away now. I read somewhere that this sensor has a 2 min. response time. Do you know anything about this? I am going to try 120 sec. and see what it does.
EDIT2: Not sure how long it took, wasn't timing it, but the arrival sensor went back to Home. I have it in an enclosed metal can. So that is not good. That will surely mess up any events.
{
"config": {
"alert": "none",
"battery": 60,
"duration": 310,
"on": true,
"reachable": true
},
"ep": 1,
"etag": "3bd44993f4249038a23b2a8b1dbb0081",
"lastseen": "2021-08-16T15:09Z",
"manufacturername": "SmartThings",
"modelid": "tagv4",
"name": "Arrival Sensor",
"state": {
"lastupdated": "2021-08-16T15:06:03.555",
"presence": true
},
"swversion": "R860_#35",
"type": "ZHAPresence",
"uniqueid": "24:fd:5b:00:01:09:88:10-01-000f"
}
EDIT: My bad, looks like it works somewhat correctly in Jowihue! I changed the Duration time from 310 to 60 and it seems to go to Away for a while then resorts back to Home (Home and Away are my changes to the graphics).
Changed Duration back to 310 and it seems to stay on Away now. I read somewhere that this sensor has a 2 min. response time. Do you know anything about this? I am going to try 120 sec. and see what it does.
EDIT2: Not sure how long it took, wasn't timing it, but the arrival sensor went back to Home. I have it in an enclosed metal can. So that is not good. That will surely mess up any events.
Comment