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.
3.8.0 10/xx/2017The `stats.py` example now works with heating and cooling degree days.Fixes issue #224.The ordinal increment between x- and y-axis labels can now be chosen.The increment between x-axis tick marks can now be chosen. Thanksto user paolobenve! PR #226.Bar chart fill colors can now be specified for individual observationtypes. Fixes issue #227.For aggregation types of `avg`, `min` and `max`, plots now locate the x-coordinate in the middle of the aggregation interval (instead of the end).Thanks again to user paolobenve! PR #232.The nominal number of ticks on the y-axis can now be specified usingoption `y_nticks`.Fixed bug that could cause tick crowding when hardwiring y-axis min andmax values.Fixed bug in wmr200 driver that resulted in archive records with nointerval field and 'NOT NULL constraint failed: archive.interval' errors.Vantage driver:Allow user to specify the Vantage Pro model type in weewx.conf. Repeater support added to '-—set-transmitter-type' command.New commands: '—-set-retransmit', '--set-latitude', '--set-longitude' '--set-wind-cup', '--set-temperature-logging'Details explained in hardware.htm. Thanks to user dl1rf! PR #270, #272.The uploader framework in restx.py now allows POSTS with a JSON payload.MySQL error 2006 ("MySQL server has gone away") now gets mapped to`weedb.CannotConnectError`. PR #246Corrected formatting used to report indoor temp and humidity to theWeather Underground.Added inDewpoint to the observation group dictionary.Added missing aggregation type 'min_ge'. Thanks to user Christopher McAvaney!Fixed bug in wmr200 driver that resulted in archive records with nointerval field and 'NOT NULL constraint failed: archive.interval' errors.Fixed bug in wmr200 driver that resulted in "KeyError: 'interval'" errors whenreading historical records during startup.Fixed bug in wmr200 driver that caused `windDir` to always be `None` when `windSpeed` is zero.Plots can now use an `aggregate_type` of `last`. Fixes issue #261.When extracting observation type stormRain (Davis Vantage only), theaccumulators now extract the last (instead of average) value.Added additional accumulator extractors.Allow reports to be run against a binding other than `wx_binding`.Include rain count in cc3000 status.Using the `set-altitude` command in `wee_device` no longer changes thebarometer calibration constant in Vantage devices. See PR #263.Thanks to user dl1rf!Do chdir at start of ImageGenerator so that skin.conf paths are treated thesame as those of other generators.Changed default value of `stale` for CWOP from 60 to 600 seconds. PR #277.