Skip to content

Latest commit

 

History

History
76 lines (45 loc) · 1.83 KB

README.md

File metadata and controls

76 lines (45 loc) · 1.83 KB

Logo

EgiGeoZone Geofence Subflow

in Nodered

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


-> Beispiel flow

-> Subflow


picture picture


Logo

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