PFClient - unable to configure (4.1.1 installed on Raspberry Pi)

Bastinado

New Member
HI,

I noticed my client logs were showing no data. I tried reconfig. and get this message. I reinstalled = same. Any clues? I use BEAST mode to get data from another feeder s/w

pfc.jpg
I u
 
In case of problem in accessing and editing config through web page "ip-of-pi:30053", SSH to Pi and edit the config file:
Code:
sudo nano /etc/pfclient-config.json

here is output of my file /etc/pfclient-config.json

Note:
(1) Scroll right to see it in full. It is very long single line.
(2) Before posting here, I have replaced my latitude, longitude and sharecode by xx.xxxx,yy.yyyy, and zzzzzzzzzzzz


Code:
{"tcp_address":"127.0.0.1","tcp_port":"30005","select_timeout":"10","data_upload_interval":"10","connection_type":"1","aircraft_timeout":"30","data_format":"1","latitude":"xx.xxxx","longitude":"yy.yyyy","sharecode":"zzzzzzzzzzzz"}

In case you find your file does not contain anything except { }, delete these, copy-paste file contents I have posted above, replace xx.xxx, yy.yyyy, and zzzzzzzzzzzz by their actual values.
Save file (Ctrl+O), close (Ctrl+x) file, and restart pfclient
Code:
sudo systemctl restart pfclient
 
Last edited:
Back
Top