npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

iobroker.geofency

v1.2.4

Published

geofency adapter for ioBroker

Readme

Logo

ioBroker.geofency

Number of Installations Number of Installations NPM version

Test and Release Translation status Downloads

This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and for information how to disable the error reporting see Sentry-Plugin Documentation! Sentry reporting is used starting with js-controller 3.0.

This Adapter is able to receive geofency events when entering or leaving a defined area with your mobile device. All values of the geofency-webhook of the request are stored under the name of the location in ioBroker.

Configuration on mobile device

  • for any location -> properties -> webhook settings:
  • URL for entry and exit: <your ioBroker Domain>:<configured port>/<any locationname>;
  • Post Format: JSON-encoded: enabled
  • authentication: set user / password from iobroker.geofency config

In ioBroker Forum (German)

http://forum.iobroker.net/viewtopic.php?f=20&t=2076

Security note:

It is not recommended to expose this adapter to the public internet. Some kind of WAF/proxy/entry Server should be put before ioBroker. (e.g. nginx is nice and easy to configure).

Changelog

1.2.4 (2022-10-08)

  • (Apollon77) Fix atHome states
  • (Apollon77) Catch errors when creating webserver

1.2.3 (2022-10-01)

  • (Apollon77) Optimize usage of credentials (requires iOS App 7.5.1+!)

1.2.2 (2022-08-29)

  • (bluefox) Corrected handling of SSL certificates
  • (bluefox) Added possibility of binding to specific interface and not only 0.0.0.0

1.2.1 (2022-08-16)

  • (bluefox) Corrected error with no credentials
  • (bluefox) Added JSON config and made refactoring
  • (atl285) Corrected handling of SSL certificates

1.1.1 (2022-03-18)

  • (Apollon77) Prevent warning logs for newly added states in last release

1.1.0 (2022-03-11)

  • IMPORTANT: Forbidden characters are now replaced by _ in generated State IDs. Because gave an error before should not be breaking
  • (Apollon77) Add new json state with the json of the last incoming data
  • (Apollon77) Add new data channel under the user with all data fields from the incoming data as own states
  • (Apollon77) Add Sentry for crash-reporting
  • (Apollon77) Prevent some error cases reported

1.0.3 (2021-03-10)

  • (Apollon77) Fix port checks

1.0.2 (2021-03-09)

  • (Apollon77) optimize stop handling to really end the server

1.0.1 (2021-03-07)

  • (Apollon77) prevent warnings with js-controller 3.2

1.0.0 (2021-02-26)

  • (Apollon77) js-controller 2.0 is now needed at least
  • (allesgutewarweg) Add more JSON decoded states
  • (Apollon77) Update dependencies

0.3.2 (2018-03-07)

  • (Apollon77) Fix Authentication

0.3.0 (2017-10-04)

  • (Apollon77) BREAKING!!! Make sure 'entry' is really a boolean as defined in object

0.2.0 (2017-06-09)

  • (Apollon77) Add missing authentication check
  • (Apollon77) Add option to send in data as Message when received over other ways
  • (Apollon77) Add option not to start a webserver for cases where data are received using messages

0.1.5 (2016-09-19)

  • (soef) support of certificates

0.1.4 (2016-03-29)

  • (dschaedl) replaced geofency Icon (on request of bluefox)

0.1.3 (2016-03-29)

  • (soef) fixed atHome and atHomeCount state creation

0.1.2 (2016-02-13)

  • (soef) Dots in location name will be replaced by an underscore

0.1.1 (2016-02-01)

  • (Pmant) Fix config page

0.1.0 (2016-01-26)

  • (soef) Fix error with "at home" settings

0.0.4 (2016-01-24)

  • (soef) Added some new states

0.0.3 (2016-01-21)

  • (soef) Some modifications
  • (bluefox) change type

0.0.2

  • (dschaedl) moved to iobroker/iobroker.geofency

0.0.1

  • (dschaedl) initial release

License

The MIT License (MIT)

Copyright (c) 2015-2022 dschaedl [email protected], iobroker-community

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.