[weewx-user] Re: sdr.py Fine Offset WH32B sensor

2019-04-08 Thread mwall
thank you! changes added to the weewx-sdr driver at commit 8d057e4 -- 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. For mo

[weewx-user] Re: sdr.py Fine Offset WH32B sensor

2019-04-08 Thread steepleian
For completeness here is the actual output from the command line (after the addition of the new paser): - out: ['{"time" : "2019-04-08 07:06:03", "model" : "Fineoffset-WH32B", "id" : 146, "temperature_C" : 16.900, "humidity" : 59, "pressure_hPa" : 1001.300, "battery" : "OK", "mic" : "CHECKSUM"}

[weewx-user] Re: sdr.py Fine Offset WH32B sensor

2019-04-07 Thread steepleian
I have created this parser similar to WH65B and it works fine: - class FOWH32BPacket(Packet): # time : 2019-04-08 00:48:02 # model : Fineoffset-WH32B # ID: 146 # Temperature: 17.5 C # Humidity : 60 % # Pressure : 10

Re: [weewx-user] Re: sdr.py Fine Offset WH32B sensor

2019-04-07 Thread steeple ian
I have had a go at creating the parser as follows: - class FOWH32BPacket(Packet): # time : 2019-04-08 00:48:02 # model : Fineoffset-WH32B # ID: 146 # Temperature: 17.5 C # Humidity : 60 % # Pressure : 1001.2 hP

[weewx-user] Re: sdr.py Fine Offset WH32B sensor

2019-04-07 Thread mwall
On Sunday, April 7, 2019 at 6:44:00 PM UTC-4, steepleian wrote: > > However, thus far, I have not been able to map the packets correctly with > the sdr.py driver. Has anybody else had a chance to look at this yet and > come to any conclusions? > please post the rtl_433 JSON output so that i can