Skip to content

Commit

Permalink
[wundergroundupdatereceiver] Prevent 😕 showing in documentation (open…
Browse files Browse the repository at this point in the history
…hab#13963)

See: https://www.openhab.org/addons/bindings/wundergroundupdatereceiver/

Signed-off-by: Wouter Born <github@maindrain.net>
  • Loading branch information
wborn authored Dec 15, 2022
1 parent 9318f6f commit c75b04e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Many personal weather stations or similar devices are only capable of submitting
This binding enables acting as a receiver of updates from devices that post measurements to https://rtupdate.wunderground.com/weatherstation/updateweatherstation.php.
If the hostname is configurable - as on weather stations based on the Fine Offset Electronics WH2600-IP - this is simple, otherwise you have to set up dns such that it resolves the above hostname to your server, without preventing the server from resolving the proper ip if you want to forward the request.

The server thus listens at http(s)://&lt;your-openHAB-server&gt;:&lt;openHAB-port&gt;/weatherstation/updateweatherstation.php and the device needs to be pointed at this address.
The server thus listens at `http(s)://<your-openHAB-server>:<openHAB-port>/weatherstation/updateweatherstation.php` and the device needs to be pointed at this address.
If you can't configure the device itself to submit to an alternate hostname you would need to set up a dns server that resolves rtupdate.wunderground.com to the IP-address of your server and provide it as the DHCP dns-server to the device.
Make sure not to use this dns server instance for any other DHCP clients.

Expand Down

0 comments on commit c75b04e

Please sign in to comment.