Hi Karl
Thanks for helping, here's the output you asked for
The ' ls -f /var/log/pibeacon ' doesn't produce anything though?
Not tried the update/upgrade on the SSD will give that a go later...
Code: Select all
pi@raspberrypi:~/pibeacon $ cat parameters
{
"BLEserial": "sequential",
"GPIONumberAfterBoot1": "-1",
"GPIONumberAfterBoot2": "-1",
"GPIOTypeAfterBoot1": "off",
"GPIOTypeAfterBoot2": "off",
"GPIOpwm": "1",
"IndigoOrSocket": "indigo",
"acceptNewBeaconMAC": "",
"acceptNewTagiBeacons": "off",
"acceptNewiBeacons": -70,
"addNewOneWireSensors": "0",
"authentication": "digest",
"batteryUPSshutdownEnable": "0",
"compressRPItoPlugin": 40000,
"configured": "2021-07-09 19:50:39",
"debugRPI": 0,
"deltaChangedSensor": 5,
"distanceUnits": "1.0",
"enableRebootCheck": "restartLoop",
"enableiBeacons": "1",
"fanEnable": "-",
"fanGPIOPin": "-1",
"fanTempDevId": "0",
"fanTempOffAtTempValue": "2",
"fanTempOnAtTempValue": "60",
"ifNetworkChanges": "0",
"indigoInputPORT": 12087,
"ipNumberPi": "192.168.1.220",
"ipNumberRpiSetStatic": "0",
"ipOfServer": "192.168.1.8",
"maxSizeOfLogfileOnRPI": 10000000,
"myPiNumber": "0",
"networkType": "fullIndigo",
"output": {},
"passwordOfServer": "xxxxxxxxx",
"portOfServer": "8176",
"pressureUnits": "Pascal",
"rPiCommandPORT": "9999",
"rPiRestartCommand": "",
"rebootHour": 1,
"rebootIfNoMessagesSeconds": "99999999999999",
"rebootWatchDogTime": "-1",
"restartBLEifNoConnect": true,
"rpiDataAcquistionMethod": "hcidump",
"sendToIndigoSecs": 90,
"sensorList": "",
"sensorRefreshSecs": 20.0,
"sensors": {},
"shutDownPinEnable": "0",
"simpleBatteryBackupEnable": "0",
"sleepAfterBoot": "10",
"startWebServerINPUT": "0",
"startWebServerSTATUS": "0",
"tempUnits": "Celsius",
"timeStamp": "2021-07-09-19:50:39",
"useRTC": "",
"useRamDiskForLogfiles": "0",
"userIdOfServer": "xxxxxxxx",
"wifiEth": {
"eth0": {
"on": "off",
"useIP": "doNotUse"
},
"wlan0": {
"on": "on",
"useIP": "use"
}
}
}
ls -f /var/log/pibeacon
/var/log/pibeacon
Hope this helps
Colin