Give me the URL details again and what you are trying to parse and I will take a look tomorrow.
Announcement
Collapse
No announcement yet.
[VB.NET] my.Alert
Collapse
X
-
PHP Code:text page
https://waterservices.usgs.gov/nwis/iv/?format=rdb&sites=06604200¶meterCd=00060,00065,00010&siteType=LK&siteStatus=all
XML format
https://waterservices.usgs.gov/nwis/iv/?format=waterml,2.0&sites=06604200¶meterCd=00060,00065,00010&siteType=LK&siteStatus=all
To Parse
<wml2:MeasurementTVP><wml2:time>2017-01-05T12:45:00-06:00</wml2:time><wml2:value>1.6</wml2:value><wml2:metadata><wml2:TVPMeasurementMetadata/>
<wml2:MeasurementTVP><wml2:time>2017-01-05T12:45:00-06:00</wml2:time><wml2:value>4.51</wml2:value><wml2:metadata><wml2:TVPMeasurementMetadata/>
Thank you for trying.
TimFB Page - https://www.facebook.com/pages/Capt-Tim/209398425902188
HSTouch Layouts - https://www.facebook.com/media/set/?...5902188&type=3
Comment
-
Thank you for trying.
I am a bit puzzled as to why your script works and the "my.Alert" script doesn't.
Could it be, ( I thought about this last night), that my HS2 is still running on Win XP and so my Internet Explorer is too old for their website update.
I ask because I browse those sites using Firefox but I'm sure HS is using IE to scrape it.
Thanks,
TimFB Page - https://www.facebook.com/pages/Capt-Tim/209398425902188
HSTouch Layouts - https://www.facebook.com/media/set/?...5902188&type=3
Comment
-
Well, that's it. I tried to open those links with IE on the HS2 pc and the page can not be displayed.
Guess I'll have to wait till I get a new PC.
TimFB Page - https://www.facebook.com/pages/Capt-Tim/209398425902188
HSTouch Layouts - https://www.facebook.com/media/set/?...5902188&type=3
Comment
-
Originally posted by waynehead99 View PostI just stumbled across this and was looking to download it, but it appears the link is broken...
The equivalent in HS3 is either Web-scraper plugin in the updater or my DataScraper script on my site.
Comment
-
I need to get rid of a % sign in a scrapped string so I can set the value the same as the device string.
Here is the ini section for it.
PHP Code:[Clouds]
URL=http://www.accuweather.com/en/us/arnolds-park-ia/51331/current-weather/22514_pc
RegExSearch=<li>Cloud Cover: <strong>(?<number>[0-9]{1,3}\%)</strong>
RegExReplace=number
DeviceString=I45
Content=92%
Thanks,
TimFB Page - https://www.facebook.com/pages/Capt-Tim/209398425902188
HSTouch Layouts - https://www.facebook.com/media/set/?...5902188&type=3
Comment
Comment