[weewx-user] Re: Driver for Tenx 1130:0829?

2022-10-23 Thread Hans-Åke Lund
I have now connected WeeWx to the Cotech 36-7959 Weathjer Station by using a RTL-SDR stick. I downloaded sdr.py from https://github.com/matthewwall/weewx-sdr and added a decoder for Cotech. ... class Cotech367959Packet(Packet): # Cotech Weather Station, 36-7959 from Clas Ohlson. Created 202

[weewx-user] Re: Driver for Tenx 1130:0829?

2022-09-18 Thread Hans-Åke Lund
Any progress on the driver for the this Cotech weather station from Clas Ohlson (36-7959)? I have started to try to understand its USB protocol by sniffing with Wireshark on WeatherHome running in VirtualBox. /Hans-Åke måndag 29 augusti 2022 kl. 11:29:47 UTC+2 skrev sast...@gmail.com: > So to b

[weewx-user] Re: Driver for Tenx 1130:0829?

2022-08-29 Thread Stein Arne Storslett
So to be clear, what I did was connect via USB to the weather station console. Outside unit reports to console, I wanted to read from the console. It also bears to mention that the unit is "off site", i.e. at the cabin. In my efforts I have seen some who have used RTL SDR units to get data direc

[weewx-user] Re: Driver for Tenx 1130:0829?

2022-08-29 Thread Sven Täveby
Great to see others interested. I will try to do something in the next weeks (heavy workload at the office right now). /Sven fredag 26 augusti 2022 kl. 15:10:25 UTC+2 skrev sast...@gmail.com: > There is probably a better way, and I'm not there yet, but here are the > changes: > > $ diff /

[weewx-user] Re: Driver for Tenx 1130:0829?

2022-08-26 Thread Stein Arne Storslett
There is probably a better way, and I'm not there yet, but here are the changes: $ diff /usr/share/weewx/weewx/drivers/te923.py{,-20220826} 1503c1503 < ENDPOINT_IN = 0x81 --- > ENDPOINT_IN = 0x83 # 0x81 1513c1513,1514 < def __init__(self, vendor_id=0x1130,

[weewx-user] Re: Driver for Tenx 1130:0829?

2022-08-26 Thread Stein Arne Storslett
Editing the ENDPOINT_IN to `0x83` in `/usr/share/weewx/weewx/drivers/te923.py` gets past this, but I only get a timeout. `Aug 26 14:39:36 hostname wee_device[37965] ERROR weewx.drivers.te923: Failed attempt 10 of 10 to read data: [Errno 110] Operation timed out` tirsdag 10. november 2020 kl. 20