On Friday, May 2, 2014 at 12:19:33 AM UTC+6, Alex Likhterman wrote: > > Hi Folks, > can you please tell me if this station is covered by the software? > the model is Dr. Tech Professional: > > http://www.ebay.ca/itm/Dr-Tech-Professional-Wireless-Weather-Station-w-Solar-Transmitter-BRAND-NEW-/390820481583?pt=US_Weather_Meters&hash=item5afeb74a2f&_uhb=1 > > Best regards, > Alex >
Friend Alex, I modified "fousb.py" and china made weather station (Dr. Tech, Tian Kan) works well in weewx. The following changes I made: 1. Line 35 ----> self.vendor_id = 0x0713 2. Line 36 ----> self.product_id = 0x0818 3. Line 1194 ----> [0x52,addr1,addr2,0x20,0x52,addr1,addr2,0x20], I wish to write a driver in future. With Regards, RATUL-S21RA. -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
