initial commit

This commit is contained in:
Nico Melone
2021-04-29 19:19:19 -04:00
parent a61528f220
commit fc7933b005
381 changed files with 102837 additions and 0 deletions

109
example config.json Normal file
View File

@@ -0,0 +1,109 @@
{
"certificateID": "1370cf88050a5d9bc5aeef22f2b9756224c080c89f703eefeee8c9081dc6424e",
"device1": {
"appname": "hpiot",
"certificateID": "1370cf88050a5d9bc5aeef22f2b9756224c080c89f703eefeee8c9081dc6424e",
"company": "henrypump",
"currentData": "empty",
"deviceType": "inventory",
"field": "inventory",
"locationID": 0,
"modbusData": "empty",
"PLCData": {
"tag1": {
"alert": {
"buffer": [
5,
10,
5,
10
],
"condition": [
"gte",
"gt",
"lte",
"lt"
],
"contact": [
[
"HenryPumpDemo"
],
[
"HenryPumpDemo"
],
[
"HenryPumpDemo"
],
[
"HenryPumpDemo"
]
],
"name": [
"Overflow Warning",
"High Pond Level",
"Critically Low Pond Level",
"Low Pond Level"
],
"reminder": [
30,
30,
30,
30
],
"response": [
[
"sms",
"voice",
"email"
],
[
"sms"
],
[
"sms",
"voice",
"email"
],
[
"sms"
]
],
"threshold": [
[
17,
16.5
],
[
15,
14.5
],
[
2,
2.5
],
[
3,
3.5
]
]
},
"changeThreshold": 1,
"guaranteed": 3600,
"name": "pond 1 height",
"plcIP": "192.168.1.12",
"plcType": "Micro800",
"tag": "pond1Height"
},
"tag2": {
"changeThreshold": 1,
"guaranteed": 3600,
"name": "pond 2 height",
"plcIP": "192.168.1.12",
"plcType": "Micro800",
"tag": "pond2Height"
}
},
"voltageData": "empty"
},
"version": 1
}