Files
gidrolock-guides/Premium Plus/Wirenboard/Gidrolock-Premium-Plus-Wi-Fi.json

1579 lines
58 KiB
JSON
Raw Normal View History

2025-04-14 15:27:39 +03:00
{
"device_type" : "GIDROLOCK_Standard_RS485",
"title": "GIDROLOCK_Standard_RS485",
"group": "g-custom",
"device" : {
"name": "GIDROLOCK Standard RS485",
"frame_timeout_ms" : 150,
"force_frame_timeout" : true,
"response_timeout_ms" : 255,
"guard_interval_us": 4000,
"groups": [
{
"title": "Water Sensors",
"id": "water_sensors",
"order": 1
},
{
"title": "Inputs",
"id": "inputs",
"order": 2
},
{
"title": "Outputs",
"id": "outputs",
"order": 3
},
{
"title": "General",
"id": "g_general",
"order": 4
}
],
"parameters": {
"baud_rate": {
"title": "Baud rate",
"description": "baud_rate_description",
"address": 110,
"reg_type": "holding",
"enum": [6, 12, 24, 48, 96, 144, 192, 384, 576, 1152],
"default": 96,
"enum_titles": [
"600",
"1200",
"2400",
"4800",
"9600",
"14400",
"19200",
"38400",
"57600",
"115200"
],
"group": "g_general",
"order": 1
},
"Response_delay_to_a_modbus_request_ms": {
"title": "Response delay to a modbus request (ms)",
"group": "g_general",
"address": 113,
"order": 2,
"reg_type": "holding",
"min": 0,
"max": 254,
"default": 0
},
"Modbus_Address": {
"title": "Device Modbus Address",
"group": "g_general",
"description": "Modbus_Address_description",
"address": 128,
"order": 3,
"reg_type": "holding",
"min": 0,
"max": 254
},
"Autorotation_set": {
"title": "autorotation_set_title",
"group": "g_general",
"address": 1212,
"order": 4,
"reg_type": "holding",
"min": 0,
"max": 65534,
"default": 20160
}
},
"channels": [
{
"name" : "Leak State",
"id" : "leak",
"reg_type" : "coil",
"address" : 1201,
"group": "water_sensors",
"type" : "switch"
},
{
"name" : "Valve Closed",
"id" : "valveClosed",
"reg_type" : "coil",
"address" : 1202,
"group": "outputs",
"type" : "switch"
},
{
"name" : "Cleaning Mode",
"id" : "cleaning",
"reg_type" : "coil",
"address" : 3,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "Cleaning Mode Timer",
"id" : "cleaningTimer",
"reg_type" : "holding",
"address" : 975,
"group" : "g_general",
"type" : "value"
},
{
"name" : "Radio Relay Setting",
"id" : "relaySetting",
"reg_type" : "holding",
"address" : 974,
"group" : "g_general",
"type" : "value"
},
{
"name" : "Input FUN",
"id" : "FUN",
"reg_type" : "discrete",
"address" : 1203,
"group": "inputs",
"type" : "switch"
},
{
"name" : "Valve State",
"id" : "valveState",
"description" : "valve_state_desc",
"reg_type" : "holding",
"address" : 1213,
"group": "outputs",
"min": 0,
"max": 5,
"type" : "range"
},
{
"name" : "Current uptime",
"id" : "uptime",
"reg_type" : "input",
"address" : 104,
"format": "u32",
"group": "g_general",
"type" : "value"
},
{
"name" : "Time Until Autorotation, mins",
"id" : "autorotationTimer",
"reg_type" : "input",
"address" : 1211,
"group": "g_general",
"type" : "value"
},
{
2025-04-15 12:30:10 +03:00
"name" : "WSP 1 - Line Break",
"id" : "wsp1LineBreak",
2025-04-14 15:27:39 +03:00
"reg_type" : "discrete",
"address" : 1025,
"group": "g_general",
"type" : "switch"
},
{
2025-04-15 12:30:10 +03:00
"name" : "WSP 2 - Line Break",
"id" : "wsp2LineBreak",
2025-04-14 15:27:39 +03:00
"reg_type" : "discrete",
"address" : 1026,
"group": "g_general",
"type" : "switch"
},
{
2025-04-15 12:30:10 +03:00
"name" : "WSP 3 - Line Break",
"id" : "wsp3LineBreak",
2025-04-14 15:27:39 +03:00
"reg_type" : "discrete",
"address" : 1027,
"group": "g_general",
"type" : "switch"
},
{
2025-04-15 12:30:10 +03:00
"name" : "WSP 4 - Line Break",
"id" : "wsp4LineBreak",
2025-04-14 15:27:39 +03:00
"reg_type" : "discrete",
"address" : 1028,
"group": "g_general",
"type" : "switch"
},
{
2025-04-15 12:30:10 +03:00
"name" : "WSP 5 - Line Break",
"id" : "wsp5LineBreak",
2025-04-14 15:27:39 +03:00
"reg_type" : "discrete",
"address" : 1029,
"group": "g_general",
"type" : "switch"
},
{
2025-04-15 12:30:10 +03:00
"name" : "WSP 6 - Line Break",
"id" : "wsp6LineBreak",
2025-04-14 15:27:39 +03:00
"reg_type" : "discrete",
"address" : 1030,
"group": "g_general",
"type" : "switch"
},
{
2025-04-15 12:30:10 +03:00
"name" : "WSP 7 - Line Break Control",
"id" : "wsp7LineBreak",
2025-04-14 15:27:39 +03:00
"reg_type" : "discrete",
"address" : 1031,
"group": "g_general",
"type" : "switch"
},
{
2025-04-15 12:30:10 +03:00
"name" : "WSP 1 - WSP+ Mode",
"id" : "wsp1WSPPlus",
2025-04-14 15:27:39 +03:00
"reg_type" : "coil",
"address" : 1041,
"group": "g_general",
"type" : "switch"
},
{
2025-04-15 12:30:10 +03:00
"name" : "WSP 2 - WSP+ Mode",
"id" : "wsp2WSPPlus",
2025-04-14 15:27:39 +03:00
"reg_type" : "coil",
"address" : 1042,
"group": "g_general",
"type" : "switch"
},
{
2025-04-15 12:30:10 +03:00
"name" : "WSP 3 - WSP+ Mode",
"id" : "wsp3WSPPlus",
2025-04-14 15:27:39 +03:00
"reg_type" : "coil",
"address" : 1043,
"group": "g_general",
"type" : "switch"
},
{
2025-04-15 12:30:10 +03:00
"name" : "WSP 4 - WSP+ Mode",
"id" : "wsp4WSPPlus",
2025-04-14 15:27:39 +03:00
"reg_type" : "coil",
"address" : 1044,
"group": "g_general",
"type" : "switch"
},
{
2025-04-15 12:30:10 +03:00
"name" : "WSP 5 - WSP+ Mode",
"id" : "wsp5WSPPlus",
2025-04-14 15:27:39 +03:00
"reg_type" : "coil",
"address" : 1045,
"group": "g_general",
"type" : "switch"
},
{
2025-04-15 12:30:10 +03:00
"name" : "WSP 6 - WSP+ Mode",
"id" : "wsp6WSPPlus",
2025-04-14 15:27:39 +03:00
"reg_type" : "coil",
"address" : 1046,
"group": "g_general",
"type" : "switch"
},
{
2025-04-15 12:30:10 +03:00
"name" : "WSP 7 - WSP+ Mode",
"id" : "wsp7WSPPlus",
2025-04-14 15:27:39 +03:00
"reg_type" : "coil",
"address" : 1047,
"group": "g_general",
"type" : "switch"
},
{
2025-04-15 14:05:22 +03:00
"name" : "WSP 1 - Water Counter Mode",
2025-04-15 12:30:10 +03:00
"id" : "wsp1Counter",
2025-04-14 15:27:39 +03:00
"reg_type" : "coil",
"address" : 10,
"group": "water_sensors",
"type" : "switch"
},
{
2025-04-15 14:05:22 +03:00
"name" : "WSP 2 - Water Counter Mode",
2025-04-15 12:30:10 +03:00
"id" : "wsp2Counter",
2025-04-14 15:27:39 +03:00
"reg_type" : "coil",
"address" : 11,
"group": "water_sensors",
"type" : "switch"
},
{
2025-04-15 14:05:22 +03:00
"name" : "WSP 3 - Water Counter Mode",
2025-04-15 12:30:10 +03:00
"id" : "wsp3Counter",
2025-04-14 15:27:39 +03:00
"reg_type" : "coil",
"address" : 12,
"group": "water_sensors",
"type" : "switch"
},
2025-04-14 16:56:22 +03:00
{
"name" : "WSR Sensors - Registered Total",
"id" : "wsrTotal",
"reg_type" : "input",
"address" : 1214,
"group": "water_sensors",
"type" : "value"
},
2025-04-14 15:27:39 +03:00
{
"name" : "WSR Sensors - No response in last 24hrs",
"id" : "wsrSignalLost",
"reg_type" : "input",
"address" : 1208,
"group": "water_sensors",
"type" : "value"
},
{
"name" : "WSR Sensors - No response in last 24hrs",
"id" : "wsrSignalLost",
"reg_type" : "input",
"address" : 1208,
"group": "water_sensors",
"type" : "value"
},
{
"name" : "WSR Sensors - No response in last 24hrs",
"id" : "wsrSignalLost",
"reg_type" : "input",
"address" : 1208,
"group": "water_sensors",
"type" : "value"
},
{
"name" : "WSR Sensors - Leak Detected",
"id" : "wsrLeak",
"reg_type" : "input",
"address" : 1209,
"group": "water_sensors",
"type" : "value"
},
{
"name" : "WSR Sensors - Low Charge",
"id" : "wsrLowCharge",
"reg_type" : "input",
"address" : 1210,
"group": "water_sensors",
"type" : "value"
},
{
2025-04-14 16:56:22 +03:00
"name" : "WSP 1 - Ignore Alarm",
"id" : "wsp1Ignore",
"reg_type" : "coil",
"address" : 768,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSP 2 - Ignore Alarm",
"id" : "wsp2Ignore",
"reg_type" : "coil",
"address" : 769,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSP 3 - Ignore Alarm",
"id" : "wsp3Ignore",
"reg_type" : "coil",
"address" : 770,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSP 4 - Ignore Alarm",
"id" : "wsp4Ignore",
"reg_type" : "coil",
"address" : 771,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSP 5 - Ignore Alarm",
"id" : "wsp5Ignore",
"reg_type" : "coil",
"address" : 772,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSP 6 - Ignore Alarm",
"id" : "wsp6Ignore",
"reg_type" : "coil",
"address" : 773,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSP 7 - Ignore Alarm",
"id" : "wsp7Ignore",
"reg_type" : "coil",
"address" : 774,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 1 - Ignore Alarm",
"id" : "wsr1Ignore",
"reg_type" : "coil",
"address" : 775,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 2 - Ignore Alarm",
"id" : "wsr2Ignore",
"reg_type" : "coil",
"address" : 776,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 3 - Ignore Alarm",
"id" : "wsr3Ignore",
"reg_type" : "coil",
"address" : 777,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 4 - Ignore Alarm",
"id" : "wsr4Ignore",
"reg_type" : "coil",
"address" : 778,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 5 - Ignore Alarm",
"id" : "wsr5Ignore",
"reg_type" : "coil",
"address" : 779,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 6 - Ignore Alarm",
"id" : "wsr6Ignore",
"reg_type" : "coil",
"address" : 780,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 7 - Ignore Alarm",
"id" : "wsr7Ignore",
"reg_type" : "coil",
"address" : 781,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 8 - Ignore Alarm",
"id" : "wsr8Ignore",
"reg_type" : "coil",
"address" : 782,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 9 - Ignore Alarm",
"id" : "wsr9Ignore",
"reg_type" : "coil",
"address" : 783,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 10 - Ignore Alarm",
"id" : "wsr10Ignore",
"reg_type" : "coil",
"address" : 784,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 11 - Ignore Alarm",
"id" : "wsr11Ignore",
"reg_type" : "coil",
"address" : 785,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 12 - Ignore Alarm",
"id" : "wsr12Ignore",
"reg_type" : "coil",
"address" : 786,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 13 - Ignore Alarm",
"id" : "wsr13Ignore",
"reg_type" : "coil",
"address" : 787,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 14 - Ignore Alarm",
"id" : "wsr14Ignore",
"reg_type" : "coil",
"address" : 788,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 15 - Ignore Alarm",
"id" : "wsr15Ignore",
"reg_type" : "coil",
"address" : 789,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 16 - Ignore Alarm",
"id" : "wsr16Ignore",
"reg_type" : "coil",
"address" : 790,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 17 - Ignore Alarm",
"id" : "wsr17Ignore",
"reg_type" : "coil",
"address" : 791,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 18 - Ignore Alarm",
"id" : "wsr18Ignore",
"reg_type" : "coil",
"address" : 792,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 19 - Ignore Alarm",
"id" : "wsr19Ignore",
"reg_type" : "coil",
"address" : 793,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 20 - Ignore Alarm",
"id" : "wsr20Ignore",
"reg_type" : "coil",
"address" : 794,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 21 - Ignore Alarm",
"id" : "wsr21Ignore",
"reg_type" : "coil",
"address" : 795,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSP 1 - High Security Mode",
"id" : "wsp1Security",
"reg_type" : "coil",
"address" : 800,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSP 2 - High Security Mode",
"id" : "wsp2Security",
"reg_type" : "coil",
"address" : 801,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSP 3 - High Security Mode",
"id" : "wsp3Security",
"reg_type" : "coil",
"address" : 802,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSP 4 - High Security Mode",
"id" : "wsp4Security",
"reg_type" : "coil",
"address" : 803,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSP 5 - High Security Mode",
"id" : "wsp5Security",
"reg_type" : "coil",
"address" : 804,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSP 6 - High Security Mode",
"id" : "wsp6Security",
"reg_type" : "coil",
"address" : 805,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSP 7 - High Security Mode",
"id" : "wsp7Security",
"reg_type" : "coil",
"address" : 806,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 1 - High Security Mode",
"id" : "wsr1Security",
"reg_type" : "coil",
"address" : 807,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 2 - High Security Mode",
"id" : "wsr2Security",
"reg_type" : "coil",
"address" : 808,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 3 - High Security Mode",
"id" : "wsr3Security",
"reg_type" : "coil",
"address" : 809,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 4 - High Security Mode",
"id" : "wsr4Security",
"reg_type" : "coil",
"address" : 810,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 5 - High Security Mode",
"id" : "wsr5Security",
"reg_type" : "coil",
"address" : 811,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 6 - High Security Mode",
"id" : "wsr6Security",
"reg_type" : "coil",
"address" : 812,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 7 - High Security Mode",
"id" : "wsr7Security",
"reg_type" : "coil",
"address" : 813,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 8 - High Security Mode",
"id" : "wsr8Security",
"reg_type" : "coil",
"address" : 814,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 9 - High Security Mode",
"id" : "wsr9Security",
"reg_type" : "coil",
"address" : 815,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 10 - High Security Mode",
"id" : "wsr10Security",
"reg_type" : "coil",
"address" : 816,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 11 - High Security Mode",
"id" : "wsr11Security",
"reg_type" : "coil",
"address" : 817,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 12 - High Security Mode",
"id" : "wsr12Security",
"reg_type" : "coil",
"address" : 818,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 13 - High Security Mode",
"id" : "wsr13Security",
"reg_type" : "coil",
"address" : 819,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 14 - High Security Mode",
"id" : "wsr14Security",
"reg_type" : "coil",
"address" : 820,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 15 - High Security Mode",
"id" : "wsr15Security",
"reg_type" : "coil",
"address" : 821,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 16 - High Security Mode",
"id" : "wsr16Security",
"reg_type" : "coil",
"address" : 822,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 17 - High Security Mode",
"id" : "wsr17Security",
"reg_type" : "coil",
"address" : 823,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 18 - High Security Mode",
"id" : "wsr18Security",
"reg_type" : "coil",
"address" : 824,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 19 - High Security Mode",
"id" : "wsr19Security",
"reg_type" : "coil",
"address" : 825,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 20 - High Security Mode",
"id" : "wsr20Security",
"reg_type" : "coil",
"address" : 826,
"group" : "g_general",
"type" : "switch"
},
{
"name" : "WSR 21 - High Security Mode",
"id" : "wsr21Ignore",
"reg_type" : "coil",
"address" : 827,
"group" : "g_general",
"type" : "switch"
2025-04-14 15:27:39 +03:00
},
{
"name" : "WSR 1 - Status",
"id" : "wsr1Status",
"reg_type" : "input",
"address" : 1215,
"group": "water_sensors",
"type" : "value",
"enum" : [0, 1, 2, 3, 4],
"enum_titles" : ["Не Зарегестрирован", "Норма", "Протечка", "Низкий Заряд", "Потеря Связи"]
},
{
"name" : "WSR 2 - Status",
"id" : "wsr2Status",
"reg_type" : "input",
"address" : 1216,
"group": "water_sensors",
"type" : "value",
"enum" : [0, 1, 2, 3, 4],
"enum_titles" : ["Не Зарегестрирован", "Норма", "Протечка", "Низкий Заряд", "Потеря Связи"]
},
{
"name" : "WSR 3 - Status",
"id" : "wsr3Status",
"reg_type" : "input",
"address" : 1217,
"group": "water_sensors",
"type" : "value",
"enum" : [0, 1, 2, 3, 4],
"enum_titles" : ["Не Зарегестрирован", "Норма", "Протечка", "Низкий Заряд", "Потеря Связи"]
},
{
"name" : "WSR 4 - Status",
"id" : "wsr4Status",
"reg_type" : "input",
"address" : 1218,
"group": "water_sensors",
"type" : "value",
"enum" : [0, 1, 2, 3, 4],
"enum_titles" : ["Не Зарегестрирован", "Норма", "Протечка", "Низкий Заряд", "Потеря Связи"]
},
{
"name" : "WSR 5 - Status",
"id" : "wsr5Status",
"reg_type" : "input",
"address" : 1219,
"group": "water_sensors",
"type" : "value",
"enum" : [0, 1, 2, 3, 4],
"enum_titles" : ["Не Зарегестрирован", "Норма", "Протечка", "Низкий Заряд", "Потеря Связи"]
},
{
"name" : "WSR 6 - Status",
"id" : "wsr6Status",
"reg_type" : "input",
"address" : 1220,
"group": "water_sensors",
"type" : "value",
"enum" : [0, 1, 2, 3, 4],
"enum_titles" : ["Не Зарегестрирован", "Норма", "Протечка", "Низкий Заряд", "Потеря Связи"]
},
{
"name" : "WSR 7 - Status",
"id" : "wsr7Status",
"reg_type" : "input",
"address" : 1221,
"group": "water_sensors",
"type" : "value",
"enum" : [0, 1, 2, 3, 4],
"enum_titles" : ["Не Зарегестрирован", "Норма", "Протечка", "Низкий Заряд", "Потеря Связи"]
},
{
"name" : "WSR 8 - Status",
"id" : "wsr8Status",
"reg_type" : "input",
"address" : 1222,
"group": "water_sensors",
"type" : "value",
"enum" : [0, 1, 2, 3, 4],
"enum_titles" : ["Не Зарегестрирован", "Норма", "Протечка", "Низкий Заряд", "Потеря Связи"]
},
{
"name" : "WSR 9 - Status",
"id" : "wsr9Status",
"reg_type" : "input",
"address" : 1223,
"group": "water_sensors",
"type" : "value",
"enum" : [0, 1, 2, 3, 4],
"enum_titles" : ["Не Зарегестрирован", "Норма", "Протечка", "Низкий Заряд", "Потеря Связи"]
},
{
"name" : "WSR 10 - Status",
"id" : "wsr10Status",
"reg_type" : "input",
"address" : 1224,
"group": "water_sensors",
"type" : "value",
"enum" : [0, 1, 2, 3, 4],
"enum_titles" : ["Не Зарегестрирован", "Норма", "Протечка", "Низкий Заряд", "Потеря Связи"]
},
{
"name" : "WSR 11 - Status",
"id" : "wsr11Status",
"reg_type" : "input",
"address" : 1225,
"group": "water_sensors",
"type" : "value",
"enum" : [0, 1, 2, 3, 4],
"enum_titles" : ["Не Зарегестрирован", "Норма", "Протечка", "Низкий Заряд", "Потеря Связи"]
},
{
"name" : "WSR 12 - Status",
"id" : "wsr12Status",
"reg_type" : "input",
"address" : 1226,
"group": "water_sensors",
"type" : "value",
"enum" : [0, 1, 2, 3, 4],
"enum_titles" : ["Не Зарегестрирован", "Норма", "Протечка", "Низкий Заряд", "Потеря Связи"]
},
{
"name" : "WSR 13 - Status",
"id" : "wsr13Status",
"reg_type" : "input",
"address" : 1227,
"group": "water_sensors",
"type" : "value",
"enum" : [0, 1, 2, 3, 4],
"enum_titles" : ["Не Зарегестрирован", "Норма", "Протечка", "Низкий Заряд", "Потеря Связи"]
},
{
"name" : "WSR 14 - Status",
"id" : "wsr14Status",
"reg_type" : "input",
"address" : 1228,
"group": "water_sensors",
"type" : "value",
"enum" : [0, 1, 2, 3, 4],
"enum_titles" : ["Не Зарегестрирован", "Норма", "Протечка", "Низкий Заряд", "Потеря Связи"]
},
{
"name" : "WSR 15 - Status",
"id" : "wsr15Status",
"reg_type" : "input",
"address" : 1229,
"group": "water_sensors",
"type" : "value",
"enum" : [0, 1, 2, 3, 4],
"enum_titles" : ["Не Зарегестрирован", "Норма", "Протечка", "Низкий Заряд", "Потеря Связи"]
},
{
"name" : "WSR 16 - Status",
"id" : "wsr16Status",
"reg_type" : "input",
"address" : 1230,
"group": "water_sensors",
"type" : "value",
"enum" : [0, 1, 2, 3, 4],
"enum_titles" : ["Не Зарегестрирован", "Норма", "Протечка", "Низкий Заряд", "Потеря Связи"]
},
{
"name" : "WSR 17 - Status",
"id" : "wsr17Status",
"reg_type" : "input",
"address" : 1231,
"group": "water_sensors",
"type" : "value",
"enum" : [0, 1, 2, 3, 4],
"enum_titles" : ["Не Зарегестрирован", "Норма", "Протечка", "Низкий Заряд", "Потеря Связи"]
},
{
"name" : "WSR 18 - Status",
"id" : "wsr18Status",
"reg_type" : "input",
"address" : 1232,
"group": "water_sensors",
"type" : "value",
"enum" : [0, 1, 2, 3, 4],
"enum_titles" : ["Не Зарегестрирован", "Норма", "Протечка", "Низкий Заряд", "Потеря Связи"]
},
{
"name" : "WSR 19 - Status",
"id" : "wsr19Status",
"reg_type" : "input",
"address" : 1233,
"group": "water_sensors",
"type" : "value",
"enum" : [0, 1, 2, 3, 4],
"enum_titles" : ["Не Зарегестрирован", "Норма", "Протечка", "Низкий Заряд", "Потеря Связи"]
},
{
"name" : "WSR 20 - Status",
"id" : "wsr20Status",
"reg_type" : "input",
"address" : 1234,
"group": "water_sensors",
"type" : "value",
"enum" : [0, 1, 2, 3, 4],
"enum_titles" : ["Не Зарегестрирован", "Норма", "Протечка", "Низкий Заряд", "Потеря Связи"]
},
{
"name" : "WSR 21 - Status",
"id" : "wsr21Status",
"reg_type" : "input",
"address" : 1235,
"group": "water_sensors",
"type" : "value",
"enum" : [0, 1, 2, 3, 4],
"enum_titles" : ["Не Зарегестрирован", "Норма", "Протечка", "Низкий Заряд", "Потеря Связи"]
},
{
"name" : "WSR 1 - Signal Strength",
"id" : "wsr1Signal",
"reg_type" : "input",
"address" : 1247,
"group" : "water_sensors",
"type" : "value"
},
{
"name" : "WSR 2 - Signal Strength",
"id" : "wsr2Signal",
"reg_type" : "input",
"address" : 1248,
"group" : "water_sensors",
"type" : "value"
},
{
"name" : "WSR 3 - Signal Strength",
"id" : "wsr3Signal",
"reg_type" : "input",
"address" : 1249,
"group" : "water_sensors",
"type" : "value"
},
{
"name" : "WSR 4 - Signal Strength",
"id" : "wsr4Signal",
"reg_type" : "input",
"address" : 1250,
"group" : "water_sensors",
"type" : "value"
},
{
"name" : "WSR 5 - Signal Strength",
"id" : "wsr5Signal",
"reg_type" : "input",
"address" : 1251,
"group" : "water_sensors",
"type" : "value"
},
{
"name" : "WSR 6 - Signal Strength",
"id" : "wsr6Signal",
"reg_type" : "input",
"address" : 1252,
"group" : "water_sensors",
"type" : "value"
},
{
"name" : "WSR 7 - Signal Strength",
"id" : "wsr7Signal",
"reg_type" : "input",
"address" : 1253,
"group" : "water_sensors",
"type" : "value"
},
{
"name" : "WSR 8 - Signal Strength",
"id" : "wsr8Signal",
"reg_type" : "input",
"address" : 1254,
"group" : "water_sensors",
"type" : "value"
},
{
"name" : "WSR 9 - Signal Strength",
"id" : "wsr9Signal",
"reg_type" : "input",
"address" : 1255,
"group" : "water_sensors",
"type" : "value"
},
{
"name" : "WSR 10 - Signal Strength",
"id" : "wsr10Signal",
"reg_type" : "input",
"address" : 1256,
"group" : "water_sensors",
"type" : "value"
},
{
"name" : "WSR 11 - Signal Strength",
"id" : "wsr11Signal",
"reg_type" : "input",
"address" : 1257,
"group" : "water_sensors",
"type" : "value"
},
{
"name" : "WSR 12 - Signal Strength",
"id" : "wsr12Signal",
"reg_type" : "input",
"address" : 1258,
"group" : "water_sensors",
"type" : "value"
},
{
"name" : "WSR 13 - Signal Strength",
"id" : "wsr13Signal",
"reg_type" : "input",
"address" : 1259,
"group" : "water_sensors",
"type" : "value"
},
{
"name" : "WSR 14 - Signal Strength",
"id" : "wsr14Signal",
"reg_type" : "input",
"address" : 1260,
"group" : "water_sensors",
"type" : "value"
},
{
"name" : "WSR 15 - Signal Strength",
"id" : "wsr15Signal",
"reg_type" : "input",
"address" : 1261,
"group" : "water_sensors",
"type" : "value"
},
{
"name" : "WSR 16 - Signal Strength",
"id" : "wsr16Signal",
"reg_type" : "input",
"address" : 1262,
"group" : "water_sensors",
"type" : "value"
},
{
"name" : "WSR 17 - Signal Strength",
"id" : "wsr17Signal",
"reg_type" : "input",
"address" : 1263,
"group" : "water_sensors",
"type" : "value"
},
{
"name" : "WSR 18 - Signal Strength",
"id" : "wsr18Signal",
"reg_type" : "input",
"address" : 1264,
"group" : "water_sensors",
"type" : "value"
},
{
"name" : "WSR 19 - Signal Strength",
"id" : "wsr19Signal",
"reg_type" : "input",
"address" : 1265,
"group" : "water_sensors",
"type" : "value"
},
{
"name" : "WSR 20 - Signal Strength",
"id" : "wsr20Signal",
"reg_type" : "input",
"address" : 1266,
"group" : "water_sensors",
"type" : "value"
},
{
"name" : "WSR 21 - Signal Strength",
"id" : "wsr21Signal",
"reg_type" : "input",
"address" : 1267,
"group" : "water_sensors",
"type" : "value"
},
2025-04-14 16:56:22 +03:00
{
"name" : "WSP 1 - Alarm Flag",
"id" : "wsp1Alarm",
"reg_type" : "discrete",
"address" : 1344,
"group" : "water_sensors",
"type" : "switch"
},
{
"name" : "WSP 2 - Alarm Flag",
"id" : "wsp2Alarm",
"reg_type" : "discrete",
"address" : 1345,
"group" : "water_sensors",
"type" : "switch"
},
{
"name" : "WSP 3 - Alarm Flag",
"id" : "wsr3Alarm",
"reg_type" : "discrete",
"address" : 1346,
"group" : "water_sensors",
"type" : "switch"
},
{
"name" : "WSP 4 - Alarm Flag",
"id" : "wsr4Alarm",
"reg_type" : "discrete",
"address" : 1347,
"group" : "water_sensors",
"type" : "switch"
},
{
"name" : "WSP 5 - Alarm Flag",
"id" : "wsr5Alarm",
"reg_type" : "discrete",
"address" : 1348,
"group" : "water_sensors",
"type" : "switch"
},
{
"name" : "WSP 6 - Alarm Flag",
"id" : "wsr6Alarm",
"reg_type" : "discrete",
"address" : 1349,
"group" : "water_sensors",
"type" : "switch"
},
{
"name" : "WSP 7 - Alarm Flag",
"id" : "wsr7Alarm",
"reg_type" : "discrete",
"address" : 1350,
"group" : "water_sensors",
"type" : "switch"
},
2025-04-14 15:27:39 +03:00
{
"name" : "WSR 1 - Alarm Flag",
"id" : "wsr1Alarm",
"reg_type" : "discrete",
2025-04-14 16:56:22 +03:00
"address" : 1351,
2025-04-14 15:27:39 +03:00
"group" : "water_sensors",
"type" : "switch"
},
{
"name" : "WSR 2 - Alarm Flag",
"id" : "wsr2Alarm",
"reg_type" : "discrete",
2025-04-14 16:56:22 +03:00
"address" : 1352,
2025-04-14 15:27:39 +03:00
"group" : "water_sensors",
"type" : "switch"
},
{
"name" : "WSR 3 - Alarm Flag",
"id" : "wsr3Alarm",
"reg_type" : "discrete",
2025-04-14 16:56:22 +03:00
"address" : 1353,
2025-04-14 15:27:39 +03:00
"group" : "water_sensors",
"type" : "switch"
},
{
"name" : "WSR 4 - Alarm Flag",
"id" : "wsr4Alarm",
"reg_type" : "discrete",
2025-04-14 16:56:22 +03:00
"address" : 1354,
2025-04-14 15:27:39 +03:00
"group" : "water_sensors",
"type" : "switch"
},
{
"name" : "WSR 5 - Alarm Flag",
"id" : "wsr5Alarm",
"reg_type" : "discrete",
2025-04-14 16:56:22 +03:00
"address" : 1355,
2025-04-14 15:27:39 +03:00
"group" : "water_sensors",
"type" : "switch"
},
{
"name" : "WSR 6 - Alarm Flag",
"id" : "wsr6Alarm",
"reg_type" : "discrete",
2025-04-14 16:56:22 +03:00
"address" : 1356,
2025-04-14 15:27:39 +03:00
"group" : "water_sensors",
"type" : "switch"
},
{
"name" : "WSR 7 - Alarm Flag",
"id" : "wsr7Alarm",
"reg_type" : "discrete",
2025-04-14 16:56:22 +03:00
"address" : 1357,
2025-04-14 15:27:39 +03:00
"group" : "water_sensors",
"type" : "switch"
},
{
"name" : "WSR 8 - Alarm Flag",
"id" : "wsr8Alarm",
"reg_type" : "discrete",
2025-04-14 16:56:22 +03:00
"address" : 1358,
2025-04-14 15:27:39 +03:00
"group" : "water_sensors",
"type" : "switch"
},
{
"name" : "WSR 9 - Alarm Flag",
"id" : "wsr9Alarm",
"reg_type" : "discrete",
2025-04-14 16:56:22 +03:00
"address" : 1359,
2025-04-14 15:27:39 +03:00
"group" : "water_sensors",
"type" : "switch"
},
{
"name" : "WSR 10 - Alarm Flag",
"id" : "wsr10Alarm",
"reg_type" : "discrete",
2025-04-14 16:56:22 +03:00
"address" : 1360,
2025-04-14 15:27:39 +03:00
"group" : "water_sensors",
"type" : "switch"
},
{
"name" : "WSR 11 - Alarm Flag",
"id" : "wsr11Alarm",
"reg_type" : "discrete",
2025-04-14 16:56:22 +03:00
"address" : 1361,
2025-04-14 15:27:39 +03:00
"group" : "water_sensors",
"type" : "switch"
},
{
"name" : "WSR 12 - Alarm Flag",
"id" : "wsr12Alarm",
"reg_type" : "discrete",
2025-04-14 16:56:22 +03:00
"address" : 1362,
2025-04-14 15:27:39 +03:00
"group" : "water_sensors",
"type" : "switch"
},
{
"name" : "WSR 13 - Alarm Flag",
"id" : "wsr13Alarm",
"reg_type" : "discrete",
2025-04-14 16:56:22 +03:00
"address" : 1363,
2025-04-14 15:27:39 +03:00
"group" : "water_sensors",
"type" : "switch"
},
{
"name" : "WSR 14 - Alarm Flag",
"id" : "wsr14Alarm",
"reg_type" : "discrete",
2025-04-14 16:56:22 +03:00
"address" : 1364,
2025-04-14 15:27:39 +03:00
"group" : "water_sensors",
"type" : "switch"
},
{
"name" : "WSR 15 - Alarm Flag",
"id" : "wsr15Alarm",
"reg_type" : "discrete",
2025-04-14 16:56:22 +03:00
"address" : 1365,
2025-04-14 15:27:39 +03:00
"group" : "water_sensors",
"type" : "switch"
},
{
"name" : "WSR 16 - Alarm Flag",
"id" : "wsr16Alarm",
"reg_type" : "discrete",
2025-04-14 16:56:22 +03:00
"address" : 1366,
2025-04-14 15:27:39 +03:00
"group" : "water_sensors",
"type" : "switch"
},
{
"name" : "WSR 17 - Alarm Flag",
"id" : "wsr17Alarm",
"reg_type" : "discrete",
2025-04-14 16:56:22 +03:00
"address" : 1367,
2025-04-14 15:27:39 +03:00
"group" : "water_sensors",
"type" : "switch"
},
{
"name" : "WSR 18 - Alarm Flag",
"id" : "wsr18Alarm",
"reg_type" : "discrete",
2025-04-14 16:56:22 +03:00
"address" : 1368,
2025-04-14 15:27:39 +03:00
"group" : "water_sensors",
"type" : "switch"
},
{
"name" : "WSR 19 - Alarm Flag",
"id" : "wsr19Alarm",
"reg_type" : "discrete",
2025-04-14 16:56:22 +03:00
"address" : 1369,
2025-04-14 15:27:39 +03:00
"group" : "water_sensors",
"type" : "switch"
},
{
"name" : "WSR 20 - Alarm Flag",
"id" : "wsr20Alarm",
"reg_type" : "discrete",
2025-04-14 16:56:22 +03:00
"address" : 1370,
2025-04-14 15:27:39 +03:00
"group" : "water_sensors",
"type" : "switch"
},
{
"name" : "WSR 21 - Alarm Flag",
"id" : "wsr21Alarm",
"reg_type" : "discrete",
2025-04-14 16:56:22 +03:00
"address" : 1371,
2025-04-14 15:27:39 +03:00
"group" : "water_sensors",
"type" : "switch"
}
],
"translations": {
"en": {
"Modbus_Address_description": "Before changing make sure that the connection to the device is established. Select the address, save and set the same address in the settings.",
"baud_rate_description": "Before changing make sure that the connection to the device is established. Select the rate, save and set the same rate in the settings.",
"GIDROLOCK_Standard_RS485": "Leak protection system Gidrolock Standard RS485",
"autorotation_set_title" : "Set autorotation period"
},
"ru": {
"GIDROLOCK_Standard_RS485": "Система защиты от протечки Гидролок Standard RS485",
"Water sensors": "Датчики протечки",
"Inputs": "Входы",
"HW Info": "Данные модуля",
"Outputs": "Выходы",
"General": "Общие",
"autorotation_set_title" : "Указать период автопроворота",
"Leak State" : "Статус протечки",
"Valve Closed" : "Кран закрыт",
"Cleaning Mode" : "Режим уборки",
"Cleaning Mode Timer" : "Таймер режима уборки",
2025-04-15 14:05:22 +03:00
"Radio Relay Setting" : "Режим радиореле",
2025-04-14 15:27:39 +03:00
"Input FUN": "Вход управления FUN",
"Valve State" : "Состояние крана",
"valve_state_desc" : "0 - открыт; 1 - открывается; 2 - закрыт; 3 - закрывается; 4 - открыт при аварии; 5 - открывается во время аварии (по команде)",
"Time Until Autorotation, mins" : "Время до автопроворота, мин",
2025-04-15 14:05:22 +03:00
"WSP 1 - Water Counter Mode" : "WSP 1 - Режим счетчика",
2025-04-14 15:27:39 +03:00
"Counter 1 - Ticks" : "Счетчик 1 - тики",
"Counter 1 - Multiplier" : "Счетчик 1 - множитель",
2025-04-15 14:05:22 +03:00
"WSP 2 - Water Counter Mode" : "WSP 2 - Режим счетчика",
2025-04-14 15:27:39 +03:00
"Counter 2 - Ticks" : "Счетчик 2 - тики",
"Counter 2 - Multiplier" : "Счетчик 2 - множитель",
2025-04-15 14:05:22 +03:00
"WSP 3 - Water Counter Mode" : "WSP 3 - Режим счетчика",
2025-04-14 15:27:39 +03:00
"Counter 3 - Ticks" : "Счетчик 3 - тики",
"Counter 3 - Multiplier" : "Счетчик 3 - множитель",
"WSR Sensors - Registered Total" : "WSR Датчики - Всего зарегистрировано",
"WSR Sensors - No response in last 24hrs" : "WSR Датчики - Не Зарегестрирован ответа в течение 24ч",
"WSR Sensors - Leak Detected" : "WSR Датчики - Обнаружена протечка",
"WSR Sensors - Low Charge" : "WSR Датчики - Низкий заряд баттареи",
2025-04-15 12:30:10 +03:00
"WSP 1 - Line Break" : "WSP 1 - Обрыв линии",
"WSP 2 - Line Break" : "WSP 1 - Обрыв линии",
"WSP 3 - Line Break" : "WSP 1 - Обрыв линии",
"WSP 4 - Line Break" : "WSP 1 - Обрыв линии",
"WSP 5 - Line Break" : "WSP 1 - Обрыв линии",
"WSP 6 - Line Break" : "WSP 1 - Обрыв линии",
"WSP 7 - Line Break" : "WSP 1 - Обрыв линии",
"WSP 1 - WSP+ Mode" : "WSP 1 - Режим WSP+",
"WSP 2 - WSP+ Mode" : "WSP 2 - Режим WSP+",
"WSP 3 - WSP+ Mode" : "WSP 3 - Режим WSP+",
"WSP 4 - WSP+ Mode" : "WSP 4 - Режим WSP+",
"WSP 5 - WSP+ Mode" : "WSP 5 - Режим WSP+",
"WSP 6 - WSP+ Mode" : "WSP 6 - Режим WSP+",
"WSP 7 - WSP+ Mode" : "WSP 7 - Режим WSP+",
"WSP 1 - Alarm Flag" : "Проводной датчик 1 - Протечка",
"WSP 2 - Alarm Flag" : "Проводной датчик 2 - Протечка",
"WSP 3 - Alarm Flag" : "Проводной датчик 3 - Протечка",
"WSP 4 - Alarm Flag" : "Проводной датчик 4 - Протечка",
"WSP 5 - Alarm Flag" : "Проводной датчик 5 - Протечка",
"WSP 6 - Alarm Flag" : "Проводной датчик 6 - Протечка",
"WSP 7 - Alarm Flag" : "Проводной датчик 7 - Протечка",
2025-04-14 15:27:39 +03:00
"WSR 1 - Status": "Радиодатчик 1 - Статус",
"WSR 1 - Signal Strength": "Радиодатчик 1 - Сила сигнала",
"WSR 1 - Alarm Flag" : "Радиодатчик 1 - Протечка",
"WSR 2 - Status": "Радиодатчик 2 - Статус",
"WSR 2 - Signal Strength": "Радиодатчик 2 - Сила сигнала",
"WSR 2 - Alarm Flag" : "Радиодатчик 2 - Протечка",
"WSR 3 - Status": "Радиодатчик 3 - Статус",
"WSR 3 - Signal Strength": "Радиодатчик 3 - Сила сигнала",
"WSR 3 - Alarm Flag" : "Радиодатчик 3 - Протечка",
"WSR 4 - Status": "Радиодатчик 4 - Статус",
"WSR 4 - Signal Strength": "Радиодатчик 4 - Сила сигнала",
"WSR 4 - Alarm Flag" : "Радиодатчик 4 - Протечка",
"WSR 5 - Status": "Радиодатчик 5 - Статус",
"WSR 5 - Signal Strength": "Радиодатчик 5 - Сила сигнала",
"WSR 5 - Alarm Flag" : "Радиодатчик 5 - Протечка",
"WSR 6 - Status": "Радиодатчик 6 - Статус",
"WSR 6 - Signal Strength": "Радиодатчик 6 - Сила сигнала",
"WSR 6 - Alarm Flag" : "Радиодатчик 6 - Протечка",
"WSR 7 - Status": "Радиодатчик 7 - Статус",
"WSR 7 - Signal Strength": "Радиодатчик 7 - Сила сигнала",
"WSR 7 - Alarm Flag" : "Радиодатчик 7 - Протечка",
"WSR 8 - Status": "Радиодатчик 8 - Статус",
"WSR 8 - Signal Strength": "Радиодатчик 8 - Сила сигнала",
"WSR 8 - Alarm Flag" : "Радиодатчик 8 - Протечка",
"WSR 9 - Status": "Радиодатчик 9 - Статус",
"WSR 9 - Signal Strength": "Радиодатчик 9 - Сила сигнала",
"WSR 9 - Alarm Flag" : "Радиодатчик 9 - Протечка",
"WSR 10 - Status": "Радиодатчик 10 - Статус",
"WSR 10 - Signal Strength": "Радиодатчик 10 - Сила сигнала",
"WSR 10 - Alarm Flag" : "Радиодатчик 10 - Протечка",
"WSR 11 - Status": "Радиодатчик 11 - Статус",
"WSR 11 - Signal Strength": "Радиодатчик 11 - Сила сигнала",
"WSR 11 - Alarm Flag" : "Радиодатчик 11 - Протечка",
"WSR 12 - Status": "Радиодатчик 12 - Статус",
"WSR 12 - Signal Strength": "Радиодатчик 12 - Сила сигнала",
"WSR 12 - Alarm Flag" : "Радиодатчик 12 - Протечка",
"WSR 13 - Status": "Радиодатчик 13 - Статус",
"WSR 13 - Signal Strength": "Радиодатчик 13 - Сила сигнала",
"WSR 13 - Alarm Flag" : "Радиодатчик 13 - Протечка",
"WSR 14 - Status": "Радиодатчик 14 - Статус",
"WSR 14 - Signal Strength": "Радиодатчик 14 - Сила сигнала",
"WSR 14 - Alarm Flag" : "Радиодатчик 14 - Протечка",
"WSR 15 - Status": "Радиодатчик 15 - Статус",
"WSR 15 - Signal Strength": "Радиодатчик 15 - Сила сигнала",
"WSR 15 - Alarm Flag" : "Радиодатчик 15 - Протечка",
"WSR 16 - Status": "Радиодатчик 16 - Статус",
"WSR 16 - Signal Strength": "Радиодатчик 16 - Сила сигнала",
"WSR 16 - Alarm Flag" : "Радиодатчик 16 - Протечка",
"WSR 17 - Status": "Радиодатчик 17 - Статус",
"WSR 17 - Signal Strength": "Радиодатчик 17 - Сила сигнала",
"WSR 17 - Alarm Flag" : "Радиодатчик 17 - Протечка",
"WSR 18 - Status": "Радиодатчик 18 - Статус",
"WSR 18 - Signal Strength": "Радиодатчик 18 - Сила сигнала",
"WSR 18 - Alarm Flag" : "Радиодатчик 18 - Протечка",
"WSR 19 - Status": "Радиодатчик 19 - Статус",
"WSR 19 - Signal Strength": "Радиодатчик 19 - Сила сигнала",
"WSR 19 - Alarm Flag" : "Радиодатчик 19 - Протечка",
"WSR 20 - Status": "Радиодатчик 20 - Статус",
"WSR 20 - Signal Strength": "Радиодатчик 20 - Сила сигнала",
"WSR 20 - Alarm Flag" : "Радиодатчик 20 - Протечка",
"WSR 21 - Status": "Радиодатчик 21 - Статус",
"WSR 21 - Signal Strength": "Радиодатчик 21 - Сила сигнала",
"WSR 21 - Alarm Flag" : "Радиодатчик 21 - Протечка",
"Baud rate": "Скорость обмена",
"baud_rate_description": "Перед изменением параметра убедитесь, что связь с устройством установлена. Выберите нужную скорость обмена, сохраните конфигурацию, а затем укажите в настройках порта эту же скорость.",
"Time before sending a response to a modbus request (ms)": "Время перед отправкой ответа на modbus запрос (мс)",
"Device Modbus Address": "Modbus Адрес устройтсва",
"Modbus_Address_description": "Перед изменением параметра убедитесь, что связь с устройством установлена. Выберите нужный адрес, сохраните конфигурацию, а затем укажите в настройках устройства этот же адрес.",
"Current uptime": "Время работы",
"FW Version": "Версия прошивки"
}
}
}
}