[weewx-user] Re: New sensor - WT0124 Pool Thermometer

2020-02-03 Thread Iain Grant
Thank you. 

TBH I'd forgotten it was even there till the SDR picked it up :)

Thanks again,

ig.

On Monday, February 3, 2020 at 5:09:02 PM UTC-5, Gazza wrote:
>
>
> Hi Iain,
>
> I have found the weewx.conf for the system that had the pool sensor.
>
> [SDR]
> 
> driver = user.sdr
> path = /usr/local/bin
> 
> [[sensor_map]]
> 
> # station
> windGust = wind_gust.174.FOWHx080Packet
> outTempBatteryStatus = battery.174.FOWHx080Packet
> rain_total = rain_total.174.FOWHx080Packet
> windSpeed = wind_speed.174.FOWHx080Packet
> windDir = wind_dir.174.FOWHx080Packet
> outHumidity = humidity.174.FOWHx080Packet
> outTemp = temperature.174.FOWHx080Packet
> 
> # prologue - hall
> inHumidity = humidity.133.ProloguePacket
> inTemp = temperature.133.ProloguePacket
> inTempBatteryStatus = battery.133.ProloguePacket
> 
> # acurite - back deck
> extraTemp1 = temperature.32D1.AcuriteTowerPacket
> #extraHumid1 = humidity.32D1.AcuriteTowerPacket
> txBatteryStatus = battery.32D1.AcuriteTowerPacket
> 
> # digoo - downstairs
> extraTemp2 = temperature.1:180.NexusTemperaturePacket
> extraHumid1 = humidity.1:180.NexusTemperaturePacket
> windBatteryStatus = battery.1:180.NexusTemperaturePacket
> 
> # WT0124 - pool
> extraTemp3 = temperature.122.WT0124Packet
>
> The sensor build is not very good, the o-ring seal is crap and water got 
> in and it failed pretty quick !!
>
>
> Gary
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/4acd11e6-52ff-4483-bed3-6851f06e4c7b%40googlegroups.com.


[weewx-user] Re: New sensor - WT0124 Pool Thermometer

2020-02-03 Thread Gazza

Hi Iain,

I have found the weewx.conf for the system that had the pool sensor.

[SDR]

driver = user.sdr
path = /usr/local/bin

[[sensor_map]]

# station
windGust = wind_gust.174.FOWHx080Packet
outTempBatteryStatus = battery.174.FOWHx080Packet
rain_total = rain_total.174.FOWHx080Packet
windSpeed = wind_speed.174.FOWHx080Packet
windDir = wind_dir.174.FOWHx080Packet
outHumidity = humidity.174.FOWHx080Packet
outTemp = temperature.174.FOWHx080Packet

# prologue - hall
inHumidity = humidity.133.ProloguePacket
inTemp = temperature.133.ProloguePacket
inTempBatteryStatus = battery.133.ProloguePacket

# acurite - back deck
extraTemp1 = temperature.32D1.AcuriteTowerPacket
#extraHumid1 = humidity.32D1.AcuriteTowerPacket
txBatteryStatus = battery.32D1.AcuriteTowerPacket

# digoo - downstairs
extraTemp2 = temperature.1:180.NexusTemperaturePacket
extraHumid1 = humidity.1:180.NexusTemperaturePacket
windBatteryStatus = battery.1:180.NexusTemperaturePacket

# WT0124 - pool
extraTemp3 = temperature.122.WT0124Packet

The sensor build is not very good, the o-ring seal is crap and water got in 
and it failed pretty quick !!


Gary

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/79525dbf-0cbb-48e0-a4b0-644d63d29e50%40googlegroups.com.


[weewx-user] Re: New sensor - WT0124 Pool Thermometer

2020-02-02 Thread Iain Grant
Sorry, I should have added

DRIVER_NAME = 'SDR'
DRIVER_VERSION = '0.75'

ig.

On Sunday, February 2, 2020 at 10:24:41 PM UTC-5, Iain Grant wrote:
>
> I'm hoping you can help me also.  I have the pool sensor and it's being 
> captured and decoded fine.  But it isn't being ingested.
>
> Here's what I'm receiving..
>
>  u'{"time" : "2020-02-03 02:36:11", "model" : "WT0124 Pool Thermometer", 
> "rid" : 169, "channel" : 3, "temperature_C" : 1.300, "mic" : "CHECKSUM", 
> "data" : 49}\n', 
>
> it looked like there might have been an extra comma in the known packets
>
> WT0124Packet,
> ]
>
> but that still didn't seem to help.  Any idea what I'm doing wrong?
>
> Thank you.
>
>
>
> On Tuesday, April 23, 2019 at 9:49:26 AM UTC-4, Andy wrote:
>>
>> From here .
>>
>> Try this untested
>>
>> Andy
>>
>>
>>
>>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/43c9359d-9f44-4328-843a-ff52d4a373f9%40googlegroups.com.


[weewx-user] Re: New sensor - WT0124 Pool Thermometer

2020-02-02 Thread Iain Grant
I'm hoping you can help me also.  I have the pool sensor and it's being 
captured and decoded fine.  But it isn't being ingested.

Here's what I'm receiving..

 u'{"time" : "2020-02-03 02:36:11", "model" : "WT0124 Pool Thermometer", 
"rid" : 169, "channel" : 3, "temperature_C" : 1.300, "mic" : "CHECKSUM", 
"data" : 49}\n', 

it looked like there might have been an extra comma in the known packets

WT0124Packet,
]

but that still didn't seem to help.  Any idea what I'm doing wrong?

Thank you.



On Tuesday, April 23, 2019 at 9:49:26 AM UTC-4, Andy wrote:
>
> From here .
>
> Try this untested
>
> Andy
>
>
>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/1bf01b8b-b978-4e06-9a98-be628e838498%40googlegroups.com.


[weewx-user] Re: New sensor - WT0124 Pool Thermometer

2019-04-24 Thread Gazza

The v0.63 update of sdr.py posted by Matt works as expected. 

Gary

-- 
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 more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: New sensor - WT0124 Pool Thermometer

2019-04-23 Thread Gazza


Thanks for that, I tried the file and there is no difference. The version 
of sdr.py I am using is 0.62.


Gary

-- 
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 more options, visit https://groups.google.com/d/optout.