From a4d7461dcdcf73078308f4b9c707cc2b7e766310 Mon Sep 17 00:00:00 2001 From: Roger Loeb <50334223+rmloeb@users.noreply.github.com> Date: Tue, 21 Jun 2022 12:07:35 -0600 Subject: [PATCH] Update davis-vantage.md Added workaround for OSPI port 3000 limitation. --- docs/davis-vantage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/davis-vantage.md b/docs/davis-vantage.md index 8185a1e..1627a33 100644 --- a/docs/davis-vantage.md +++ b/docs/davis-vantage.md @@ -29,4 +29,4 @@ Actual readings from your PWS should now be flowing to weather-service. Make sur To immediately observe the data feed, open Davis WeatherLink, click on File | Wunderground Settings, then click the "Test" box. -Note: this procedure does not work if you are using an OSPI (Open Sprinkler running on a Raspberry Pi), because OSPI requires that the OpenSprinkler-Weather-Service use port 3000 and the HOSTS file redirection does not support a port specification. +Note: this procedure does not work if you are using an OSPI (Open Sprinkler running on a Raspberry Pi), because OSPI requires that the OpenSprinkler-Weather-Service use port 3000 and the HOSTS file redirection does not support a port specification. If you are running the weather-server on a system that supports iptables, you can work around this by using iptables to redirect port 80 to port 3000 on the server host. See https://o7planning.org/11363/redirect-port-80-443-on-ubuntu-using-iptables for guidance on how to do this.