Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matten-matten/egigeozone-geofence-subfow

EgiGeoZone App in Nodered verwenden
https://github.com/matten-matten/egigeozone-geofence-subfow

Last synced: 4 days ago
JSON representation

EgiGeoZone App in Nodered verwenden

Awesome Lists containing this project

README

        

![Logo](https://play-lh.googleusercontent.com/Xumisnals5BRF9URTz9cHX2RpDMlQcTjnzvvdj65fYNBQ1us78EnRc5HqA3OelEqMKVu=s80-rw)
# EgiGeoZone Geofence Subflow
`in Nodered`

https://www.egigeozone.de/manual/default.html#Servereinstellungen

---
[-> Beispiel flow](https://github.com/Matten-Matten/EgiGeoZone-Geofence-Subfow/blob/main/bsp_flow.json)

[-> Subflow](https://github.com/Matten-Matten/EgiGeoZone-Geofence-Subfow/blob/main/flow.json)

---

![picture](https://raw.githubusercontent.com/Matten-Matten/EgiGeoZone-Geofence-Subfow/main/pics/empfangen.gif)
![picture](https://raw.githubusercontent.com/Matten-Matten/EgiGeoZone-Geofence-Subfow/main/pics/config.png)

---
![Logo](https://homematic-forum.de/forum/styles/prosilver/theme/images/homematic-logo.png)

Forum: https://homematic-forum.de/forum/viewtopic.php?f=77&t=64273

---

## OUTPUT:

{
id:"b1234-0815de-3abc0-8abc-0815ed1dddcf",
name:"zuHause",
entry:"1",
date:"2021-01-05T09:21:27Z",
latitude:"51.4643171",
longitude:"8.6991961",
device:"b1234-0815de-3abc0-8abc-0815ed1dddcf",
inZone: true,
device_name: "Horst"
}

---
## INPUT:

Eintrag in EGI Geozone Server bei _URL FHEM Geofancy_ :

http://`mein.dyndns`:`Port`/webhook/geo

- Cloudmatic Redmatic beispiel:

http://`12345`.meine-homematic.de/addons/red/webhook/geo

12345 = eure Cloudmatic ID

- Cloudmatic Nodered beispiel:

http://`12345`.meine-homematic.de:`8001`/webhook/geo

Port 8001 = der Port den ihr in Cloudmatic frei gebt.

http://kb.easy-smarthome.de/CloudMatic_Connect_-_Netzwerkgeräte

---

## Changelog

### 1.1.0 (2021-05-05)
* (Matten-Matten) `add: each ID can be assigned a name in the properties (data point "msg.payload.device_name")`

### 1.0.1 (2021-01-10)
* (Matten-Matten) `add: data point "msg.payload.inZone"`

### 1.0.0 (2021-01-05)
* (Matten-Matten) `first publication`