<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Weather station with Raspberry Pi, Sense HAT and WeeWX — step by step	</title>
	<atom:link href="https://vpn-expert.info/weather-station-with-raspberry-pi-sense-hat-and-weewx-step-by-step/feed/" rel="self" type="application/rss+xml" />
	<link>https://vpn-expert.info/weather-station-with-raspberry-pi-sense-hat-and-weewx-step-by-step/</link>
	<description>Life is too short to remove USB safely …</description>
	<lastBuildDate>Thu, 20 Jan 2022 16:17:11 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.2.2</generator>
	<item>
		<title>
		By: guyfawkes		</title>
		<link>https://vpn-expert.info/weather-station-with-raspberry-pi-sense-hat-and-weewx-step-by-step/comment-page-1/#comment-672</link>

		<dc:creator><![CDATA[guyfawkes]]></dc:creator>
		<pubDate>Wed, 04 Aug 2021 07:53:44 +0000</pubDate>
		<guid isPermaLink="false">https://vpn-expert.info/?p=234#comment-672</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://vpn-expert.info/weather-station-with-raspberry-pi-sense-hat-and-weewx-step-by-step/comment-page-1/#comment-671&quot;&gt;Hugo&lt;/a&gt;.

That was just a modification of my first file … it&#039;s just a different name so it doesn&#039;t matter. Just put here how you named your file and you are good to go. Sorry for the confusion.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://vpn-expert.info/weather-station-with-raspberry-pi-sense-hat-and-weewx-step-by-step/comment-page-1/#comment-671">Hugo</a>.</p>
<p>That was just a modification of my first file … it&#8217;s just a different name so it doesn&#8217;t matter. Just put here how you named your file and you are good to go. Sorry for the confusion.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hugo		</title>
		<link>https://vpn-expert.info/weather-station-with-raspberry-pi-sense-hat-and-weewx-step-by-step/comment-page-1/#comment-671</link>

		<dc:creator><![CDATA[Hugo]]></dc:creator>
		<pubDate>Wed, 04 Aug 2021 03:10:19 +0000</pubDate>
		<guid isPermaLink="false">https://vpn-expert.info/?p=234#comment-671</guid>

					<description><![CDATA[I didn&#039;t get why you use the file &quot;weewx.py&quot; first, then later you setup your crontab with the file &quot;weewx-bb.py&quot;]]></description>
			<content:encoded><![CDATA[<p>I didn&#8217;t get why you use the file &#8220;weewx.py&#8221; first, then later you setup your crontab with the file &#8220;weewx-bb.py&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David		</title>
		<link>https://vpn-expert.info/weather-station-with-raspberry-pi-sense-hat-and-weewx-step-by-step/comment-page-1/#comment-670</link>

		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Wed, 07 Jul 2021 13:01:07 +0000</pubDate>
		<guid isPermaLink="false">https://vpn-expert.info/?p=234#comment-670</guid>

					<description><![CDATA[I&#039;m bothered by the store everything in imperial by default approach also.  My sensors are sending data in C, then Weewx gets it, converts it to F, stores it in the database in F and then every 5 minutes extracts the data in F, converts it back to C and uses that to generate images and statistics.

To address this definitively, you need to edit the target_unit value in [StdConvert] to &quot;METRIC&quot; or &quot;METRICWX&quot; . . . and then follow your steps in your section &quot;Reset WeeeWX&quot; again to nuke whatever data was already in there and just start recording metric values.  Technically Weewx says it doesn&#039;t matter what unit you use in the DB since the reports allow you to display any value type you want, but it makes no sense to convert and then reverse the process to leave you back where you started.
##############################################################################
#   This service acts as a filter, converting the unit system coming from
#   the hardware to a unit system in the database.
[StdConvert]
    # The target_unit affects only the unit system in the database. Once
    # chosen it cannot be changed without converting the entire database.
    # Modification of target_unit after starting weewx will result in
    # corrupt data - the database will contain a mix of US and METRIC data.
    #
    # The value of target_unit does not affect the unit system for
    # reporting - reports can display US, Metric, or any combination of units.
    #
    # In most cases, target_unit should be left as the default: US
    #
    # In particular, those migrating from a standard wview installation
    # should use US since that is what the wview database contains.
    
    # DO NOT MODIFY THIS VALUE UNLESS YOU KNOW WHAT YOU ARE DOING!
    target_unit = US    # Options are &#039;US&#039;, &#039;METRICWX&#039;, or &#039;METRIC&#039;]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m bothered by the store everything in imperial by default approach also.  My sensors are sending data in C, then Weewx gets it, converts it to F, stores it in the database in F and then every 5 minutes extracts the data in F, converts it back to C and uses that to generate images and statistics.</p>
<p>To address this definitively, you need to edit the target_unit value in [StdConvert] to &#8220;METRIC&#8221; or &#8220;METRICWX&#8221; . . . and then follow your steps in your section &#8220;Reset WeeeWX&#8221; again to nuke whatever data was already in there and just start recording metric values.  Technically Weewx says it doesn&#8217;t matter what unit you use in the DB since the reports allow you to display any value type you want, but it makes no sense to convert and then reverse the process to leave you back where you started.<br />
##############################################################################<br />
#   This service acts as a filter, converting the unit system coming from<br />
#   the hardware to a unit system in the database.<br />
[StdConvert]<br />
    # The target_unit affects only the unit system in the database. Once<br />
    # chosen it cannot be changed without converting the entire database.<br />
    # Modification of target_unit after starting weewx will result in<br />
    # corrupt data &#8211; the database will contain a mix of US and METRIC data.<br />
    #<br />
    # The value of target_unit does not affect the unit system for<br />
    # reporting &#8211; reports can display US, Metric, or any combination of units.<br />
    #<br />
    # In most cases, target_unit should be left as the default: US<br />
    #<br />
    # In particular, those migrating from a standard wview installation<br />
    # should use US since that is what the wview database contains.</p>
<p>    # DO NOT MODIFY THIS VALUE UNLESS YOU KNOW WHAT YOU ARE DOING!<br />
    target_unit = US    # Options are &#8216;US&#8217;, &#8216;METRICWX&#8217;, or &#8216;METRIC&#8217;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: guyfawkes		</title>
		<link>https://vpn-expert.info/weather-station-with-raspberry-pi-sense-hat-and-weewx-step-by-step/comment-page-1/#comment-669</link>

		<dc:creator><![CDATA[guyfawkes]]></dc:creator>
		<pubDate>Thu, 10 Jun 2021 15:41:39 +0000</pubDate>
		<guid isPermaLink="false">https://vpn-expert.info/?p=234#comment-669</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://vpn-expert.info/weather-station-with-raspberry-pi-sense-hat-and-weewx-step-by-step/comment-page-1/#comment-668&quot;&gt;Jack Pan&lt;/a&gt;.

I am not sure if I fully understand the question – sorry …]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://vpn-expert.info/weather-station-with-raspberry-pi-sense-hat-and-weewx-step-by-step/comment-page-1/#comment-668">Jack Pan</a>.</p>
<p>I am not sure if I fully understand the question – sorry …</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jack Pan		</title>
		<link>https://vpn-expert.info/weather-station-with-raspberry-pi-sense-hat-and-weewx-step-by-step/comment-page-1/#comment-668</link>

		<dc:creator><![CDATA[Jack Pan]]></dc:creator>
		<pubDate>Sun, 30 May 2021 03:44:58 +0000</pubDate>
		<guid isPermaLink="false">https://vpn-expert.info/?p=234#comment-668</guid>

					<description><![CDATA[Hello，I want to know where should I  commented out what I don’t need?  I means which file should be fixed?
And, I have successfully set the station to use FileParse,but my website still show me the data from simulator,how to fix it?]]></description>
			<content:encoded><![CDATA[<p>Hello，I want to know where should I  commented out what I don’t need?  I means which file should be fixed?<br />
And, I have successfully set the station to use FileParse,but my website still show me the data from simulator,how to fix it?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
