mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-07-24 01:42:44 +02:00
749 lines
34 KiB
JSON
749 lines
34 KiB
JSON
{
|
|
"name": "everest",
|
|
"displayName": "Everest",
|
|
"id": "27e4b1c4-bc27-4699-84ef-41af1a9e1cea",
|
|
"vendors": [
|
|
{
|
|
"name": "Chargebyte",
|
|
"displayName": "Chargebyte GmbH",
|
|
"id": "07ba8a98-799f-4a6e-a8d9-b45cd38dbcc5",
|
|
"thingClasses": [
|
|
{
|
|
"name": "everestMqtt",
|
|
"displayName": "Everest (MQTT)",
|
|
"id": "965cbe0d-088c-42a2-965d-ceafbb8b01e9",
|
|
"setupMethod": "JustAdd",
|
|
"createMethods": ["discovery", "user"],
|
|
"interfaces": [ "evchargerac", "smartmeterconsumer", "networkdevice", "connectable" ],
|
|
"paramTypes": [
|
|
{
|
|
"id": "f1f3e9a7-3a35-4089-8869-b9bfd64659e5",
|
|
"name": "hostName",
|
|
"displayName": "Host name",
|
|
"type": "QString"
|
|
},
|
|
{
|
|
"id": "911b6fa3-010c-486e-8251-71a6aa21adb3",
|
|
"name": "address",
|
|
"displayName": "IP address",
|
|
"type": "QString",
|
|
"inputType": "IPv4Address",
|
|
"defaultValue": ""
|
|
},
|
|
{
|
|
"id": "cb9517ef-1ae2-49c9-9036-0c6e15bb3652",
|
|
"name": "macAddress",
|
|
"displayName": "MAC address",
|
|
"type": "QString",
|
|
"defaultValue": "00:00:00:00:00:00",
|
|
"readOnly": true
|
|
},
|
|
{
|
|
"id": "73f27e36-6f68-40a9-8805-22e88911736c",
|
|
"name": "connector",
|
|
"displayName": "Connector name",
|
|
"type": "QString",
|
|
"defaultValue": ""
|
|
}
|
|
],
|
|
"settingsTypes": [],
|
|
"stateTypes": [
|
|
{
|
|
"id": "018d1f2f-4ede-4ab0-b76e-369684cd0da5",
|
|
"name": "power",
|
|
"displayName": "Charging enabled",
|
|
"displayNameAction": "Enable or disable charging",
|
|
"type": "bool",
|
|
"defaultValue": false,
|
|
"writable": true
|
|
},
|
|
{
|
|
"id": "d5d71037-a2b1-4abe-be75-883e6fef75c6",
|
|
"name": "maxChargingCurrent",
|
|
"displayName": "Maximum charging current",
|
|
"displayNameAction": "Set maximum charging current",
|
|
"type": "double",
|
|
"unit": "Ampere",
|
|
"defaultValue": 6,
|
|
"minValue": 6,
|
|
"maxValue": 32,
|
|
"stepSize": 0.01,
|
|
"writable": true
|
|
},
|
|
{
|
|
"id": "5b963e54-15f0-459f-8754-d172f2febee2",
|
|
"name": "pluggedIn",
|
|
"displayName": "Plugged in",
|
|
"type": "bool",
|
|
"defaultValue": false
|
|
},
|
|
{
|
|
"id": "79f44541-7967-4394-bb50-8bf69e4115ca",
|
|
"name": "charging",
|
|
"displayName": "Charging",
|
|
"type": "bool",
|
|
"defaultValue": false
|
|
},
|
|
{
|
|
"id": "9597c21f-d8a6-424d-8e35-bdd69dc57d35",
|
|
"name": "phaseCount",
|
|
"displayName": "Active phases",
|
|
"type": "uint",
|
|
"minValue": 1,
|
|
"maxValue": 3,
|
|
"defaultValue": 1
|
|
},
|
|
{
|
|
"id": "1dc5fbff-354b-4a68-aae3-95150b257faa",
|
|
"name": "desiredPhaseCount",
|
|
"displayName": "Desired phase count",
|
|
"displayNameAction": "Set desired phase count",
|
|
"type": "uint",
|
|
"minValue": 1,
|
|
"maxValue": 3,
|
|
"possibleValues": [1, 3],
|
|
"writable": true,
|
|
"defaultValue": 3
|
|
},
|
|
{
|
|
"id": "2104641b-1004-4637-8eca-108f53dcb402",
|
|
"name": "connected",
|
|
"displayName": "Connected",
|
|
"type": "bool",
|
|
"cached": false,
|
|
"defaultValue": false
|
|
},
|
|
{
|
|
"id": "8946aee7-caa1-47cc-bef9-37ca4c8b5e49",
|
|
"name": "totalEnergyConsumed",
|
|
"displayName": "Total energy",
|
|
"type": "double",
|
|
"unit": "KiloWattHour",
|
|
"defaultValue": 0,
|
|
"cached": true
|
|
},
|
|
{
|
|
"id": "b7455160-98e4-47ad-a1db-f3fbda009aa2",
|
|
"name": "sessionEnergy",
|
|
"displayName": "Session energy",
|
|
"type": "double",
|
|
"unit": "KiloWattHour",
|
|
"defaultValue": 0,
|
|
"suggestLogging": true
|
|
},
|
|
{
|
|
"id": "120a4028-b01c-4a31-8d9b-bf34f602a095",
|
|
"name": "currentPower",
|
|
"displayName": "Current power",
|
|
"type": "double",
|
|
"unit": "Watt",
|
|
"defaultValue": 0,
|
|
"cached": false
|
|
},
|
|
{
|
|
"id": "75a52f23-7d65-4b33-9262-99085beb7ee2",
|
|
"name": "state",
|
|
"displayName": "State",
|
|
"type": "QString",
|
|
"defaultValue": "",
|
|
"cached": false
|
|
},
|
|
{
|
|
"id": "b7c76f2d-520a-4bb1-9bd3-d6ffcbef73b6",
|
|
"name": "temperature",
|
|
"displayName": "Temperature",
|
|
"type": "double",
|
|
"unit": "DegreeCelsius",
|
|
"defaultValue": 0.0,
|
|
"cached": false
|
|
},
|
|
{
|
|
"id": "2ca678ff-6d6f-49cf-b265-545ed15c12b7",
|
|
"name": "fanSpeed",
|
|
"displayName": "Fan speed",
|
|
"type": "double",
|
|
"unit": "Rpm",
|
|
"defaultValue": 0,
|
|
"cached": false
|
|
}
|
|
],
|
|
"actionTypes": [
|
|
|
|
],
|
|
"eventTypes": [
|
|
|
|
]
|
|
},
|
|
{
|
|
"name": "everestConnection",
|
|
"displayName": "EVerest connection",
|
|
"id": "6a69c792-14e0-40a1-bbb2-94dcb84d82df",
|
|
"setupMethod": "JustAdd",
|
|
"createMethods": [ "Discovery", "User" ],
|
|
"interfaces": [ "gateway", "networkdevice" ],
|
|
"providedInterfaces": [ "evchargerac", "evchargerdc" ],
|
|
"discoveryParamTypes": [
|
|
{
|
|
"id": "cd1cfca6-22f7-4d31-a95f-f642e0e1470f",
|
|
"name": "port",
|
|
"displayName": "Port",
|
|
"type": "uint",
|
|
"defaultValue": 8080
|
|
}
|
|
],
|
|
"paramTypes": [
|
|
{
|
|
"id": "2af7a13b-f68c-40ab-960f-64f4e4885913",
|
|
"name": "hostName",
|
|
"displayName": "Host name",
|
|
"type": "QString"
|
|
},
|
|
{
|
|
"id": "3761a8e8-5cff-4285-8dc5-58a5655da603",
|
|
"name": "address",
|
|
"displayName": "IP address",
|
|
"type": "QString",
|
|
"inputType": "IPv4Address",
|
|
"defaultValue": ""
|
|
},
|
|
{
|
|
"id": "f9c425f3-fe72-422d-b57c-0f2e7518ac38",
|
|
"name": "macAddress",
|
|
"displayName": "MAC address",
|
|
"type": "QString",
|
|
"defaultValue": "00:00:00:00:00:00",
|
|
"readOnly": true
|
|
},
|
|
{
|
|
"id": "d8f64b57-37e7-4b48-857c-a82ac9bfbd28",
|
|
"name": "port",
|
|
"displayName": "Port",
|
|
"type": "uint",
|
|
"defaultValue": 8080
|
|
},
|
|
{
|
|
"id": "088ef8e6-7979-40d0-8429-3a8dec3866fa",
|
|
"name": "serialNumber",
|
|
"displayName": "Serial number",
|
|
"type": "QString",
|
|
"defaultValue": ""
|
|
}
|
|
],
|
|
"stateTypes": [
|
|
{
|
|
"id": "cf9930ed-077a-4396-826e-23634a01bffb",
|
|
"name": "connected",
|
|
"displayName": "Connected",
|
|
"type": "bool",
|
|
"cached": false,
|
|
"defaultValue": false
|
|
},
|
|
{
|
|
"id": "b1695978-8f6e-499d-8b2b-5e9e09ad73ff",
|
|
"name": "apiVersion",
|
|
"displayName": "API Version",
|
|
"type": "QString",
|
|
"defaultValue": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "everestChargerAc",
|
|
"displayName": "EVerest AC Charger",
|
|
"id": "ec47ac6b-e6ec-4a6c-a584-ac6802f79d12",
|
|
"setupMethod": "JustAdd",
|
|
"createMethods": ["auto"],
|
|
"interfaces": [ "evchargerac", "smartmeterconsumer", "connectable" ],
|
|
"paramTypes": [
|
|
{
|
|
"id": "b9773de0-a4a8-457e-b221-448d299b9e38",
|
|
"name": "index",
|
|
"displayName": "Index",
|
|
"type": "uint",
|
|
"defaultValue": 0
|
|
}
|
|
],
|
|
"settingsTypes": [],
|
|
"stateTypes": [
|
|
{
|
|
"id": "c117636b-f3c3-4930-8b93-83732627c6a8",
|
|
"name": "connected",
|
|
"displayName": "Connected",
|
|
"type": "bool",
|
|
"cached": false,
|
|
"defaultValue": false
|
|
},
|
|
{
|
|
"id": "d683be61-113d-4501-bb42-991117fa7889",
|
|
"name": "power",
|
|
"displayName": "Charging enabled",
|
|
"displayNameAction": "Enable or disable charging",
|
|
"type": "bool",
|
|
"defaultValue": false,
|
|
"writable": true
|
|
},
|
|
{
|
|
"id": "11d76fab-b48e-443d-9b4f-1dd13a495256",
|
|
"name": "maxChargingCurrent",
|
|
"displayName": "Maximum charging current",
|
|
"displayNameAction": "Set maximum charging current",
|
|
"type": "double",
|
|
"unit": "Ampere",
|
|
"defaultValue": 6,
|
|
"minValue": 6,
|
|
"maxValue": 32,
|
|
"stepSize": 0.01,
|
|
"writable": true
|
|
},
|
|
{
|
|
"id": "22d66da7-6935-4497-914b-38936267bf25",
|
|
"name": "pluggedIn",
|
|
"displayName": "Plugged in",
|
|
"type": "bool",
|
|
"defaultValue": false
|
|
},
|
|
{
|
|
"id": "aab3a0d8-f35d-4430-89b5-67a72be1fa50",
|
|
"name": "charging",
|
|
"displayName": "Charging",
|
|
"type": "bool",
|
|
"defaultValue": false
|
|
},
|
|
{
|
|
"id": "58756435-11bf-4896-bdff-e221aa8ffbcc",
|
|
"name": "phaseCount",
|
|
"displayName": "Active phases",
|
|
"type": "uint",
|
|
"minValue": 1,
|
|
"maxValue": 3,
|
|
"defaultValue": 1
|
|
},
|
|
{
|
|
"id": "8d3d0334-c410-47ce-ae56-7f8db980a7c7",
|
|
"name": "desiredPhaseCount",
|
|
"displayName": "Desired phase count",
|
|
"displayNameAction": "Set desired phase count",
|
|
"type": "uint",
|
|
"minValue": 1,
|
|
"maxValue": 3,
|
|
"possibleValues": [1, 3],
|
|
"writable": true,
|
|
"defaultValue": 3
|
|
},
|
|
{
|
|
"id": "9226f350-9ffd-4e0d-808b-67da51496ecb",
|
|
"name": "state",
|
|
"displayName": "State",
|
|
"type": "QString",
|
|
"defaultValue": "",
|
|
"cached": false
|
|
},
|
|
{
|
|
"id": "2bb15b1e-43a2-4102-bbc2-04689bb749eb",
|
|
"name": "totalEnergyConsumed",
|
|
"displayName": "Total energy",
|
|
"type": "double",
|
|
"unit": "KiloWattHour",
|
|
"defaultValue": 0,
|
|
"cached": true
|
|
},
|
|
{
|
|
"id": "905a48b1-b0ec-4e14-93c4-1c629e9af790",
|
|
"name": "sessionEnergy",
|
|
"displayName": "Session energy",
|
|
"type": "double",
|
|
"unit": "KiloWattHour",
|
|
"defaultValue": 0,
|
|
"suggestLogging": true
|
|
},
|
|
{
|
|
"id": "28219545-18a9-4e5d-8c05-30805c87ac74",
|
|
"name": "currentPower",
|
|
"displayName": "Current power",
|
|
"type": "double",
|
|
"unit": "Watt",
|
|
"defaultValue": 0,
|
|
"cached": false
|
|
},
|
|
{
|
|
"id": "717723fa-1d04-4211-9419-2f4ecc680dc0",
|
|
"name": "currentPowerPhaseA",
|
|
"displayName": "Current power phase A",
|
|
"displayNameEvent": "Current power phase A changed",
|
|
"type": "double",
|
|
"unit": "Watt",
|
|
"defaultValue": 0.00,
|
|
"cached": false
|
|
},
|
|
{
|
|
"id": "4f2e367e-3735-4164-ab29-ea0b2f4f244d",
|
|
"name": "currentPowerPhaseB",
|
|
"displayName": "Current power phase B",
|
|
"displayNameEvent": "Current power phase B changed",
|
|
"type": "double",
|
|
"unit": "Watt",
|
|
"defaultValue": 0.00,
|
|
"cached": false
|
|
},
|
|
{
|
|
"id": "0fb40c19-ff3f-4901-8445-4ed7ea5e225a",
|
|
"name": "currentPowerPhaseC",
|
|
"displayName": "Current power phase C",
|
|
"displayNameEvent": "Current power phase C changed",
|
|
"type": "double",
|
|
"unit": "Watt",
|
|
"defaultValue": 0.00,
|
|
"cached": false
|
|
},
|
|
{
|
|
"id": "cbbec08d-6abc-416e-929d-17ae381c496e",
|
|
"name": "currentPhaseA",
|
|
"displayName": "Phase A current",
|
|
"displayNameEvent": "Phase A current changed",
|
|
"type": "double",
|
|
"unit": "Ampere",
|
|
"defaultValue": 0.00,
|
|
"cached": false
|
|
},
|
|
{
|
|
"id": "36c21980-866c-4f6f-b447-33eb4d16539f",
|
|
"name": "currentPhaseB",
|
|
"displayName": "Phase B current",
|
|
"displayNameEvent": "Phase B current changed",
|
|
"type": "double",
|
|
"unit": "Ampere",
|
|
"defaultValue": 0.00,
|
|
"cached": false
|
|
},
|
|
{
|
|
"id": "43f6e2ee-88d1-40ac-89b6-2e2d83b6ca1e",
|
|
"name": "currentPhaseC",
|
|
"displayName": "Phase C current",
|
|
"displayNameEvent": "Phase C current changed",
|
|
"type": "double",
|
|
"unit": "Ampere",
|
|
"defaultValue": 0.00,
|
|
"cached": false
|
|
},
|
|
{
|
|
"id": "aa0da7f5-c7da-4c6b-800b-844b4cba4637",
|
|
"name": "voltagePhaseA",
|
|
"displayName": "Phase A voltage",
|
|
"displayNameEvent": "Phase A volatage changed",
|
|
"type": "double",
|
|
"unit": "Volt",
|
|
"defaultValue": 0.00,
|
|
"cached": false
|
|
},
|
|
{
|
|
"id": "22545ffc-2123-413d-b000-5d67e5994498",
|
|
"name": "voltagePhaseB",
|
|
"displayName": "Phase B voltage",
|
|
"displayNameEvent": "Phase B voltage changed",
|
|
"type": "double",
|
|
"unit": "Volt",
|
|
"defaultValue": 0.00,
|
|
"cached": false
|
|
},
|
|
{
|
|
"id": "13847b09-528b-4164-90e7-78c680276877",
|
|
"name": "voltagePhaseC",
|
|
"displayName": "Phase C voltage",
|
|
"displayNameEvent": "Phase C voltage changed",
|
|
"type": "double",
|
|
"unit": "Volt",
|
|
"defaultValue": 0.00,
|
|
"cached": false
|
|
},
|
|
{
|
|
"id": "ee1c2e36-41c2-475e-8850-c9051720061a",
|
|
"name": "temperature",
|
|
"displayName": "Temperature",
|
|
"type": "double",
|
|
"unit": "DegreeCelsius",
|
|
"defaultValue": 0.0,
|
|
"cached": false
|
|
},
|
|
{
|
|
"id": "1b281c9e-4dc1-4dd2-b152-825015fb73e3",
|
|
"name": "fanSpeed",
|
|
"displayName": "Fan speed",
|
|
"type": "double",
|
|
"unit": "Rpm",
|
|
"defaultValue": 0,
|
|
"cached": false
|
|
}
|
|
],
|
|
"actionTypes": [
|
|
|
|
],
|
|
"eventTypes": [
|
|
|
|
]
|
|
},
|
|
{
|
|
"name": "everestChargerDc",
|
|
"displayName": "EVerest charger DC",
|
|
"id": "b31e14dd-43e0-4278-b517-d50afd6806ec",
|
|
"createMethods": ["auto"],
|
|
"interfaces": [ "evchargerdc", "connectable"],
|
|
"paramTypes": [
|
|
{
|
|
"id": "4a3e03ed-44ea-4a32-9f7f-b4e6b1647921",
|
|
"name": "index",
|
|
"displayName": "Index",
|
|
"type": "uint",
|
|
"defaultValue": 0
|
|
}
|
|
],
|
|
"settingsTypes": [],
|
|
"stateTypes": [
|
|
{
|
|
"id": "e02d8186-a678-4e5a-aea7-460109617a02",
|
|
"name": "connected",
|
|
"displayName": "Connected",
|
|
"type": "bool",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"id": "c7b313bf-d12d-434f-b754-d0ada7209fe5",
|
|
"name": "power",
|
|
"displayName": "Charging enabled",
|
|
"displayNameAction": "Enable/disable charging",
|
|
"type": "bool",
|
|
"defaultValue": true,
|
|
"writable": true
|
|
},
|
|
{
|
|
"id": "4dc2b506-990b-4e84-8a4b-444aba489ac2",
|
|
"name": "currentPower",
|
|
"displayName": "Current measured power",
|
|
"type": "double",
|
|
"unit": "Watt",
|
|
"defaultValue": 0
|
|
},
|
|
{
|
|
"id": "4c1415c2-bb2e-412a-9861-12ad8daa9051",
|
|
"name": "chargingPower",
|
|
"displayName": "Charging power",
|
|
"displayNameAction": "Set charging power",
|
|
"type": "double",
|
|
"unit": "Watt",
|
|
"defaultValue": 0,
|
|
"writable": true
|
|
},
|
|
{
|
|
"id": "aa130c3c-56a5-4a23-8802-7bee78dee6d2",
|
|
"name": "chargingCapabilities",
|
|
"displayName": "Charging capabilities",
|
|
"type": "QString",
|
|
"possibleValues": ["charging", "discharging", "bidirectional"],
|
|
"defaultValue": "charging"
|
|
},
|
|
{
|
|
"id": "2e17f569-807e-4906-8748-0bd094cfd5d2",
|
|
"name": "chargingState",
|
|
"displayName": "Charging state",
|
|
"type": "QString",
|
|
"possibleValues": ["idle", "charging", "discharging"],
|
|
"defaultValue": "idle"
|
|
},
|
|
{
|
|
"id": "bd8fa91f-0bf6-474c-b6bb-3d68d466d379",
|
|
"name": "charging",
|
|
"displayName": "Charging",
|
|
"type": "bool",
|
|
"defaultValue": false
|
|
},
|
|
{
|
|
"id": "7cb1984a-c172-4f25-94f8-487dcd7881ab",
|
|
"name": "state",
|
|
"displayName": "State",
|
|
"type": "QString",
|
|
"defaultValue": "",
|
|
"cached": false
|
|
},
|
|
{
|
|
"id": "a4597881-958b-4b5b-87aa-941820fef84d",
|
|
"name": "sessionEnergy",
|
|
"displayName": "Session energy",
|
|
"type": "double",
|
|
"unit": "KiloWattHour",
|
|
"defaultValue": 0,
|
|
"suggestLogging": true
|
|
},
|
|
{
|
|
"id": "7dedd1a2-6c99-4c85-8511-319f45b4fc56",
|
|
"name": "minChargingPower",
|
|
"displayName": "Minimal charging power",
|
|
"type": "double",
|
|
"unit": "Watt",
|
|
"defaultValue": 100
|
|
},
|
|
{
|
|
"id": "e1f1936e-e038-4820-bb7c-46404859ae42",
|
|
"name": "maxChargingPower",
|
|
"displayName": "Maximal charging power",
|
|
"type": "double",
|
|
"unit": "Watt",
|
|
"defaultValue": 50000
|
|
},
|
|
{
|
|
"id": "60ce60bd-0a6b-4f76-b51b-c6d342b2a277",
|
|
"name": "minDischargingPower",
|
|
"displayName": "Minimal discharging power",
|
|
"type": "double",
|
|
"unit": "Watt",
|
|
"defaultValue": -100
|
|
},
|
|
{
|
|
"id": "5bd483e4-aae6-4e53-b208-d7caa5b7fbc6",
|
|
"name": "maxDischargingPower",
|
|
"displayName": "Maximal discharging power",
|
|
"type": "double",
|
|
"unit": "Watt",
|
|
"defaultValue": -50000
|
|
},
|
|
{
|
|
"id": "020e30ce-e3db-41ad-8066-a819ac1d4bd5",
|
|
"name": "pluggedIn",
|
|
"displayName": "Car is plugged in",
|
|
"type": "bool",
|
|
"defaultValue": true,
|
|
"cached": false
|
|
},
|
|
{
|
|
"id": "bdb910aa-63c0-4af4-8f21-f9e2de601928",
|
|
"name": "currentPowerPhaseA",
|
|
"displayName": "Current power phase A",
|
|
"displayNameEvent": "Current power phase A changed",
|
|
"type": "double",
|
|
"unit": "Watt",
|
|
"defaultValue": 0.00,
|
|
"cached": false
|
|
},
|
|
{
|
|
"id": "e1e5142f-e8a3-4fac-9ebd-ec467a1cdac5",
|
|
"name": "currentPowerPhaseB",
|
|
"displayName": "Current power phase B",
|
|
"displayNameEvent": "Current power phase B changed",
|
|
"type": "double",
|
|
"unit": "Watt",
|
|
"defaultValue": 0.00,
|
|
"cached": false
|
|
},
|
|
{
|
|
"id": "d0ca61a1-057c-4fd2-bf91-0ba9c4fcff9e",
|
|
"name": "currentPowerPhaseC",
|
|
"displayName": "Current power phase C",
|
|
"displayNameEvent": "Current power phase C changed",
|
|
"type": "double",
|
|
"unit": "Watt",
|
|
"defaultValue": 0.00,
|
|
"cached": false
|
|
},
|
|
{
|
|
"id": "4d49dbb6-6ca7-4ecd-949f-d2d5b3ebee04",
|
|
"name": "currentPhaseA",
|
|
"displayName": "Phase A current",
|
|
"displayNameEvent": "Phase A current changed",
|
|
"type": "double",
|
|
"unit": "Ampere",
|
|
"defaultValue": 0.00,
|
|
"cached": false
|
|
},
|
|
{
|
|
"id": "41febbb0-5265-4aa9-aa91-1ed9dbd5e35a",
|
|
"name": "currentPhaseB",
|
|
"displayName": "Phase B current",
|
|
"displayNameEvent": "Phase B current changed",
|
|
"type": "double",
|
|
"unit": "Ampere",
|
|
"defaultValue": 0.00,
|
|
"cached": false
|
|
},
|
|
{
|
|
"id": "c7d1832b-b0a7-4cbe-b7f7-ee91732f5a45",
|
|
"name": "currentPhaseC",
|
|
"displayName": "Phase C current",
|
|
"displayNameEvent": "Phase C current changed",
|
|
"type": "double",
|
|
"unit": "Ampere",
|
|
"defaultValue": 0.00,
|
|
"cached": false
|
|
},
|
|
{
|
|
"id": "3a2aced4-e9aa-4e5a-b96b-68978f5d5c3b",
|
|
"name": "voltagePhaseA",
|
|
"displayName": "Phase A voltage",
|
|
"displayNameEvent": "Phase A volatage changed",
|
|
"type": "double",
|
|
"unit": "Volt",
|
|
"defaultValue": 0.00,
|
|
"cached": false
|
|
},
|
|
{
|
|
"id": "97273965-dc8f-4be9-a6c5-1eeb5bebc3ad",
|
|
"name": "voltagePhaseB",
|
|
"displayName": "Phase B voltage",
|
|
"displayNameEvent": "Phase B voltage changed",
|
|
"type": "double",
|
|
"unit": "Volt",
|
|
"defaultValue": 0.00,
|
|
"cached": false
|
|
},
|
|
{
|
|
"id": "2a62c222-ad9c-42bc-807a-d4e345d46a76",
|
|
"name": "voltagePhaseC",
|
|
"displayName": "Phase C voltage",
|
|
"displayNameEvent": "Phase C voltage changed",
|
|
"type": "double",
|
|
"unit": "Volt",
|
|
"defaultValue": 0.00,
|
|
"cached": false
|
|
},
|
|
{
|
|
"id": "9bfc98a0-92f7-4b46-b390-72d8da721778",
|
|
"name": "totalEnergyConsumed",
|
|
"displayName": "Total consumed energy",
|
|
"type": "double",
|
|
"unit": "KiloWattHour",
|
|
"defaultValue": 0
|
|
},
|
|
{
|
|
"id": "782e6a0c-62e5-4b36-947c-c66ee1fa1737",
|
|
"name": "totalEnergyProduced",
|
|
"displayName": "Total returned energy",
|
|
"type": "double",
|
|
"unit": "KiloWattHour",
|
|
"defaultValue": 0
|
|
},
|
|
{
|
|
"id": "d526c751-51e0-4c69-a88e-ae33db38b182",
|
|
"name": "temperature",
|
|
"displayName": "Temperature",
|
|
"type": "double",
|
|
"unit": "DegreeCelsius",
|
|
"defaultValue": 0.0,
|
|
"cached": false
|
|
},
|
|
{
|
|
"id": "dda0fdfd-a21d-46ee-85b0-8e9e469af3d3",
|
|
"name": "fanSpeed",
|
|
"displayName": "Fan speed",
|
|
"type": "double",
|
|
"unit": "Rpm",
|
|
"defaultValue": 0,
|
|
"cached": false
|
|
}
|
|
],
|
|
"actionTypes": [ ]
|
|
}
|
|
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|
|
|