Hey friends, 2 months ago I used openpaths binding based on this tutorial
https://github.com/openhab/openhab1-addons/wiki/OpenPaths-Binding
everything was fined, it worked like a charm but since I migrated to OH2, I create a file name “openpaths.cfg” under service folder like this:
############################### OpenPaths Binding #####################################
#
# The latitude/longitude coordinates of 'home'.
home.lat=xxx
home.long=xxx
home.geofence=100
# You may define any number of additional locations. If no geofence is given
# for a location, the default geofence configuration below is used
# The latitude/longitude coordinates of 'work'.
work.lat=xxx
work.long=xxx
work.geofence=100
# The latitude/longitude coordinates of 'anyplace'.
anyplace.lat=xxxx
anyplace.long=xxxx
anyplace.geofence=100
# Interval in milliseconds to poll for user location (optional, defaults to 5mins).
refresh=5000
# Distance in metres a user must be from 'home' to be considered inside the
# geofence (optional, defaults to 100m).
geofence=100
# OpenPaths access/secret keys for each user.
dong.accesskey=xxxxxx
dong.secretkey=xxxxxx
(xxxxx is my private information, sorry but I dont want to show you)
This file was copied from openhab.cfg and I delete all the prefixes openpaths from it
But it’s been 2 weeks that I can’t see anything displayed on my sitemaps, it just shows up “-” besides the items’ name.
So I wonder is openpaths compatible to OH2? How can I fix this? Or any binding is available and has the same function like openpaths in the old version of OH ? (1.8.3)