Ask
Reply
Solution
26-04-2023 05:43 PM
01-05-2023 09:25 PM
@Midori47 OK here goes ....
The DHCPV6 errors are because Voda doesn't do IPv6, so it's best to turn it off until they do
The DROP lines are people/machines trying to gain entry to your network.
The weather URL timed-out when I pasted it into the browser. The IP address appears to belong to Google, that may not be important.
01-05-2023 09:35 PM
Confirmed, no response from the server. To coin a phrase "she's dead Jim"
02-05-2023 12:11 AM
@Ripshod wrote:Confirmed, no response from the server. To coin a phrase "she's dead Jim"
I'm a doctor, not a network technician.
01-05-2023 10:19 PM
Thanks for comments. I will turn off IPv6. ( I wonder why the router reset defaults to ON.). The weather service is Accuweather, perhaps a Google data mining service.
1) Does it all point to VF Router being at fault or my ignorance in router setup,
2) Does the fact that it works on perfect on Three and Plusnet Phone SIMs also point to VF issues and therefore no point in engaging with Honeywell/Resideo ?
02-05-2023 09:20 AM
@Midori47 I don't know which weather station you are trying to get info for, but this URL (sorry it is HTTP) is an open source list for community weather stations. You just need the station ID, in this example EW6133;
http://www.findu.com/cgi-bin/rawwx.cgi?call=EW6133
The ID can be found on the windy.com page if you click on a town and then the Nearest Weather Stations button.
02-05-2023 10:21 AM
I looked at Windy.com and found my nearest weather station ID. The present setup works on Accuweather.com and station ID is 46804 and IP 192.179.188.190 which is hosted by Google.
You mean I can myself somehow re-program my Evohome or Router to ignore 192.179.188.190 and instead use windy.com? If so how to go ahead? If VF Router will work wiith Windy data then OK by me. This is what Router Log shows at present:-
01.05.2023 09:29:31 lan Info process_request: trans IP GET http://192.179.188.190:61441/WeatherAPIProd/api/weather/forecasts/hourly/15hour?appKey=b9db7a3d46989... for 7
01.05.2023 09:29:31 lan Info Request (file descriptor 7): GET /WeatherAPIProd/api/weather/forecasts/hourly/15hour?appKey=b9db7a3d469892e8&language=en-us&locationKey=46804_PC HTTP/1.0
01.05.2023 09:29:05 firewall Warning [231316.043510] DROP wan in: IN=pppoe-wan OUT= MAC= src=45.148.10.81 DST=193 xxx xxx xxx LEN=60 TOS=0x00 PREC=0x00 TTL=244 ID=7771 DF PROTO=TCP SPT=26582 DPT=22 WINDOW=65535 RES=0x00 SYN URGP=0 MARK=0x8000000
01.05.2023 09:29:01 lan Info process_request: trans IP GET http://192.179.188.190:61441/WeatherAPIProd/api/weather/current?appKey=b9db7a3d469892e8&language=en-... for 7
01.05.2023 09:29:01 lan Info Request (file descriptor 7): GET /WeatherAPIProd/api/weather/current?appKey=b9db7a3d469892e8&language=en-us&locationKey=46804_PC HTTP/1.0
02-05-2023 10:49 AM
@Midori47 Not to use Windy for the data, just to get the station ID to then use that ID on the other link I posted. However the Evohome may want the data in a particular format and the link I posted just returns a flat file which you'd have to convert.
My attempts to reach that 192.179.188.190 are not working, it times out. It doesn't even ping!
PS C:\Users\me> ping 192.179.188.190 Pinging 192.179.188.190 with 32 bytes of data: Request timed out. Request timed out. Request timed out. Request timed out. Ping statistics for 192.179.188.190: Packets: Sent = 4, Received = 0, Lost = 4 (100% loss), PS C:\Users\me>
Instead of using dotted numbers isn't there a domain name that should be in the URL, such as weatherapi.com?
02-05-2023 10:51 AM - edited 02-05-2023 10:51 AM
@Midori47 Additional ....
Using this URL https://www.weatherapi.com/api-explorer.aspx
Your API Key is geting this response
{ "error": { "code": 2008, "message": "API key has been disabled." } }
Apologies if this is the wrong API provider, I don't mean to shock you.
02-05-2023 10:54 AM
@Midori47 Yet more ...
This URL https://www.visualcrossing.com/resources/blog/replacing-the-google-weather-api/ says that the Google Weather API has been disabled for all except Android.
02-05-2023 11:13 AM