Announcement
Collapse
No announcement yet.
Plugin no longer supported due to health issues.
Collapse
This is a sticky topic.
X
X
-
I had this same problem. Found this thread and I am back in business. Thank you all for contributing to solving it.
-
I saw part of the conversation on my phone while at the Cancer center yesterday.
If you need to change any of the settings in the ini files, you have to shutdown the plugin, then edit the ini file, save it and restart the plugin. The ini files are only read on the startup of the plugin.
In this case the correct fix is the HSPI_WEATHERXML.exe.config.
I'll post a health update at the top of the weatherXML forum.
- Likes 1
Leave a comment:
-
Awesome, I tried that and it looks to be running. Thanks for this!
- Likes 1
Leave a comment:
-
I think I found a solution. I was looking at http://inflectra.com/support/knowledgebase/kb510.aspx which describes different ways to get .NET Framework to communicate with TLS 1.2 servers. I used the .config file suggestion, changing c:\Program Files (x86)\HomeSeer HS3\HSPI_WEATHERXML.exe.config to be like the attached (had to add .txt to be able to upload the file; don't do that for real) by adding
<AppContextSwitchOverrides value="Switch.System.Net.DontEnableSystemDefaultTlsVersions= false"/>
to the runtime section. I rebooted my system (probably overkill, but easiest way to be sure) and was able to pull conditions successfully.
The web page I mentioned has other ways to adjust this as well if you don't want to edit the the .config file.Attached Files
- Likes 3
Leave a comment:
-
Originally posted by simonmason View PostSame here - switched everything to https and got the same errors as czagar. Tried with and without curl. ITguyHS - if you have a chance, can you check you exe date/time - I am wondering if there is another build?
Leave a comment:
-
Same here - switched everything to https and got the same errors as czagar. Tried with and without curl. ITguyHS - if you have a chance, can you check you exe date/time - I am wondering if there is another build?
Leave a comment:
-
Originally posted by simonmason View PostSame version. Interesting. My hspi_weatherxml.exe is dated 8/17/2019 at 9:59PM - perhaps you have a different compiled exe?
Leave a comment:
-
I've been having the same problem, but have been too busy to try to sort it out. A dug a little deeper and found that under the HomeSeer HS3 directory in Config\weatherXML there is a weatherInfo.ini file with the URLs. I changed the http://*.weather.gov URLs to https and restarted HomeSeer, and now I see the https version in the locations page. However, that seems to have just changed my error from:
downloadFile: NOAA Weather Condition from: http://w1.weather.gov/xml/current_obs/KDVT.xml. Error: The request was aborted: Could not create SSL/TLS secure channel.
to
downloadFile: NOAA Weather Condition from: https://w1.weather.gov/xml/current_obs/KDVT.xml. Error: The request was aborted: Could not create SSL/TLS secure channel.
From a command prompt, I can use curl to pull the file just fine, so I remain just as stuck as simonmason
Leave a comment:
-
Same version. Interesting. My hspi_weatherxml.exe is dated 8/17/2019 at 9:59PM - perhaps you have a different compiled exe?
Or perhaps there is a setting to change this that I haven't figured out yet?
Thanks.
Leave a comment:
-
Originally posted by simonmason View PostIt shows without the https:
http://w1.weather.gov/xml/current_obs/
I don't see anyway to change this in the configuration? But this does resolve when I paste this into a browser.
Leave a comment:
-
It shows without the https:
http://w1.weather.gov/xml/current_obs/
I don't see anyway to change this in the configuration? But this does resolve when I paste this into a browser.
Leave a comment:
-
Originally posted by simonmason View PostITguyHS
The error I get is: "downloadFile: NOAA Weather Condition from: http://w1.weather.gov/xml/current_obs/KMMU.xml. Error: The request was aborted: Could not create SSL/TLS secure channel."
Leave a comment:
-
ITguyHS Thanks for this. I went ahead and tried this. Either through this or a combination of other things above it seems like everything is working except current conditions.
The error I get is: "downloadFile: NOAA Weather Condition from: http://w1.weather.gov/xml/current_obs/KMMU.xml. Error: The request was aborted: Could not create SSL/TLS secure channel."
I can access that file without any issues on the homeseer machine in chrome - which I suspect doesn't necessarily mean homeseer can see it. I also manually downloaded the file into the data\weatherxml folder to see if I could fool it. But it looks for an presumably deletes the file judging by the logs.
So I have everything except current conditions working so far. This might be as good as it gets unless there are any other ideas? Thanks.
Leave a comment:
-
Be aware that the curl support was originally added for Windows XP machines only, but should work in any version of Windows. It bypasses some of the built-in Windows support for http, so it can sometimes be a fix for http transport problems.
Leave a comment:
-
ITguyHS Thanks for the response. I haven't used CURL as I am not sure what how to? I am doing some searches on this to figure it out, but if you have time to provide some pointers, that would be great.
Leave a comment:
Leave a comment: