Skip to content

Commit c620a78

Browse files
author
Matthew Wall
committed
bump to version 0.95
1 parent 807b615 commit c620a78

File tree

2 files changed

+27
-8
lines changed

2 files changed

+27
-8
lines changed

changelog

+25-6
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,40 @@
1+
0.95 28dec2024
2+
* update AlectoV1 signatures, fields, and units
3+
* push battery mapping into Packet class
4+
5+
0.94 28dec2024
6+
* update README for WeeWX v5 semantics
7+
* attempt to merge all of the diverging packet formats/versions/variants
8+
WARNING: this will break many sensor_map definitions that use fine offset!
9+
* added options log_packets and log_duplicate_readings (#184 vinceskahan)
10+
* added support for WH31B and WH32 sensors (#184 vinceskahan)
11+
* added support for TFADrop and TFARainPro rain gauage (#191 peted-davis)
12+
* added support for LaCrosse TX141Bv3 (#174 gedakc)
13+
* added support for WH32, WS90, WH45 sensors (#164 mfraser)
14+
* support latest (?) WH32 and WH65B mappings (#154 mrpenner)
15+
* fixed bug in TS-FT002 (#173 sar6e)
16+
* fixed battery status for UVN800 and BTHR968 (#151 olpayras)
17+
* fixed device->id for house_code in F007TH (#171 jaredmales)
18+
* fixed bug in Prologue-TH parsing (#147 bobhruska)
19+
* rollup of many fixes curated by andylittle (#150)
20+
121
0.93 12nov2023
2-
* change rc to id in Hideki Rain/Wind, thanks to promy (#181)
22+
* change rc to id in Hideki Rain/Wind, thanks to promy (#181)
323

424
0.92 12nov2023
5-
* fixed typo in Acurite-515 parse json
25+
* fixed typo in Acurite-515 parse json
626

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

1030
0.90 09sept2022
11-
* cleanup Fineoffset-WH0290 identifier and fields, add battery thanks to
12-
* farmabep (166)
31+
* cleanup Fineoffset-WH0290 identifier and fields, add battery (#166 farmabep)
1332

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

1736
0.90 06jul2022
18-
* add json pars section for WS80 thanks to fankyy (#153)
37+
* add json pars section for WS80 thanks to fankyy (#153)
1938

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

29-
0.88 03mar2022
48+
0.88 03mar2022
3049
* fixed typo in method for THPacket thanks to olpayras (#149)
3150

3251
0.87 21jan2021

install.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# installer for the weewx-sdr driver
2-
# Copyright 2016-2022 Matthew Wall
2+
# Copyright 2016-2024 Matthew Wall
33
# Distributed under the terms of the GNU Public License (GPLv3)
44

55
from weecfg.extension import ExtensionInstaller
@@ -10,7 +10,7 @@ def loader():
1010
class SDRInstaller(ExtensionInstaller):
1111
def __init__(self):
1212
super(SDRInstaller, self).__init__(
13-
version="0.87",
13+
version="0.95",
1414
name='sdr',
1515
description='Capture data from rtl_433',
1616
author="Matthew Wall",

0 commit comments

Comments
 (0)