gravitymon/test/config.json
2022-12-05 22:09:03 +01:00

72 lines
1.9 KiB
JSON

{
"wifi-ssid": "ssid 1",
"wifi-ssid2": "ssid 2",
"mdns": "gravmon3",
"id": "7376ef",
"ota-url": "https://www.gravitymon.com/firmware/",
"temp-format": "C",
"http-push": "http://192.168.1.10:9090/api/v1/ZYfjlUNeiuyu9N/telemetry",
"http-push-h1": "Auth: Basic T7IF9DD9fF3RDddE=",
"http-push-h2": "Auth: Advanced T7IF9DD9fF3RDddE=",
"http-push2": "http://192.168.1.10/ispindel",
"http-push2-h1": "Second",
"http-push2-h2": "First",
"token": "mytoken",
"token2": "mytoken2",
"http-push3": "http://192.168.1.10/ispindel",
"influxdb2-push": "http://192.168.1.10:8086",
"influxdb2-org": "hello",
"influxdb2-bucket": "spann",
"influxdb2-auth": "OijkU((jhfkh",
"mqtt-push": "192.168.1.10",
"mqtt-port": 1883,
"mqtt-user": "user",
"mqtt-pass": "pass",
"storage-sleep": true,
"sleep-interval": 30,
"voltage-factor": 1.59,
"voltage-config": 4.15,
"gravity-formula": "0.0*tilt^3+0.0*tilt^2+0.0017978*tilt+0.9436",
"gravity-format": "G",
"temp-adjustment-value": 0,
"gravity-temp-adjustment": false,
"gyro-temp": false,
"gyro-calibration-data": {
"ax": -330,
"ay": -2249,
"az": 1170,
"gx": 99,
"gy": -6,
"gz": 4
},
"formula-calculation-data": {
"a1": 25,
"a3": 35,
"a2": 45,
"a4": 55,
"a5": 30,
"a6": 30,
"a7": 30,
"a8": 30,
"a9": 30,
"a10": 30,
"g1": 1.000,
"g3": 1.010,
"g2": 1.025,
"g4": 1.040,
"g5": 1.005,
"g6": 1.005,
"g7": 1.005,
"g8": 1.005,
"g9": 1.005,
"g10": 1.005
},
"angle": 90.93,
"gravity": 1.105,
"battery": 0.04,
"runtime-average": 3.0,
"ble": "pink",
"app-ver": "0.1.0",
"app-build": "build",
"platform": "esp32"
}