My first attempt with?telemetry.? This large Direwolf project got me to this point in one day.? Thanks.? Running on a Raspberry Pi 3, Raspbian Jessie.
Using SENDTO=RO to troubleshoot. Getting "Found fewer than expected number of telemetry data values." error message.
Here's the config:
CBEACON delay=0:10 every=10:00 sendto=RO via=WIDE2-1 infocmd="telem-parm.pl K7UOP-1 Temp Batt"
CBEACON delay=0:12 every=10:00 sendto=RO via=WIDE2-1 infocmd="telem-unit.pl K7UOP-1 degF Vdc"
CBEACON delay=0:14 every=01:00 sendto=RO via=WIDE2-1 infocmd="telem-data.pl `telem-seq.sh` `~/bin/aprs/get-values.py`"
And here's the direwolf output:
[0.0] K7UOP-1>APDW13,WIDE2-1::K7UOP-1? :PARM.Temp,Batt
Telemetry Parameter Name Message for "K7UOP-1", Ambulance, DireWolf, WB2OSZ
[0.0] K7UOP-1>APDW13,WIDE2-1::K7UOP-1? :UNIT.degF,Vdc
Telemetry Unit/Label Message for "K7UOP-1", Ambulance, DireWolf, WB2OSZ
[0.0] K7UOP-1>APDW13,WIDE2-1:T#685,57.4,12.5
Found fewer than expected number of telemetry data values.
Telemetry, Ambulance, DireWolf, WB2OSZ
Seq=685, Temp=57.4 degF, Batt=12.5 Vdc
Note that I'm using raw decimal numbers (57.4,12.5)?for values instead of three digit integers. Also BTW,? the APRS-TW program does not display these decimal values. It shows zeros? (with raw values being the integer of my values). It also indicates 5 analog and 8 digital readings.
I also wonder about the decoded?"Ambulance" thing too.
I plan to decode my own data so I don't think these are an issue for my purpose. But it would be nice if other programs could see that proper data.