Hi there,
I have been starting to use pimatic-phone (in combination with tasker on my Android device), which works pretty good.
However, I also have a dummy presence sensor:
{
"class": "DummyPresenceSensor",
"id": "phone-lex2",
"name": "Lex thuis",
"autoReset": false
}
and some rules:
when $galexy.location gets updated and $galexy.tag = "Home"
then set presence of phone-lex2 present
and push title:"Locatie Lex" message:"$galexy.tag" priority:0
when $galexy.location gets updated and $galexy.tag != "Home"
then set presence of phone-lex2 absent
and push title:"Locatie Lex" message:"$galexy.tag" priority:0
But these rules don’t work and I don’t know why…
Anyone got a clue why the presence sensor won’t update? I keeps the same state, wherever I am.