Andy,

As Tom said WeeWX field outTemp is the temperature field reported to 
WeatherCloud, so first thing is we need to make sure outTemp is populated. 
After you made the change to the sensor map and you restarted WeeWX the log 
will have contained details on the sensor map being used, it should look 
something like this:

May  4 07:27:02 raspberrypi weewx[11308]: te923: sensor map is {
'extraBatteryStatus1': 'bat_2', 'outTemp': 't_1', 'outHumidity': 'h_1', 
'extraHumid4': 'h_5', 'uvBatteryStatus': 'bat_uv', 'extraHumid2': 'h_3', 
'extraHumid3': 'h_4', 'rainLinkStatus': 'link_rain', 'extraHumid1': 'h_2', 
'rainBatteryStatus': 'bat_rain', 'extraTemp2': 't_3', 'extraTemp4': 't_5', 
'uvLinkStatus': 'link_uv', 'windLinkStatus': 'link_wind', 'outLinkStatus': 
'link_1', 'extraBatteryStatus2': 'bat_3', 'extraBatteryStatus3': 'bat_4', 
'windBatteryStatus': 'bat_wind', 'outTempBatteryStatus': 'bat_1', 
'extraBatteryStatus4': 'bat_5', 'extraTemp3': 't_4', 'extraLinkStatus1': 
'link_2', 'extraLinkStatus2': 'link_3', 'extraLinkStatus3': 'link_4', 
'extraLinkStatus4': 'link_5', 'inTemp': 't_in', 'inHumidity': 'h_in', 
'extraTemp1': 't_2'}

What sensor map entry appeared in your log after you restarted WeeWX? Can 
you post it please.

Also let's see what the driver is actually sending to WeeWX. Can you stop 
WeeWX and then run WeeWX directly 
<http://weewx.com/docs/usersguide.htm#Running_directly>, this will cause 
the loop packets from the driver to be printed on screen, they will start 
with LOOP:. Every five minutes you will see a line starting with REC:, this 
is the archive record that WeeWX has synthesised from the loop packets. Can 
you copy/paste the output from running WeeWX directly making sure you 
capture several loop packets and at least one archive record.

Gary

On Monday, 11 May 2020 08:58:42 UTC+10, Andy Harrold wrote:
>
> Hi Gary.
> After some testing and queries on other forums regarding the driver, it 
> appears that my system is reporting the external temperature on sensor 3, 
> with the TE923 driver using sensor 1. I was advised to try adding a 
> sensor_map to the weewx.conf file. I added the information to the section 
> regarding my driver (TE923) but its still not reporting.
>
> # (as before)
>
>   [[sensor_map]]
>     outTemp = t_3
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/adce5b29-2dc6-48fd-8ba2-9492f6eb7491%40googlegroups.com.

Reply via email to