03-07-2004, 03:01 AM -
Quote:...you can try adding a "ValueType = INT" to your ini section....Shapeshifter, you're right, I've pretty pretty much exhausted all combinations here! The trouble with using a valuetype=int is that I can't get accurate °F temperatures as they're in the format 43.2°F, so valuetype=INT only returns 43°F. I too use the valuetype = INT "trick" to return 0 for gusts in my wind skin!
Quote:Try to change find2 string:Yuri, I changed my code to include spaces at the end of find2 = "Dewpoint " and beginning of "delim = " °" to eliminate ALL spaces:
find2 = "Dewpoint: "
Add space into string.
Code:
; Dewpoint
; -------------------------------------------------------------------------
[CustomParam4]
name = Dewpoint
unit = C
find0 = "<!-- CURRENT REPORT TABLE -->"
find1 = "<!--Temp-->"
find2 = "Dewpoint: "
delim = " °"
Which brings me very nicely around to the point I made in this thread.