Hi guys,
I got this working via rflink, I am using the .deb installation file. (ubuntu 16.04)
Couple of things I found.
1. Editing /etc/weewx/weewx.conf directly does not affect the configuration, you have to use dpkg-reconfigure.
2. adding an extra device driver can be a challenge.
Link to the device
I created a new driver called DKW2012, specifically for interfacing to the rflink proxy.
This is what the string looks like from rflinkproxy
20;29;DKW2012;ID=0066;TEMP=00c2;HUM=44;WINSP=0018;WINGS=0025;RAIN=0066;WINDIR=0000;BAT=OK;
I panelbeated the dpkg files so dpkg-reconfigure does work.
I need to fix the usb/serial option to rflink
I have 2 questions:
Who can I send my python code to for a peer review?
I want to add the bmp280 pressure sensor to it for a raspberry pi installation, do I do another driver or add this as an option to the current driver?
Leon