[weewx-user] Re: Weewx and Weathercloud

2020-05-12 Thread Andy Harrold
Fantastic - seems to now be uploading the correct data to WeatherCloud! Something as simple as a misreading . I was taking T_3 as being sensor 3, when in fact t_4 is sensor 3. Thank you for you patience and help during this, I'm not a Linux guru, and just have the very basic grasp. Getting the i

[weewx-user] Re: Weewx and Weathercloud

2020-05-11 Thread gjr80
OK, so the sensor_map entry in the log is confirming that you do in fact have t_3 mapped to outTemp. Yet when we look at the loop and archive data outTemp is still None. In the now closed issue you raised you said that your external temperature is on t_3, are you sure? Looking at your sensor_ma

[weewx-user] Re: Weewx and Weathercloud

2020-05-11 Thread Andy Harrold
LOOP: 2020-05-11 12:55:18 BST (1589198118) appTemp: None, barometer: 29.8271329992, cloudbase: None, dateTime: 1589198118, dewpoint: None, extraBatteryStatus1: 0, extraBatteryStatus2: 0, extraBatteryStatus3: 0, extraBatteryStatus4: 0, extraHumid1: None, extraHumid2: None, extraHumid3: 65, ext

[weewx-user] Re: Weewx and Weathercloud

2020-05-11 Thread Andy Harrold
May 11 10:54:02 raspberrypi weewx[15924]: te923: sensor map is {'extraBatteryStatus1': 'bat_2', 'outTemp': 't_3', 'outHumidity': 'h_1', 'extraHumid4': 'h_5', 'uvBatteryStatus': 'bat_uv', 'extraHumid2': 'h_3', 'extraHumid3': 'h_4', 'rainLinkStatus': 'link_rain', 'extraHumid1': 'h_2', 'rainBatter

[weewx-user] Re: Weewx and Weathercloud

2020-05-10 Thread gjr80
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 l

[weewx-user] Re: Weewx and Weathercloud

2020-05-10 Thread Andy Harrold
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

[weewx-user] Re: Weewx and Weathercloud

2020-05-04 Thread gjr80
That will do. If we look at the log we can see one post to Weather Cloud at 07:30 (the 07:35 archive record was not posted as Weather Cloud accepts posts no more often than once every 10 minutes): May 4 07:30:20 raspberrypi weewx[11308]: restx: WeatherCloud: url: http://api.weathercloud.net/v

[weewx-user] Re: Weewx and Weathercloud

2020-05-03 Thread Andy Harrold
Sorry my fault, I'd only ever seen Debug - 1 in the Weewx instructions and just thought you'd had a typo ! Hopefully its right this time... May 4 07:26:59 raspberrypi systemd[1]: Starting LSB: weewx weather system... May 4 07:27:00 raspberrypi weewx[11302]: engine: Initializing weewx versio

[weewx-user] Re: Weewx and Weathercloud

2020-05-03 Thread gjr80
Andy, Close but not quite, the extract you provided was with debug = 1, that shows the posts to Weathercloud but not the actual data that was posted, that requires debug = 2. Could you try again with debug = 2, again over at least two archive intervals, there will be a lot in the log but that i

[weewx-user] Re: Weewx and Weathercloud

2020-05-03 Thread Andy Harrold
Hopefully this is what your requiring and the information to help is in there somewhere. Thnx May 3 15:25:02 raspberrypi systemd[1]: Starting LSB: weewx weather system... May 3 15:25:04 raspberrypi weewx[4091]: engine: Initializing weewx version 3.9.2 May 3 15:25:04 raspberrypi weewx[4091]: e

Re: [weewx-user] Re: Weewx and Weathercloud

2020-05-03 Thread Tom Keffer
Thanks for spotting this. Fixed. On Sun, May 3, 2020 at 5:36 AM Manfred Maier wrote: > Thanks for the hint, Tom! > > The extension crashed yesterday. And when I was looking at the Weewx Wiki > on Github it mentioned that version 0.11 (from 2017) of the extension is > the latest one. > > Glad to

[weewx-user] Re: Weewx and Weathercloud

2020-05-03 Thread gjr80
The archive interval is either as set in your station or as set by the archive_interval setting under [StdArchive] in weewx.conf. It is the interval between archive records that are saved in your database. There is no default value though five minutes is commonly used. If you look through the s

Re: [weewx-user] Re: Weewx and Weathercloud

2020-05-03 Thread Manfred Maier
Thanks for the hint, Tom! The extension crashed yesterday. And when I was looking at the Weewx Wiki on Github it mentioned that version 0.11 (from 2017) of the extension is the latest one. Glad to learn that there is a 0.13 version meanwhile :) Am Sonntag, 3. Mai 2020 14:26:00 UTC+2 schrieb

Re: [weewx-user] Re: Weewx and Weathercloud

2020-05-03 Thread Tom Keffer
Sure it is. I'm running it myself. https://github.com/matthewwall/weewx-wcloud On Sun, May 3, 2020 at 1:46 AM Manfred Maier wrote: > Hi Andy, > just as a side note: In case the WeatherCloud upload is important to you, > do not update to weewx 4.0 (Python 3) at the moment. The weathercloud > ext

[weewx-user] Re: Weewx and Weathercloud

2020-05-03 Thread Manfred Maier
Hi Andy, just as a side note: In case the WeatherCloud upload is important to you, do not update to weewx 4.0 (Python 3) at the moment. The weathercloud extension is not yet Python 3 compatible. Manfred Am Sonntag, 3. Mai 2020 09:44:57 UTC+2 schrieb Andy Harrold: > > I've setup my weewx to upl