Update davis-vantage.md

Added workaround for OSPI port 3000 limitation.
This commit is contained in:
Roger Loeb
2022-06-21 12:07:35 -06:00
committed by GitHub
parent 286e87c812
commit a4d7461dcd

View File

@@ -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. 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.