FORO EXCLUSIVO SOPORTE TECNICO PROPIETARIOS DE ESTACIONES METEOCLIMATIC
Meteoclimatic en Telegram Comunidad Meteoclimatic (chat de soporte técnico a estaciones) Canal Meteoclimatic (canal solo de información)
0 Usuarios y 1 Visitante están viendo este tema.
Macha,You're asking for a lot of degrees of freedom. To keep things simple, the arrival of records stored in the station console is generally linked to their storage in the database.However, V3.6, to be released Real Soon Now, will offer a crontab-like ability to schedule the reports and when the get FTP'd.
Added the ability to run reports using a cron-like notation, instead ofwith every report cycle. See User's Guide for details. Thanks to user GaryRoderick. PR #122. Fixes issue #17.Added the ability to easily import CSV, Weather Underground, and Cumulusdata using a new utility, wee_import. Thanks again to über-user GaryRoderick. PR #148. Fixes issue #97.Refactored documentation so that executable utilities are now in their owndocument, utilities.htm.Fixed rpm package so that it will retain any changes to the user directory.Thanks to user Pat OBrien.No ET when beyond the reach of the sun.Software calculated ET now returns the amount of evapotranspiration thatoccurred during the archive interval. Fixes issue #160Fixed wee_config to handle config files that have no FTP or RSYNC.Fixed bug in StdWXCalculate that ignored setting of 'None' (#110).Which derived variables are to be calculated are now in a separatesubsection of [StdWXCalculate] called [[Calculations]]. Upgrade processtakes care of upgrading your config file.Reset weewx launchtime when waiting for sane system clock (thanks to userJames Taylor).Fixed anti-alias bug in genplot. Issue #111.Corrected the conversion factor between inHg and mbar. Thanks to userOlivier.Consolidated unit conversions into module weewx.units.Plots longer than two years now use an x-axis increment of one year. Thanksto user Olivier!The WS1 driver now retries connection if it fails. Thanks to user KevinCaccamo! PR #112.Major update to the CC3000 driver: - reading historical records is more robust - added better error handling and reporting - fixed to handle random NULL characters in historical records - fixed rain units - added ability to get data from logger as fast as it will send it - added support for additional temperature sensors T1 and T2 - added transmitter channel in station diagnostics - added option to set/get channel, baro offset - added option to reset rain counterFixed brittle reference to USBError.args[0] in wmr200, wmr300, and te923drivers.Fixed typo in default te923 sensor mapping for h_3. Thanks to user ngulden.Added flag for reports so that reports can be disabled by settingenable=False instead of deleting or commenting entire report sections inweewx.conf.The vantage and ws23xx drivers now include the fix for the policy of "winddirection is undefined when no wind speed". This was applied to otherdrivers in weewx 3.3.0.Fixed te923 driver behavior when reading from logger, especially onstations with large memory configuration. Thanks to users Joep and Nico.Fixed rain counter problems in wmr300 driver. The driver no longer attemptsto cache partial packets. Do no process packets with non-loop data whenreading loop data. Thanks to user EricG.Made wmr300 driver more robust against empty usb data buffers.Fixed pressure/barometer in wmr300 driver when reading historical records.Fixed problem with the Vantage driver where program could crash if a serialI/O error happens during write. Fixes issue #134.Changed name of command to clear the Vantage memory from --clear to--clear-memory to make it more consistent with other devices.Fixed problem that prevented channel 8 from being set by the Vantagedriver.Added solaris .smf configuration. Thanks to user whorfin.Added option post_indoor_observations for weather underground.Added maximum value to radiation and UV plots.In the .deb package, put weewx reports in /var/www/html/weewx instead of/var/www/weewx to match the change of DocumentRoot in debian 8 and later.