Geofency

Hören auf Geofency-Ereignisse. Basierend auf der standortbasierten mobilen App (Geofency)

Aktueller Release
1.2.4
Entwickler
Daniel Schaedler, Apollon77
Lizenz
MIT

Dieser Adapter nutzt die Sentry-Bibliotheken, um Ausnahmen und Codefehler automatisch an die Entwickler zu melden. Weitere Details und Informationen zum Deaktivieren der Fehlerberichterstattung finden Sie in der Sentry-Plugin-Dokumentation ! Die Sentry-Berichterstattung wird ab js-controller 3.0 verwendet.

Dieser Adapter kann Geofency- Ereignisse empfangen, wenn Sie mit Ihrem Mobilgerät einen definierten Bereich betreten oder verlassen. Alle Werte des Geofency-Webhooks der Anfrage werden unter dem Namen des Standorts in ioBroker gespeichert.

Konfiguration auf dem Mobilgerät

  • für jeden Standort -> Eigenschaften -> Webhook-Einstellungen:
  • URL für Ein- und Ausgang:<your ioBroker Domain>:<configured port>/<any locationname> ;
  • Beitragsformat:JSON-encoded : ermöglicht
  • Authentifizierung: Benutzername/Passwort festlegen voniobroker.geofency Konfiguration

Im ioBroker Forum (Deutsch)

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

Sicherheitshinweis:

Es wird nicht empfohlen, diesen Adapter dem öffentlichen Internet zugänglich zu machen. Vor ioBroker sollte eine Art WAF/Proxy/Einstiegsserver geschaltet werden (z. B. ist nginx komfortabel und einfach zu konfigurieren).

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 daniel.schaedler@gmail.com, 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.