I thought I seen sometime back that someone came up with a script that checks for duplicate tags in your testtag file, or was i just seeing things?..lol… If not, what would be the easiest way to check for dups? Thanks.
lol… I know… I just made a lot of changes. and just wanted to make sure I didnt duplicate anything.
I could only find
$dayornight = ‘Day’; //
$dayornight = ‘Day’; // Day or night flag
Editorially, there are multiple versions of some parameters that seem a bit of a waste to me, but maybe needed for the template, I don’t know. Examples:
$apparentsolartemp = ‘50.3’; // Apparent temperature in the sun (you need a solar sensor)
$apparentsolartempc = ‘10.2’; // Apparent temperature in the sun,
the “dayornight” tag is one I just added, guess i didnt look good enough…lol
Yeah, a couple of those put out the same data, just named differently… That does seem a little strange. :scratch:
Yeah, php can handle the unit conversion very easily so :dontknow: