This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Comments
Exactly!
My phone pops up notifications that it is entering / leaving a geofence. This information does not reach Homey.
How do I get those transition events to Homey?
I have set the radius to 50 and shared it. The geofence is visible on the map.
Don't know if you tried this, but open the outracks app on your phone, at the map tap your device. Tap it again on the bottom. Scroll down and look at your identifier. This you must use in honey. First I had a small difference in what I used and that's why it not worked in the first place.
Thanks again for trying to help. Really appreciated!
This is what it shows
Which is what I see in the Homey Owntracks App log, too. I just don't get the in/out geofence updates to Homey.
Try owntracks/+/+/event in your trigger card
I have duplicates the Flow with the trigger card 'Geofence binnen gegaan triggerd', made 3 versions that each should sent a Telegram message.
In the Trigger card I have set:
1 - owntracks/Ernst/EvdB/event
2 - owntracks/#/#/
3 - owntracks/#/#/event
I will test this by physically moving out of the set region.
If I press 'test' in the Flow editor, I receive a Telegram message. That is working!
Should be owntracks/+/+/event
I walked around. GPS enabled, phone on wifi popping in and out of wifi hotspots and to 4G. The Owntracks App notification shows that I am leaving 'Home" and entering 'Home' again. I am 'connected' according to Owntracks App status.
However, the geofence exit/enter is not pushed to Homey. I receive no Telegram message. This is (a part of) the log:
Check access rights on the MQTT broker?
And make a dummy flow with topic
owntracks/#
Make a flow with "something was said/er werd iets gezegd" put in any word.
In the And/Dan a card from owntracks with owntracks/+/+
Push the test button.
In the owntracks log you should see something like this
20170305-13:08:18 send test on topic owntracks/+/+
As far as I understand, than homey is receiving messages.
Edit:
In the and/dan I mean fill in the card with a dummy message and as topic owntrack/+/+
I created a test flow:
The test message was not received...
So, I changed the broker setting is the preferences:
Switching form DNS name (a Synology.me account) to the internal IP adrress.
Still the test failed.
I enabled a public broker. The test was received!
I disabled the public broker....filled in the internal IP again and....The test was received!
In the phone App I set the radius to ) and back to 50 meters. And get an update in the Homey log:
Only in your testflow instead of Test 1234 etc you should have entered owntracks/+/+
Done !
The last hurdle was to recreate the flows. Now I am receiving Telegram notifications :-)
A big thank you - and all others - for all the help and patience !
For me it was quite a learning process from installing on Syn NAS through making flows so I think you understand that I rather keep it working.
I do not have anything yet, but as soon as it works for me some speech support (based on an actioncard) and cards without the need for a topic (just user)
It's working already..but thanks!
I have exit and enter event triggers as I see them on MQTT-SPY but they does not seem to reach homey, but in homey I can see all testmessages towards MQTT broker so it must be something small
In my case it helped to expand the range to 200m (in the homey app and android app).
In you're case it is the topic
owntracks/chris/ChrisBoer/event
In the geofence you have to point to the "regions" you have in the app.
I think that if you start playing with the range it would work, that was also in my case. Set it to 0m and after that to 150m. You can see in the MQTT-SPY app that messages are coming in as "event"
Now working for 4 people no battery drain and it works 100 % all the time.
So it does not matter if somebody is still on mobile network or on local home wifi to know it presence.
Nice to read your positive experience.