Skip to content

Commit

Permalink
bump to version 0.95
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Wall committed Dec 28, 2024
1 parent 807b615 commit c620a78
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 8 deletions.
31 changes: 25 additions & 6 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,21 +1,40 @@
0.95 28dec2024
* update AlectoV1 signatures, fields, and units
* push battery mapping into Packet class

0.94 28dec2024
* update README for WeeWX v5 semantics
* attempt to merge all of the diverging packet formats/versions/variants
WARNING: this will break many sensor_map definitions that use fine offset!
* added options log_packets and log_duplicate_readings (#184 vinceskahan)
* added support for WH31B and WH32 sensors (#184 vinceskahan)
* added support for TFADrop and TFARainPro rain gauage (#191 peted-davis)
* added support for LaCrosse TX141Bv3 (#174 gedakc)
* added support for WH32, WS90, WH45 sensors (#164 mfraser)
* support latest (?) WH32 and WH65B mappings (#154 mrpenner)
* fixed bug in TS-FT002 (#173 sar6e)
* fixed battery status for UVN800 and BTHR968 (#151 olpayras)
* fixed device->id for house_code in F007TH (#171 jaredmales)
* fixed bug in Prologue-TH parsing (#147 bobhruska)
* rollup of many fixes curated by andylittle (#150)

0.93 12nov2023
* change rc to id in Hideki Rain/Wind, thanks to promy (#181)
* change rc to id in Hideki Rain/Wind, thanks to promy (#181)

0.92 12nov2023
* fixed typo in Acurite-515 parse json
* fixed typo in Acurite-515 parse json

0.91 12june2023
* add bresser 7in1 thanks to farmabep (179)

0.90 09sept2022
* cleanup Fineoffset-WH0290 identifier and fields, add battery thanks to
* farmabep (166)
* cleanup Fineoffset-WH0290 identifier and fields, add battery (#166 farmabep)

0.90 07jul2022
* add battery voltage for WS80 thanks to fankyy (#153)

0.90 06jul2022
* add json pars section for WS80 thanks to fankyy (#153)
* add json pars section for WS80 thanks to fankyy (#153)

0.90 22jun2022
* add json pars section for Kedsum-TH thanks to user Sar6e (#157)
Expand All @@ -26,7 +45,7 @@
0.89 07jun2022
* add json parse section for Oregon THR228N thanks to user modussiam

0.88 03mar2022
0.88 03mar2022
* fixed typo in method for THPacket thanks to olpayras (#149)

0.87 21jan2021
Expand Down
4 changes: 2 additions & 2 deletions install.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# installer for the weewx-sdr driver
# Copyright 2016-2022 Matthew Wall
# Copyright 2016-2024 Matthew Wall
# Distributed under the terms of the GNU Public License (GPLv3)

from weecfg.extension import ExtensionInstaller
Expand All @@ -10,7 +10,7 @@ def loader():
class SDRInstaller(ExtensionInstaller):
def __init__(self):
super(SDRInstaller, self).__init__(
version="0.87",
version="0.95",
name='sdr',
description='Capture data from rtl_433',
author="Matthew Wall",
Expand Down

0 comments on commit c620a78

Please sign in to comment.