..
RawDeviceEvent
data: class:sensor;protocol:oregon;model:1984;id:25;winddirection:247.5;windaverage:0.0;windgust:0.0;
controllerId: 1
callbackId: 4
RawDeviceEvent
data: class:sensor;protocol:fineoffset;id:169;model:temperature;temp:21.0;
controllerId: 1
callbackId: 4
..etc
Clearly; tellstcick is receiving the data, but when running "tdtool -l" the output gives:
Running "tdtool -l" however gives:
Number of devices: 11
... (removed here)
SENSORS:
PROTOCOL MODEL ID TEMP HUMIDITY RAIN WIND LAST UPDATED
mandolyn temperaturehumidity 12 11.2° 43% 2014-12-30 17:23:54
mandolyn temperaturehumidity 11 16.8° 96% 2014-12-30 17:24:02
fineoffset temperature 169 21.0° 2014-12-30 17:24:15
mandolyn temperaturehumidity 14 8.9° 58% 2014-12-30 17:24:11
oregon F824 18 1.5° 91% 2014-12-30 17:24:33
mandolyn temperaturehumidity 21 22.9° 23% 2014-12-30 17:24:22
fineoffset temperaturehumidity 1 10.9° 51% 2014-12-30 17:24:34
mandolyn temperaturehumidity 13 7.2° 57% 2014-12-30 17:23:44
fineoffset temperature 6 18.7° 2014-12-30 17:24:34
fineoffset temperature 142 9.0° 2014-12-30 17:24:35
fineoffset temperature 235 3.0° 2014-12-30 17:24:35
fineoffset temperature 207 16.3° 2014-12-30 17:24:34
*** buffer overflow detected ***: tdtool terminated
Aborted
root@raspberrypi:/#
Buffer overflow is caused by the wgr800. If I take out the batteries from this, tdtool is acting normally.
And of course - the winddata is not readable/possible to push to my database though a parser - no data to read

Any ideas?