I realized that I linked to the wrong GitHub above. I installed this 
<https://github.com/matthewwall/weewx-influx> extension...the one 
compatible with Influx V1.XX. The incorrect one linked above is for Influx 
V2.XX. I did NOT install that one. 

On Saturday, October 28, 2023 at 3:45:16 PM UTC-4 The Reckoning wrote:

> Hey guys, I am relatively new to Weewx. I have it installed on my Ubuntu 
> 22.04 server. I also have Influx 1.6.7 installed on that same server. 
>
> I installed the weewx-influx <https://github.com/matthewwall/weewx-influx> 
> extension and modified the weewx.conf file accordingly.
>
> [[Influx]]
>
>         database = weewx_data
>
>         host = localhost
>
>         obs_to_upload = all
>
>         measurement = label
>
> It looks like weewx successfully created a new database but isn't putting 
> anything in it. I'm posting my log below. Can someone please help me figure 
> out how to correct this? In looking at the GitHub, it seems that other 
> people are having the same issue.
>
> My whole goal here is to create a getter dashboard through Grafana. As a 
> side note, is there a good list of weewx extensions out there? 
>
> Oct 28 14:20:15 jm-Virtual-Machine *weewx*[79124] DEBUG 
> *weewx*.drivers.vantage: 
> Getting archive packets since 2023-10-28 14:15:00 EDT (1698516900)
>
> Oct 28 14:20:16 jm-Virtual-Machine *weewx*[79124] DEBUG 
> *weewx*.drivers.vantage: 
> Successfully woke up Vantage console
>
> Oct 28 14:20:18 jm-Virtual-Machine *weewx*[79124] DEBUG 
> *weewx*.drivers.vantage: 
> Retrieving 1 page(s); starting index= 0
>
> Oct 28 14:20:18 jm-Virtual-Machine *weewx*[79124] INFO *weewx*.manager: 
> Added record 2023-10-28 14:20:00 EDT (1698517200) to database '*weewx*
> .sdb'
>
> Oct 28 14:20:18 jm-Virtual-Machine *weewx*[79124] INFO *weewx*.manager: 
> Added record 2023-10-28 14:20:00 EDT (1698517200) to daily summary in '
> *weewx*.sdb'
>
> Oct 28 14:20:18 jm-Virtual-Machine *weewx*[79124] DEBUG 
> *weewx*.drivers.vantage: 
> Empty record page 0; index 1
>
> Oct 28 14:20:18 jm-Virtual-Machine *weewx*[79124] DEBUG user.influx: 
> skipped value 'None': float() argument must be a string or a real number, 
> not 'NoneType'
>
> Oct 28 14:20:18 jm-Virtual-Machine *weewx*[79124] DEBUG *weewx*.reportengine: 
> Running reports for latest time in the database.
>
> Oct 28 14:20:18 jm-Virtual-Machine *weewx*[79124] DEBUG *weewx*.reportengine: 
> Running report 'SeasonsReport'
>
> Oct 28 14:20:18 jm-Virtual-Machine *weewx*[79124] DEBUG 
> *weewx*.drivers.vantage: 
> Requesting 200 LOOP packets.
>
> Oct 28 14:20:18 jm-Virtual-Machine *weewx*[79124] DEBUG *weewx*.reportengine: 
> Found configuration file /etc/*weewx*/skins/Seasons/skin.conf for report 
> 'SeasonsReport'
>
> Oct 28 14:20:18 jm-Virtual-Machine *weewx*[79124] DEBUG 
> *weewx*.cheetahgenerator: 
> Using search list ['*weewx*.cheetahgenerator.Almanac', 
> '*weewx*.cheetahgenerator.Current', 
> '*weewx*.cheetahgenerator.DisplayOptions', '*weewx*.cheetahgenerator.Extras', 
> '*weewx*.cheetahgenerator.Gettext', '*weewx*.cheetahgenerator.JSONHelpers', 
> '*weewx*.cheetahgenerator.PlotInfo', '*weewx*.cheetahgenerator.SkinInfo', 
> '*weewx*.cheetahgenerator.Station', '*weewx*.cheetahgenerator.Stats', '
> *weewx*.cheetahgenerator.UnitInfo']
>
> Oct 28 14:20:18 jm-Virtual-Machine *weewx*[79124] DEBUG *weewx*.manager: 
> Daily summary version is 4.0
>
> Oct 28 14:20:18 jm-Virtual-Machine influxd[79116]: [httpd] 127.0.0.1 - - 
> [28/Oct/2023:14:20:18 -0400] "POST /write?db=*weewx*_data HTTP/1.1" 204 0 
> "-" "*weewx*/4.10.2" a64b7e66-75be-11ee-801d-000000000000 43772
>
> Oct 28 14:20:18 jm-Virtual-Machine *weewx*[79124] INFO *weewx*.restx: 
> Influx: Published record 2023-10-28 14:20:00 EDT (1698517200)
>
> Oct 28 14:20:19 jm-Virtual-Machine *weewx*[79124] DEBUG *weewx*.restx: 
> StationRegistry: Failed upload attempt 1: HTTP Error 429: TOO MANY REQUESTS
>
> Oct 28 14:20:19 jm-Virtual-Machine *weewx*[79124] INFO 
> *weewx*.cheetahgenerator: 
> Generated 8 files for report SeasonsReport in 0.43 seconds
>
> Oct 28 14:20:19 jm-Virtual-Machine *weewx*[79124] DEBUG *weewx*.restx: 
> CWOP: Connected to server cwop.aprs.net:14580
>
> Oct 28 14:20:19 jm-Virtual-Machine *weewx*[79124] DEBUG *weewx*.manager: 
> Daily summary version is 4.0
>
> Oct 28 14:20:19 jm-Virtual-Machine *weewx*[79124] INFO 
> *weewx*.imagegenerator: 
> Generated 13 images for report SeasonsReport in 0.13 seconds
>
> Oct 28 14:20:19 jm-Virtual-Machine *weewx*[79124] INFO *weewx*.reportengine: 
> Copied 5 files to /var/www/html/*weewx*
>
> Oct 28 14:20:19 jm-Virtual-Machine *weewx*[79124] DEBUG *weewx*.reportengine: 
> Report 'SmartphoneReport' not enabled. Skipping.
>
> Oct 28 14:20:19 jm-Virtual-Machine *weewx*[79124] DEBUG *weewx*.reportengine: 
> Report 'MobileReport' not enabled. Skipping.
>
> Oct 28 14:20:19 jm-Virtual-Machine *weewx*[79124] DEBUG *weewx*.reportengine: 
> Report 'StandardReport' not enabled. Skipping.
>
> Oct 28 14:20:19 jm-Virtual-Machine *weewx*[79124] DEBUG *weewx*.reportengine: 
> Report 'FTP' not enabled. Skipping.
>
> Oct 28 14:20:19 jm-Virtual-Machine *weewx*[79124] DEBUG *weewx*.reportengine: 
> Report 'RSYNC' not enabled. Skipping.
>
> Oct 28 14:20:19 jm-Virtual-Machine *weewx*[79124] INFO *weewx*.restx: 
> CWOP: Published record 2023-10-28 14:20:00 EDT (1698517200)
>
> Oct 28 14:20:19 jm-Virtual-Machine *weewx*[79124] INFO *weewx*.restx: 
> Wunderground-PWS: Published record 2023-10-28 14:20:00 EDT (1698517200)
>
> Oct 28 14:20:20 jm-Virtual-Machine *weewx*[79124] DEBUG 
> *weewx*.drivers.vantage: 
> Successfully woke up Vantage console
>
> Oct 28 14:20:24 jm-Virtual-Machine *weewx*[79124] DEBUG *weewx*.restx: 
> StationRegistry: Failed upload attempt 2: HTTP Error 429: TOO MANY REQUESTS
>
> Oct 28 14:20:29 jm-Virtual-Machine *weewx*[79124] DEBUG *weewx*.restx: 
> StationRegistry: Failed upload attempt 3: HTTP Error 429: TOO MANY REQUESTS
>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/a8b476aa-867e-4e78-9f97-9ec38b80fe60n%40googlegroups.com.

Reply via email to