mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 23:09:26 +00:00
GEOFANCY: improved documentation and reference to RESIDENTS Fam
git-svn-id: https://svn.fhem.de/fhem/trunk@4861 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8cf6764641
commit
0b71b6b627
@ -434,12 +434,12 @@ sub GEOFANCY_ISO8601UTCtoLocal ($) {
|
||||
<code>define <name> <infix></code><br><br>
|
||||
|
||||
Defines the webhook server. <code><infix></code> is the portion behind the FHEMWEB base URL (usually
|
||||
<code>http://hostname:8083/fhem</code>)
|
||||
|
||||
<code>http://hostname:8083/fhem</code>)<br>
|
||||
<br>
|
||||
Example:
|
||||
<ul>
|
||||
<code>define geofancy GEOFANCY geo</code><br>
|
||||
</ul>
|
||||
</ul><br>
|
||||
The webhook will be reachable at http://hostname:8083/fhem/geo in that case.<br>
|
||||
<br>
|
||||
</ul>
|
||||
@ -462,19 +462,25 @@ sub GEOFANCY_ISO8601UTCtoLocal ($) {
|
||||
<b>Usage information</b>
|
||||
<br><br>
|
||||
<ul>
|
||||
Likely your FHEM installation is not reachable directly from the internet (good idea!).
|
||||
Likely your FHEM installation is not reachable directly from the internet (good idea!).<br>
|
||||
It is recommended to have a reverse proxy like nginx or Apache in front of FHEM where you can make sure access is only possible
|
||||
to specific subdirectories like /fhem/geo.
|
||||
You might also want to think about protecting the access by using HTTP Basic Authentication and encryption via SSL.
|
||||
to specific subdirectories like /fhem/geo.<br>
|
||||
You might also want to think about protecting the access by using HTTP Basic Authentication and encryption via SSL.<br>
|
||||
Also the definition of a dedicated FHEMWEB instance for that purpose might help to restrict FHEM's functionality
|
||||
(note that the 'hidden' attributes of FHEMWEB currently do NOT protect from just guessing/knowing the correct URL!)
|
||||
(note that the 'hidden' attributes of FHEMWEB currently do NOT protect from just guessing/knowing the correct URL!)<br>
|
||||
<br>
|
||||
To make that reverse proxy available from the internet, just forward the appropriate port via your internet router.
|
||||
To make that reverse proxy available from the internet, just forward the appropriate port via your internet router.<br>
|
||||
<br>
|
||||
The actual solution on how you can securely make your Geofancy webhook available to the internet is not part of this documentation
|
||||
and depends on your own skills.
|
||||
</ul>
|
||||
<br><br>
|
||||
|
||||
<b>Integration with Home Automation</b>
|
||||
<br><br>
|
||||
<ul>
|
||||
You might want to have a look to the module family of <a href="#ROOMMATE">ROOMMATE</a>, <a href="#GUEST">GUEST</a> and <a href="#RESIDENTS">RESIDENTS</a> for an easy processing of GEOFANCY events.
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
=end html
|
||||
|
Loading…
x
Reference in New Issue
Block a user