From edaa75f53134ab99d747cf911e3cb0d9afc11f66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Fri, 12 Nov 2021 18:09:55 +0100 Subject: [PATCH] Fix solar edge battery connected state and update names --- sunspec/integrationpluginsunspec.cpp | 3 + sunspec/integrationpluginsunspec.json | 24 +- ...bdec6-cf2c-4a0f-9709-42d951ca2d8b-en_US.ts | 1592 ++++++++++++----- 3 files changed, 1198 insertions(+), 421 deletions(-) diff --git a/sunspec/integrationpluginsunspec.cpp b/sunspec/integrationpluginsunspec.cpp index 904fcf4..4a45689 100644 --- a/sunspec/integrationpluginsunspec.cpp +++ b/sunspec/integrationpluginsunspec.cpp @@ -90,6 +90,7 @@ void IntegrationPluginSunSpec::init() m_connectedStateTypeIds.insert(solarEdgeBatteryThingClassId, solarEdgeBatteryConnectedStateTypeId); m_connectedStateTypeIds.insert(kostalConnectionThingClassId, kostalConnectionConnectedStateTypeId); + // Child things m_connectedStateTypeIds.insert(sunspecStorageThingClassId, sunspecStorageConnectedStateTypeId); m_connectedStateTypeIds.insert(sunspecSinglePhaseInverterThingClassId, sunspecSinglePhaseInverterConnectedStateTypeId); m_connectedStateTypeIds.insert(sunspecSplitPhaseInverterThingClassId, sunspecSplitPhaseInverterConnectedStateTypeId); @@ -97,6 +98,7 @@ void IntegrationPluginSunSpec::init() m_connectedStateTypeIds.insert(sunspecSinglePhaseMeterThingClassId, sunspecSinglePhaseMeterConnectedStateTypeId); m_connectedStateTypeIds.insert(sunspecSplitPhaseMeterThingClassId, sunspecSplitPhaseMeterConnectedStateTypeId); m_connectedStateTypeIds.insert(sunspecThreePhaseMeterThingClassId, sunspecThreePhaseMeterConnectedStateTypeId); + m_connectedStateTypeIds.insert(solarEdgeBatteryThingClassId, solarEdgeBatteryConnectedStateTypeId); // Params for sunspec things m_modelIdParamTypeIds.insert(sunspecSinglePhaseInverterThingClassId, sunspecSinglePhaseInverterThingModelIdParamTypeId); @@ -681,6 +683,7 @@ void IntegrationPluginSunSpec::setupSolarEdgeBattery(ThingSetupInfo *info) connect(battery, &SolarEdgeBattery::initFinished, connection, [=](bool success) { if (!success) { qCWarning(dcSunSpec()) << "Failed to initialize SolarEdge battery data during setup"; + battery->deleteLater(); return info->finish(Thing::ThingErrorHardwareFailure); } diff --git a/sunspec/integrationpluginsunspec.json b/sunspec/integrationpluginsunspec.json index d2996c7..e1d94e6 100644 --- a/sunspec/integrationpluginsunspec.json +++ b/sunspec/integrationpluginsunspec.json @@ -37,11 +37,11 @@ "thingClasses": [ { "name": "sunspecConnection", - "displayName": "SunSpec connection", + "displayName": "SunSpec Generic", "id": "f51853f3-8815-4cf3-b337-45cda1f3e6d5", "createMethods": [ "User", "Discovery" ], "interfaces": ["gateway"], - "providedInterfaces": ["smartmeterproducer", "solarinverter", "energymeter", "energystorage", "battery"], + "providedInterfaces": [ "solarinverter", "energymeter", "energystorage"], "paramTypes": [ { "id": "6be6abc4-e2b2-4687-9343-0e5164ed0ab2", @@ -89,7 +89,7 @@ "displayName": "SunSpec single phase inverter", "id": "c5d5204e-3375-4b92-8128-fab77a671fed", "createMethods": [ "Auto" ], - "interfaces": ["smartmeterproducer", "connectable"], + "interfaces": [ "solarinverter", "connectable" ], "paramTypes": [ { "id": "41715d00-a947-4f43-a475-cea05790e01d", @@ -265,7 +265,7 @@ "displayName": "SunSpec split phase inverter", "id": "61b38f93-d331-42bf-b1ef-d3fb16ad1230", "createMethods": [ "Auto" ], - "interfaces": ["smartmeterproducer", "connectable"], + "interfaces": [ "solarinverter", "connectable" ], "paramTypes": [ { "id": "c42fb50e-210f-4b53-88eb-fa216e15f88f", @@ -471,7 +471,7 @@ "displayName": "SunSpec three phase inverter", "id": "2e4122ea-96a5-415c-b5e2-7d6012265a83", "createMethods": [ "Auto" ], - "interfaces": ["solarinverter", "connectable"], + "interfaces": [ "solarinverter", "connectable" ], "paramTypes": [ { "id": "8d5b2b58-ce46-406d-844e-f53136afcf09", @@ -696,7 +696,7 @@ "displayName": "SunSpec single phase meter", "id": "7ffa43b8-b56f-4435-8509-980e9d81dfa8", "createMethods": [ "Auto" ], - "interfaces": ["energymeter", "connectable"], + "interfaces": [ "energymeter", "connectable" ], "paramTypes": [ { "id": "7d6fcafb-c62e-4a21-aae2-f4041c487149", @@ -817,7 +817,7 @@ "displayName": "SunSpec split phase meter", "id": "b8a18e45-5ff5-4f43-915f-04ee216c809d", "createMethods": [ "Auto" ], - "interfaces": ["energymeter", "connectable"], + "interfaces": [ "energymeter", "connectable" ], "paramTypes": [ { "id": "89aeec6d-abeb-48b5-9594-214ad5db2d03", @@ -1036,7 +1036,7 @@ "displayName": "SunSpec three phase meter", "id": "68f822f9-ff30-4275-b229-39a3674fead7", "createMethods": [ "Auto" ], - "interfaces": ["energymeter", "connectable"], + "interfaces": [ "energymeter", "connectable" ], "paramTypes": [ { "id": "a1960821-155c-4176-86fa-974429039182", @@ -1451,11 +1451,11 @@ "thingClasses": [ { "name": "solarEdgeConnection", - "displayName": "SolarEdge connection", + "displayName": "SolarEdge", "id": "7a92bf65-b443-4491-a012-2bec35eb5bf0", "createMethods": [ "User", "Discovery" ], "interfaces": ["gateway"], - "providedInterfaces": ["smartmeterproducer", "solarinverter", "energymeter", "energystorage", "battery"], + "providedInterfaces": [ "solarinverter", "energymeter", "energystorage" ], "paramTypes": [ { "id": "94f6ba3c-6b8b-47a9-a5cb-73a091ae4cf7", @@ -1682,11 +1682,11 @@ "thingClasses": [ { "name": "kostalConnection", - "displayName": "Kostal SunSpec connection", + "displayName": "Kostal SunSpec", "id": "0cad2dca-66ac-489c-8443-074e32aa27a0", "createMethods": [ "User", "Discovery" ], "interfaces": ["gateway"], - "providedInterfaces": ["solarinverter", "energystorage", "battery"], + "providedInterfaces": ["solarinverter", "energystorage"], "paramTypes": [ { "id": "9fe10047-b2fd-460b-88ad-7f00977efc57", diff --git a/sunspec/translations/cb4bdec6-cf2c-4a0f-9709-42d951ca2d8b-en_US.ts b/sunspec/translations/cb4bdec6-cf2c-4a0f-9709-42d951ca2d8b-en_US.ts index b27ce33..6a0f75e 100644 --- a/sunspec/translations/cb4bdec6-cf2c-4a0f-9709-42d951ca2d8b-en_US.ts +++ b/sunspec/translations/cb4bdec6-cf2c-4a0f-9709-42d951ca2d8b-en_US.ts @@ -3,37 +3,151 @@ IntegrationPluginSunSpec + + + The discovery is not available. + + + + + The SunSpec connection is not connected. + + + + + Single Phase Inverter + + + + + Split Phase Inverter + + - single phase inverter + Three Phase Inverter - - split phase inverter + + Single Phase Meter - - three phase inverter + + Split Phase Meter - - - meter + + Three Phase Meter + + + + + Storage + + + + + The SunSpec discovery finished with errors. Please make sure this is a SunSpec device. + + + + + Ground fault + + + + + DC over voltage + + + + + AC disconnect + + + + + DC disconnect + + + + + Grid disconnect + + + + + Cabinet open + + + + + Manual shutdown + + + + + Over temperature + + + + + Over frequency + + + + + Under frequency + + + + + AC over voltage + + + + + AC under voltage + + + + + Blown string fuse + + + + + Under temperature + + + + + Memory loss + + + + + Hardware test failure + + + + + No error SunSpec - - - - - - + + + + + + AC energy The name of the ParamType (ThingClass: sunspecThreePhaseInverter, EventType: totalEnergyProduced, ID: {d493880d-eb58-4530-8010-8ea4f6d63387}) ---------- @@ -49,9 +163,9 @@ The name of the StateType ({4c0407b3-5cd5-438d-bfa8-9a8d6695b458}) of ThingClass - - - + + + AC energy changed The name of the EventType ({d493880d-eb58-4530-8010-8ea4f6d63387}) of ThingClass sunspecThreePhaseInverter ---------- @@ -61,12 +175,12 @@ The name of the EventType ({4c0407b3-5cd5-438d-bfa8-9a8d6695b458}) of ThingClass - - - - - - + + + + + + AC power The name of the ParamType (ThingClass: sunspecThreePhaseInverter, EventType: currentPower, ID: {14036f44-25fd-4e93-8e8c-c677b06a2c34}) ---------- @@ -82,9 +196,9 @@ The name of the StateType ({f49591d6-d759-4be3-bafc-b6a7a72cf023}) of ThingClass - - - + + + AC power changed The name of the EventType ({14036f44-25fd-4e93-8e8c-c677b06a2c34}) of ThingClass sunspecThreePhaseInverter ---------- @@ -94,42 +208,105 @@ The name of the EventType ({f49591d6-d759-4be3-bafc-b6a7a72cf023}) of ThingClass - - + + + Available energy + The name of the ParamType (ThingClass: solarEdgeBattery, EventType: capacity, ID: {7ac7ccd1-b5d1-488b-a99b-98ef000b7d03}) +---------- +The name of the StateType ({7ac7ccd1-b5d1-488b-a99b-98ef000b7d03}) of ThingClass solarEdgeBattery + + + + + Available energy changed + The name of the EventType ({7ac7ccd1-b5d1-488b-a99b-98ef000b7d03}) of ThingClass solarEdgeBattery + + + + + + Average temperature + The name of the ParamType (ThingClass: solarEdgeBattery, EventType: averageTemperature, ID: {f46298e5-d06c-4ebe-869a-d9feff1a4689}) +---------- +The name of the StateType ({f46298e5-d06c-4ebe-869a-d9feff1a4689}) of ThingClass solarEdgeBattery + + + + + Average temperature changed + The name of the EventType ({f46298e5-d06c-4ebe-869a-d9feff1a4689}) of ThingClass solarEdgeBattery + + + + + + + Battery critical - The name of the ParamType (ThingClass: sunspecStorage, EventType: batteryCritical, ID: {3171a6e0-43a7-4de8-8e20-f748e44af7ac}) + The name of the ParamType (ThingClass: solarEdgeBattery, EventType: batteryCritical, ID: {897616db-e815-4cda-b890-13b37a94ad17}) +---------- +The name of the StateType ({897616db-e815-4cda-b890-13b37a94ad17}) of ThingClass solarEdgeBattery +---------- +The name of the ParamType (ThingClass: sunspecStorage, EventType: batteryCritical, ID: {3171a6e0-43a7-4de8-8e20-f748e44af7ac}) ---------- The name of the StateType ({3171a6e0-43a7-4de8-8e20-f748e44af7ac}) of ThingClass sunspecStorage - + + Battery critical changed - The name of the EventType ({3171a6e0-43a7-4de8-8e20-f748e44af7ac}) of ThingClass sunspecStorage + The name of the EventType ({897616db-e815-4cda-b890-13b37a94ad17}) of ThingClass solarEdgeBattery +---------- +The name of the EventType ({3171a6e0-43a7-4de8-8e20-f748e44af7ac}) of ThingClass sunspecStorage - - + + + + Battery level - The name of the ParamType (ThingClass: sunspecStorage, EventType: batteryLevel, ID: {0bf53f80-97f8-488b-b514-58f9fe08c183}) + The name of the ParamType (ThingClass: solarEdgeBattery, EventType: batteryLevel, ID: {a4b0c8c9-44f0-43e2-ab25-63fdc9772fb8}) +---------- +The name of the StateType ({a4b0c8c9-44f0-43e2-ab25-63fdc9772fb8}) of ThingClass solarEdgeBattery +---------- +The name of the ParamType (ThingClass: sunspecStorage, EventType: batteryLevel, ID: {0bf53f80-97f8-488b-b514-58f9fe08c183}) ---------- The name of the StateType ({0bf53f80-97f8-488b-b514-58f9fe08c183}) of ThingClass sunspecStorage - + + Battery level changed - The name of the EventType ({0bf53f80-97f8-488b-b514-58f9fe08c183}) of ThingClass sunspecStorage + The name of the EventType ({a4b0c8c9-44f0-43e2-ab25-63fdc9772fb8}) of ThingClass solarEdgeBattery +---------- +The name of the EventType ({0bf53f80-97f8-488b-b514-58f9fe08c183}) of ThingClass sunspecStorage - - - - - - + + + Battery status + The name of the ParamType (ThingClass: solarEdgeBattery, EventType: batteryStatus, ID: {9c24b27a-3ea1-4db1-8868-6c999aad0a18}) +---------- +The name of the StateType ({9c24b27a-3ea1-4db1-8868-6c999aad0a18}) of ThingClass solarEdgeBattery + + + + + Battery status changed + The name of the EventType ({9c24b27a-3ea1-4db1-8868-6c999aad0a18}) of ThingClass solarEdgeBattery + + + + + + + + + Cabinet temperature The name of the ParamType (ThingClass: sunspecThreePhaseInverter, EventType: cabinetTemperature, ID: {44b0320f-89a7-4248-bad4-288ef898a5cc}) ---------- @@ -145,9 +322,9 @@ The name of the StateType ({51461bde-1a6b-4aa1-94cc-59829ea0a7c8}) of ThingClass - - - + + + Cabinet temperature changed The name of the EventType ({44b0320f-89a7-4248-bad4-288ef898a5cc}) of ThingClass sunspecThreePhaseInverter ---------- @@ -157,9 +334,9 @@ The name of the EventType ({51461bde-1a6b-4aa1-94cc-59829ea0a7c8}) of ThingClass - - - + + + Charging The name of the ParamType (ThingClass: sunspecStorage, ActionType: enableCharging, ID: {1f530f79-c0d2-466b-90e1-79149e34d92f}) ---------- @@ -169,15 +346,15 @@ The name of the StateType ({1f530f79-c0d2-466b-90e1-79149e34d92f}) of ThingClass - + Charging changed The name of the EventType ({1f530f79-c0d2-466b-90e1-79149e34d92f}) of ThingClass sunspecStorage - - - + + + Charging rate The name of the ParamType (ThingClass: sunspecStorage, ActionType: chargingRate, ID: {7f469bbc-64a5-4045-8d5f-9a1a85039851}) ---------- @@ -187,30 +364,72 @@ The name of the StateType ({7f469bbc-64a5-4045-8d5f-9a1a85039851}) of ThingClass - + Charging rate changed The name of the EventType ({7f469bbc-64a5-4045-8d5f-9a1a85039851}) of ThingClass sunspecStorage - - - - - - - - - - - - - - - - + + + + + Charging state + The name of the ParamType (ThingClass: solarEdgeBattery, EventType: chargingState, ID: {815b0826-c392-4249-a271-19e92ebe46e0}) +---------- +The name of the StateType ({815b0826-c392-4249-a271-19e92ebe46e0}) of ThingClass solarEdgeBattery +---------- +The name of the ParamType (ThingClass: sunspecStorage, EventType: chargingState, ID: {f6178427-8e04-45c7-abec-27d04dd5ff04}) +---------- +The name of the StateType ({f6178427-8e04-45c7-abec-27d04dd5ff04}) of ThingClass sunspecStorage + + + + + + Charging state changed + The name of the EventType ({815b0826-c392-4249-a271-19e92ebe46e0}) of ThingClass solarEdgeBattery +---------- +The name of the EventType ({f6178427-8e04-45c7-abec-27d04dd5ff04}) of ThingClass sunspecStorage + + + + + + + + + + + + + + + + + + + + + + + + + Connected - The name of the ParamType (ThingClass: sunspecStorage, EventType: connected, ID: {25a1fb10-a6b9-4037-b7cf-ad481a65beb4}) + The name of the ParamType (ThingClass: kostalConnection, EventType: connected, ID: {b9c52ae8-cb9b-4742-8e9a-450dce3a009f}) +---------- +The name of the StateType ({b9c52ae8-cb9b-4742-8e9a-450dce3a009f}) of ThingClass kostalConnection +---------- +The name of the ParamType (ThingClass: solarEdgeBattery, EventType: connected, ID: {8addf8aa-f879-4afa-935d-4d2ffa38d05e}) +---------- +The name of the StateType ({8addf8aa-f879-4afa-935d-4d2ffa38d05e}) of ThingClass solarEdgeBattery +---------- +The name of the ParamType (ThingClass: solarEdgeConnection, EventType: connected, ID: {f51d4e5a-24ea-41f9-a453-d2bdd68d804c}) +---------- +The name of the StateType ({f51d4e5a-24ea-41f9-a453-d2bdd68d804c}) of ThingClass solarEdgeConnection +---------- +The name of the ParamType (ThingClass: sunspecStorage, EventType: connected, ID: {25a1fb10-a6b9-4037-b7cf-ad481a65beb4}) ---------- The name of the StateType ({25a1fb10-a6b9-4037-b7cf-ad481a65beb4}) of ThingClass sunspecStorage ---------- @@ -244,16 +463,25 @@ The name of the StateType ({3e767ad0-b4b3-4398-94c1-00579ea09ca8}) of ThingClass - - - - - - - - + + + + + + + + + + + Connected changed - The name of the EventType ({25a1fb10-a6b9-4037-b7cf-ad481a65beb4}) of ThingClass sunspecStorage + The name of the EventType ({b9c52ae8-cb9b-4742-8e9a-450dce3a009f}) of ThingClass kostalConnection +---------- +The name of the EventType ({8addf8aa-f879-4afa-935d-4d2ffa38d05e}) of ThingClass solarEdgeBattery +---------- +The name of the EventType ({f51d4e5a-24ea-41f9-a453-d2bdd68d804c}) of ThingClass solarEdgeConnection +---------- +The name of the EventType ({25a1fb10-a6b9-4037-b7cf-ad481a65beb4}) of ThingClass sunspecStorage ---------- The name of the EventType ({36f861c7-afc1-4725-b41f-67113200d78f}) of ThingClass sunspecThreePhaseMeter ---------- @@ -271,24 +499,198 @@ The name of the EventType ({3e767ad0-b4b3-4398-94c1-00579ea09ca8}) of ThingClass - - - Device model - The name of the ParamType (ThingClass: sunspecConnection, EventType: deviceModel, ID: {58146c26-17d3-458e-a13f-d7f306c20c44}) + + + + + Current power phase A + The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: currentPowerPhaseA, ID: {0e3e8870-3d59-4ee8-b7aa-33bda68b6ae3}) ---------- -The name of the StateType ({58146c26-17d3-458e-a13f-d7f306c20c44}) of ThingClass sunspecConnection +The name of the StateType ({0e3e8870-3d59-4ee8-b7aa-33bda68b6ae3}) of ThingClass sunspecThreePhaseMeter +---------- +The name of the ParamType (ThingClass: sunspecSplitPhaseMeter, EventType: currentPowerPhaseA, ID: {57c0f5ba-a104-424b-b8d4-8bab90acf009}) +---------- +The name of the StateType ({57c0f5ba-a104-424b-b8d4-8bab90acf009}) of ThingClass sunspecSplitPhaseMeter - - Device model changed - The name of the EventType ({58146c26-17d3-458e-a13f-d7f306c20c44}) of ThingClass sunspecConnection + + + Current power phase A changed + The name of the EventType ({0e3e8870-3d59-4ee8-b7aa-33bda68b6ae3}) of ThingClass sunspecThreePhaseMeter +---------- +The name of the EventType ({57c0f5ba-a104-424b-b8d4-8bab90acf009}) of ThingClass sunspecSplitPhaseMeter - - - + + + + + Current power phase B + The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: currentPowerPhaseB, ID: {453d046c-3a66-4590-882c-1283882918fc}) +---------- +The name of the StateType ({453d046c-3a66-4590-882c-1283882918fc}) of ThingClass sunspecThreePhaseMeter +---------- +The name of the ParamType (ThingClass: sunspecSplitPhaseMeter, EventType: currentPowerPhaseB, ID: {456f7cdf-9756-49b8-9084-f212199d4014}) +---------- +The name of the StateType ({456f7cdf-9756-49b8-9084-f212199d4014}) of ThingClass sunspecSplitPhaseMeter + + + + + + Current power phase B changed + The name of the EventType ({453d046c-3a66-4590-882c-1283882918fc}) of ThingClass sunspecThreePhaseMeter +---------- +The name of the EventType ({456f7cdf-9756-49b8-9084-f212199d4014}) of ThingClass sunspecSplitPhaseMeter + + + + + + Current power phase C + The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: currentPowerPhaseC, ID: {ba4e94de-9136-48a7-aad8-3d5cd0e7d968}) +---------- +The name of the StateType ({ba4e94de-9136-48a7-aad8-3d5cd0e7d968}) of ThingClass sunspecThreePhaseMeter + + + + + Current power phase C changed + The name of the EventType ({ba4e94de-9136-48a7-aad8-3d5cd0e7d968}) of ThingClass sunspecThreePhaseMeter + + + + + + + + + + DC current + The name of the ParamType (ThingClass: sunspecThreePhaseInverter, EventType: currentDc, ID: {81a989aa-4104-438e-bfc5-4f44ce5ceeaf}) +---------- +The name of the StateType ({81a989aa-4104-438e-bfc5-4f44ce5ceeaf}) of ThingClass sunspecThreePhaseInverter +---------- +The name of the ParamType (ThingClass: sunspecSplitPhaseInverter, EventType: currentDc, ID: {68e7239f-d7b2-4ab2-9cf3-e769fb5ddfc0}) +---------- +The name of the StateType ({68e7239f-d7b2-4ab2-9cf3-e769fb5ddfc0}) of ThingClass sunspecSplitPhaseInverter +---------- +The name of the ParamType (ThingClass: sunspecSinglePhaseInverter, EventType: currentDc, ID: {79bd1748-b540-467d-b6fa-b0cc56d9775a}) +---------- +The name of the StateType ({79bd1748-b540-467d-b6fa-b0cc56d9775a}) of ThingClass sunspecSinglePhaseInverter + + + + + + + DC current changed + The name of the EventType ({81a989aa-4104-438e-bfc5-4f44ce5ceeaf}) of ThingClass sunspecThreePhaseInverter +---------- +The name of the EventType ({68e7239f-d7b2-4ab2-9cf3-e769fb5ddfc0}) of ThingClass sunspecSplitPhaseInverter +---------- +The name of the EventType ({79bd1748-b540-467d-b6fa-b0cc56d9775a}) of ThingClass sunspecSinglePhaseInverter + + + + + + + + + + DC power + The name of the ParamType (ThingClass: sunspecThreePhaseInverter, EventType: currentPowerDc, ID: {1397d935-1206-4ceb-883d-1fcf41ba6214}) +---------- +The name of the StateType ({1397d935-1206-4ceb-883d-1fcf41ba6214}) of ThingClass sunspecThreePhaseInverter +---------- +The name of the ParamType (ThingClass: sunspecSplitPhaseInverter, EventType: currentPowerDc, ID: {560b5ec8-1b2c-47d3-b55e-40f4d0aebfe0}) +---------- +The name of the StateType ({560b5ec8-1b2c-47d3-b55e-40f4d0aebfe0}) of ThingClass sunspecSplitPhaseInverter +---------- +The name of the ParamType (ThingClass: sunspecSinglePhaseInverter, EventType: currentPowerDc, ID: {852a8c28-b14d-492e-b2b3-f22219f4ed36}) +---------- +The name of the StateType ({852a8c28-b14d-492e-b2b3-f22219f4ed36}) of ThingClass sunspecSinglePhaseInverter + + + + + + + DC power changed + The name of the EventType ({1397d935-1206-4ceb-883d-1fcf41ba6214}) of ThingClass sunspecThreePhaseInverter +---------- +The name of the EventType ({560b5ec8-1b2c-47d3-b55e-40f4d0aebfe0}) of ThingClass sunspecSplitPhaseInverter +---------- +The name of the EventType ({852a8c28-b14d-492e-b2b3-f22219f4ed36}) of ThingClass sunspecSinglePhaseInverter + + + + + + + DC volatage changed + The name of the EventType ({8c1c71c4-28fd-472a-83a6-3e96ab03d677}) of ThingClass sunspecThreePhaseInverter +---------- +The name of the EventType ({d36bcaba-1e77-431e-89dc-af8ac6172d7d}) of ThingClass sunspecSplitPhaseInverter +---------- +The name of the EventType ({157376b8-19ae-415f-b693-cb0a9ba88863}) of ThingClass sunspecSinglePhaseInverter + + + + + + + + + + DC voltage + The name of the ParamType (ThingClass: sunspecThreePhaseInverter, EventType: voltageDc, ID: {8c1c71c4-28fd-472a-83a6-3e96ab03d677}) +---------- +The name of the StateType ({8c1c71c4-28fd-472a-83a6-3e96ab03d677}) of ThingClass sunspecThreePhaseInverter +---------- +The name of the ParamType (ThingClass: sunspecSplitPhaseInverter, EventType: voltageDc, ID: {d36bcaba-1e77-431e-89dc-af8ac6172d7d}) +---------- +The name of the StateType ({d36bcaba-1e77-431e-89dc-af8ac6172d7d}) of ThingClass sunspecSplitPhaseInverter +---------- +The name of the ParamType (ThingClass: sunspecSinglePhaseInverter, EventType: voltageDc, ID: {157376b8-19ae-415f-b693-cb0a9ba88863}) +---------- +The name of the StateType ({157376b8-19ae-415f-b693-cb0a9ba88863}) of ThingClass sunspecSinglePhaseInverter + + + + + + + + + + + + Device model + The name of the ParamType (ThingClass: solarEdgeBattery, Type: thing, ID: {e90a3833-1eb6-43ed-a72a-0cf7cb8015ca}) +---------- +The name of the ParamType (ThingClass: sunspecStorage, Type: thing, ID: {2abf786d-18be-46cb-b4a3-7e0934a4c3fd}) +---------- +The name of the ParamType (ThingClass: sunspecThreePhaseMeter, Type: thing, ID: {00d308dc-e9a3-40e4-acad-3cad2ca3590f}) +---------- +The name of the ParamType (ThingClass: sunspecSplitPhaseMeter, Type: thing, ID: {6bc978cb-a779-4f5f-87a4-3cbbe2a55ca8}) +---------- +The name of the ParamType (ThingClass: sunspecSinglePhaseMeter, Type: thing, ID: {e31333c8-746d-4955-af0a-ae18d7100de7}) +---------- +The name of the ParamType (ThingClass: sunspecThreePhaseInverter, Type: thing, ID: {938b6555-e0af-4222-b85b-90bc1bc78c8f}) +---------- +The name of the ParamType (ThingClass: sunspecSplitPhaseInverter, Type: thing, ID: {d40b1b9d-994d-422c-8a41-b98cf03c1678}) +---------- +The name of the ParamType (ThingClass: sunspecSinglePhaseInverter, Type: thing, ID: {12f1b02c-033d-423f-a217-955ddb995dd5}) + + + + + + Discharging The name of the ParamType (ThingClass: sunspecStorage, ActionType: enableDischarging, ID: {bc99a159-815a-40ab-a6e8-b46f315305f7}) ---------- @@ -298,15 +700,15 @@ The name of the StateType ({bc99a159-815a-40ab-a6e8-b46f315305f7}) of ThingClass - + Discharging changed The name of the EventType ({bc99a159-815a-40ab-a6e8-b46f315305f7}) of ThingClass sunspecStorage - - - + + + Discharging rate The name of the ParamType (ThingClass: sunspecStorage, ActionType: dischargingRate, ID: {6068f030-acce-44a2-b95f-bd00dd5ca760}) ---------- @@ -316,30 +718,156 @@ The name of the StateType ({6068f030-acce-44a2-b95f-bd00dd5ca760}) of ThingClass - + Discharging rate changed The name of the EventType ({6068f030-acce-44a2-b95f-bd00dd5ca760}) of ThingClass sunspecStorage - + Enable charging The name of the ActionType ({1f530f79-c0d2-466b-90e1-79149e34d92f}) of ThingClass sunspecStorage - + Enable discharging The name of the ActionType ({bc99a159-815a-40ab-a6e8-b46f315305f7}) of ThingClass sunspecStorage - - - - - - + + + + + Energy consumed phase A + The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: energyConsumedPhaseA, ID: {cc0fd197-22ed-4461-8bba-47460396798a}) +---------- +The name of the StateType ({cc0fd197-22ed-4461-8bba-47460396798a}) of ThingClass sunspecThreePhaseMeter +---------- +The name of the ParamType (ThingClass: sunspecSplitPhaseMeter, EventType: energyConsumedPhaseA, ID: {481b9895-1c3e-4e74-9418-ee51dae80a63}) +---------- +The name of the StateType ({481b9895-1c3e-4e74-9418-ee51dae80a63}) of ThingClass sunspecSplitPhaseMeter + + + + + + Energy consumed phase A changed + The name of the EventType ({cc0fd197-22ed-4461-8bba-47460396798a}) of ThingClass sunspecThreePhaseMeter +---------- +The name of the EventType ({481b9895-1c3e-4e74-9418-ee51dae80a63}) of ThingClass sunspecSplitPhaseMeter + + + + + + + + Energy consumed phase B + The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: energyConsumedPhaseB, ID: {e928fde3-b35b-4884-9810-1cd083725e1c}) +---------- +The name of the StateType ({e928fde3-b35b-4884-9810-1cd083725e1c}) of ThingClass sunspecThreePhaseMeter +---------- +The name of the ParamType (ThingClass: sunspecSplitPhaseMeter, EventType: energyConsumedPhaseB, ID: {10245c6c-4b0d-44b4-be10-72026b842c86}) +---------- +The name of the StateType ({10245c6c-4b0d-44b4-be10-72026b842c86}) of ThingClass sunspecSplitPhaseMeter + + + + + + Energy consumed phase B changed + The name of the EventType ({e928fde3-b35b-4884-9810-1cd083725e1c}) of ThingClass sunspecThreePhaseMeter +---------- +The name of the EventType ({10245c6c-4b0d-44b4-be10-72026b842c86}) of ThingClass sunspecSplitPhaseMeter + + + + + + Energy consumed phase C + The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: energyConsumedPhaseC, ID: {2a12a991-d6c8-4665-bcc8-ea2685f7f0d4}) +---------- +The name of the StateType ({2a12a991-d6c8-4665-bcc8-ea2685f7f0d4}) of ThingClass sunspecThreePhaseMeter + + + + + Energy consumed phase C changed + The name of the EventType ({2a12a991-d6c8-4665-bcc8-ea2685f7f0d4}) of ThingClass sunspecThreePhaseMeter + + + + + + + + Energy produced phase A + The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: energyProducedPhaseA, ID: {fe7caa7e-cf37-4550-833e-7f9d35001fdd}) +---------- +The name of the StateType ({fe7caa7e-cf37-4550-833e-7f9d35001fdd}) of ThingClass sunspecThreePhaseMeter +---------- +The name of the ParamType (ThingClass: sunspecSplitPhaseMeter, EventType: energyProducedPhaseA, ID: {2dc76576-561c-4bce-8799-fadc55e84aee}) +---------- +The name of the StateType ({2dc76576-561c-4bce-8799-fadc55e84aee}) of ThingClass sunspecSplitPhaseMeter + + + + + + Energy produced phase A changed + The name of the EventType ({fe7caa7e-cf37-4550-833e-7f9d35001fdd}) of ThingClass sunspecThreePhaseMeter +---------- +The name of the EventType ({2dc76576-561c-4bce-8799-fadc55e84aee}) of ThingClass sunspecSplitPhaseMeter + + + + + + + + Energy produced phase B + The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: energyProducedPhaseB, ID: {edbe64a5-121e-4c96-9dc8-bbc2a33dfdb7}) +---------- +The name of the StateType ({edbe64a5-121e-4c96-9dc8-bbc2a33dfdb7}) of ThingClass sunspecThreePhaseMeter +---------- +The name of the ParamType (ThingClass: sunspecSplitPhaseMeter, EventType: energyProducedPhaseB, ID: {b1489efd-ece0-419e-ab1c-d3d25ab6b958}) +---------- +The name of the StateType ({b1489efd-ece0-419e-ab1c-d3d25ab6b958}) of ThingClass sunspecSplitPhaseMeter + + + + + + Energy produced phase B changed + The name of the EventType ({edbe64a5-121e-4c96-9dc8-bbc2a33dfdb7}) of ThingClass sunspecThreePhaseMeter +---------- +The name of the EventType ({b1489efd-ece0-419e-ab1c-d3d25ab6b958}) of ThingClass sunspecSplitPhaseMeter + + + + + + Energy produced phase C + The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: energyProducedPhaseC, ID: {a26790c0-7378-471c-80ba-67021352415d}) +---------- +The name of the StateType ({a26790c0-7378-471c-80ba-67021352415d}) of ThingClass sunspecThreePhaseMeter + + + + + Energy produced phase C changed + The name of the EventType ({a26790c0-7378-471c-80ba-67021352415d}) of ThingClass sunspecThreePhaseMeter + + + + + + + + + Error The name of the ParamType (ThingClass: sunspecThreePhaseInverter, EventType: error, ID: {4479af96-c499-4f15-abd6-4afdb18a9e09}) ---------- @@ -355,9 +883,9 @@ The name of the StateType ({49240259-d82a-4fe6-b3f5-1cd6a67c87a7}) of ThingClass - - - + + + Error changed The name of the EventType ({4479af96-c499-4f15-abd6-4afdb18a9e09}) of ThingClass sunspecThreePhaseInverter ---------- @@ -367,20 +895,20 @@ The name of the EventType ({49240259-d82a-4fe6-b3f5-1cd6a67c87a7}) of ThingClass - - - - - - - - - - + + + + + + + + + + Frequency - The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: frequency, ID: {dfcf52f5-6279-4d25-b7c8-a93b92c39a0c}) + The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: frequency, ID: {66734fc7-b3e4-48d4-8cb7-f0a9f7cef88a}) ---------- -The name of the StateType ({dfcf52f5-6279-4d25-b7c8-a93b92c39a0c}) of ThingClass sunspecThreePhaseMeter +The name of the StateType ({66734fc7-b3e4-48d4-8cb7-f0a9f7cef88a}) of ThingClass sunspecThreePhaseMeter ---------- The name of the ParamType (ThingClass: sunspecSplitPhaseMeter, EventType: frequency, ID: {db977c04-a3e1-436f-a0cd-9ce5b7bc6b89}) ---------- @@ -400,13 +928,13 @@ The name of the StateType ({611df2ce-2b9c-49f3-9fa7-5706776e812c}) of ThingClass - - - - - + + + + + Frequency changed - The name of the EventType ({dfcf52f5-6279-4d25-b7c8-a93b92c39a0c}) of ThingClass sunspecThreePhaseMeter + The name of the EventType ({66734fc7-b3e4-48d4-8cb7-f0a9f7cef88a}) of ThingClass sunspecThreePhaseMeter ---------- The name of the EventType ({db977c04-a3e1-436f-a0cd-9ce5b7bc6b89}) of ThingClass sunspecSplitPhaseMeter ---------- @@ -418,9 +946,9 @@ The name of the EventType ({611df2ce-2b9c-49f3-9fa7-5706776e812c}) of ThingClass - - - + + + Grid charging The name of the ParamType (ThingClass: sunspecStorage, ActionType: gridCharging, ID: {221a2ef6-0a92-4ff0-87fe-7bd920dbec0b}) ---------- @@ -430,20 +958,83 @@ The name of the StateType ({221a2ef6-0a92-4ff0-87fe-7bd920dbec0b}) of ThingClass - + Grid charging changed The name of the EventType ({221a2ef6-0a92-4ff0-87fe-7bd920dbec0b}) of ThingClass sunspecStorage - + + + IP address - The name of the ParamType (ThingClass: sunspecConnection, Type: thing, ID: {6be6abc4-e2b2-4687-9343-0e5164ed0ab2}) + The name of the ParamType (ThingClass: kostalConnection, Type: thing, ID: {9fe10047-b2fd-460b-88ad-7f00977efc57}) +---------- +The name of the ParamType (ThingClass: solarEdgeConnection, Type: thing, ID: {94f6ba3c-6b8b-47a9-a5cb-73a091ae4cf7}) +---------- +The name of the ParamType (ThingClass: sunspecConnection, Type: thing, ID: {6be6abc4-e2b2-4687-9343-0e5164ed0ab2}) - - + + + Instantaneous current + The name of the ParamType (ThingClass: solarEdgeBattery, EventType: instantaneousCurrent, ID: {89f58155-ca0c-48a8-aa7f-6e4d1b1bad36}) +---------- +The name of the StateType ({89f58155-ca0c-48a8-aa7f-6e4d1b1bad36}) of ThingClass solarEdgeBattery + + + + + Instantaneous current changed + The name of the EventType ({89f58155-ca0c-48a8-aa7f-6e4d1b1bad36}) of ThingClass solarEdgeBattery + + + + + + Instantaneous power + The name of the ParamType (ThingClass: solarEdgeBattery, EventType: currentPower, ID: {caccf9fd-0f83-4dd5-ae48-a497f13d2a2e}) +---------- +The name of the StateType ({caccf9fd-0f83-4dd5-ae48-a497f13d2a2e}) of ThingClass solarEdgeBattery + + + + + Instantaneous power changed + The name of the EventType ({caccf9fd-0f83-4dd5-ae48-a497f13d2a2e}) of ThingClass solarEdgeBattery + + + + + + Instantaneous voltage + The name of the ParamType (ThingClass: solarEdgeBattery, EventType: instantaneousVoltage, ID: {9d17defb-fc6e-4c10-af53-14b796222a14}) +---------- +The name of the StateType ({9d17defb-fc6e-4c10-af53-14b796222a14}) of ThingClass solarEdgeBattery + + + + + Instantaneous voltage changed + The name of the EventType ({9d17defb-fc6e-4c10-af53-14b796222a14}) of ThingClass solarEdgeBattery + + + + + KOSTAL Solar Electric + The name of the vendor ({862d1ebf-cb78-4c55-89b2-819fddfd9acd}) + + + + + Kostal SunSpec + The name of the ThingClass ({0cad2dca-66ac-489c-8443-074e32aa27a0}) + + + + + Line frequency The name of the ParamType (ThingClass: sunspecSplitPhaseInverter, EventType: frequency, ID: {874f5e4a-a009-4c28-b211-2af90a24b2ac}) ---------- @@ -451,69 +1042,93 @@ The name of the StateType ({874f5e4a-a009-4c28-b211-2af90a24b2ac}) of ThingClass - + Line frequency changed The name of the EventType ({874f5e4a-a009-4c28-b211-2af90a24b2ac}) of ThingClass sunspecSplitPhaseInverter - - - - - - + + Line to Neutral AC Voltage - The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: lnACVoltage, ID: {bc54ca1e-1476-40eb-9974-9e3c2f893dd8}) + The name of the ParamType (ThingClass: sunspecSplitPhaseMeter, EventType: lnACVoltage, ID: {0ac79508-07c3-4d01-97a3-6edf121bdf32}) ---------- -The name of the StateType ({bc54ca1e-1476-40eb-9974-9e3c2f893dd8}) of ThingClass sunspecThreePhaseMeter ----------- -The name of the ParamType (ThingClass: sunspecSplitPhaseMeter, EventType: lnACVoltage, ID: {0ac79508-07c3-4d01-97a3-6edf121bdf32}) ----------- -The name of the StateType ({0ac79508-07c3-4d01-97a3-6edf121bdf32}) of ThingClass sunspecSplitPhaseMeter ----------- -The name of the ParamType (ThingClass: sunspecSinglePhaseMeter, EventType: lnACVoltage, ID: {408e9c41-cfbf-456b-a9c2-b4adfde4a5b0}) ----------- -The name of the StateType ({408e9c41-cfbf-456b-a9c2-b4adfde4a5b0}) of ThingClass sunspecSinglePhaseMeter +The name of the StateType ({0ac79508-07c3-4d01-97a3-6edf121bdf32}) of ThingClass sunspecSplitPhaseMeter - - - + Line to Neutral AC Voltage changed - The name of the EventType ({bc54ca1e-1476-40eb-9974-9e3c2f893dd8}) of ThingClass sunspecThreePhaseMeter ----------- -The name of the EventType ({0ac79508-07c3-4d01-97a3-6edf121bdf32}) of ThingClass sunspecSplitPhaseMeter ----------- -The name of the EventType ({408e9c41-cfbf-456b-a9c2-b4adfde4a5b0}) of ThingClass sunspecSinglePhaseMeter + The name of the EventType ({0ac79508-07c3-4d01-97a3-6edf121bdf32}) of ThingClass sunspecSplitPhaseMeter - - + + + + MAC address + The name of the ParamType (ThingClass: kostalConnection, Type: thing, ID: {047b048d-2e93-4129-80df-231688436da4}) +---------- +The name of the ParamType (ThingClass: solarEdgeConnection, Type: thing, ID: {bb395c12-54d6-4139-b0a6-e31b28bc4d2e}) +---------- +The name of the ParamType (ThingClass: sunspecConnection, Type: thing, ID: {f65d6c36-1672-44cb-b52a-62d71837ae67}) + + + + + + + + + + + Manufacturer - The name of the ParamType (ThingClass: sunspecConnection, EventType: manufacturer, ID: {04970315-ed3a-45ce-98fc-35ae3c4eb27b}) + The name of the ParamType (ThingClass: solarEdgeBattery, Type: thing, ID: {8a4b19a9-ee14-42aa-9146-fa84e15970ee}) ---------- -The name of the StateType ({04970315-ed3a-45ce-98fc-35ae3c4eb27b}) of ThingClass sunspecConnection +The name of the ParamType (ThingClass: sunspecStorage, Type: thing, ID: {7ee31b97-caec-4cdb-80c9-71e232c5fb22}) +---------- +The name of the ParamType (ThingClass: sunspecThreePhaseMeter, Type: thing, ID: {462552de-af84-4893-9132-81c1adce67ad}) +---------- +The name of the ParamType (ThingClass: sunspecSplitPhaseMeter, Type: thing, ID: {ecbdee01-8be7-42bf-9e1a-a0f700669b09}) +---------- +The name of the ParamType (ThingClass: sunspecSinglePhaseMeter, Type: thing, ID: {811de380-848a-448c-8446-daa0e0fd8e50}) +---------- +The name of the ParamType (ThingClass: sunspecThreePhaseInverter, Type: thing, ID: {640b71ba-2ccd-40d6-bf45-8271a9046f81}) +---------- +The name of the ParamType (ThingClass: sunspecSplitPhaseInverter, Type: thing, ID: {c2c35b68-1c0f-47cc-b09f-49d9cf67c0ff}) +---------- +The name of the ParamType (ThingClass: sunspecSinglePhaseInverter, Type: thing, ID: {5fbb0b62-e0f9-4aee-aba7-fd00ae8b0a5d}) - - Manufacturer changed - The name of the EventType ({04970315-ed3a-45ce-98fc-35ae3c4eb27b}) of ThingClass sunspecConnection + + + Maximum energy + The name of the ParamType (ThingClass: solarEdgeBattery, EventType: maxEnergy, ID: {d8cc799d-9709-4342-8766-52ff5f12aecc}) +---------- +The name of the StateType ({d8cc799d-9709-4342-8766-52ff5f12aecc}) of ThingClass solarEdgeBattery - - - - - - - + + Maximum energy changed + The name of the EventType ({d8cc799d-9709-4342-8766-52ff5f12aecc}) of ThingClass solarEdgeBattery + + + + + + + + + + + Modbus address - The name of the ParamType (ThingClass: sunspecStorage, Type: thing, ID: {3f107844-00c5-4f39-86e5-485b3d1f5c1a}) + The name of the ParamType (ThingClass: solarEdgeBattery, Type: thing, ID: {7413cce6-48c1-4924-89bc-915beed67b57}) +---------- +The name of the ParamType (ThingClass: sunspecStorage, Type: thing, ID: {3f107844-00c5-4f39-86e5-485b3d1f5c1a}) ---------- The name of the ParamType (ThingClass: sunspecThreePhaseMeter, Type: thing, ID: {6d5dbd35-1bf6-46db-bee9-90c679421b89}) ---------- @@ -529,13 +1144,13 @@ The name of the ParamType (ThingClass: sunspecSinglePhaseInverter, Type: thing, - - - - - - - + + + + + + + Model The name of the ParamType (ThingClass: sunspecStorage, Type: thing, ID: {219beb96-b9fe-4dd2-a386-ecfbbab8786d}) ---------- @@ -553,18 +1168,18 @@ The name of the ParamType (ThingClass: sunspecSinglePhaseInverter, Type: thing, - + Number of retries The name of the ParamType (ThingClass: sunSpec, Type: plugin, ID: {9a4bfe01-315f-4ee7-98a9-f16b08ba12ad}) - - - - - - + + + + + + Operating state The name of the ParamType (ThingClass: sunspecThreePhaseInverter, EventType: operatingState, ID: {cebdce98-42d1-4a28-8834-8960efc0e83f}) ---------- @@ -580,9 +1195,9 @@ The name of the StateType ({47543a7f-425f-406b-a458-b79c36b65f6c}) of ThingClass - - - + + + Operating state changed The name of the EventType ({cebdce98-42d1-4a28-8834-8960efc0e83f}) of ThingClass sunspecThreePhaseInverter ---------- @@ -592,26 +1207,26 @@ The name of the EventType ({47543a7f-425f-406b-a458-b79c36b65f6c}) of ThingClass - - - - - - - - - - + + + + + + + + + + Phase A current - The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: phaseACurrent, ID: {da494d99-5de3-4d03-b7dd-33a33db32164}) + The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: currentPhaseA, ID: {46ae5c40-f389-4f7e-a59f-8947d7dc9f3f}) ---------- -The name of the StateType ({da494d99-5de3-4d03-b7dd-33a33db32164}) of ThingClass sunspecThreePhaseMeter +The name of the StateType ({46ae5c40-f389-4f7e-a59f-8947d7dc9f3f}) of ThingClass sunspecThreePhaseMeter ---------- -The name of the ParamType (ThingClass: sunspecSplitPhaseMeter, EventType: phaseACurrent, ID: {e8c0f4bf-a704-46f2-80a0-cf490bd7871b}) +The name of the ParamType (ThingClass: sunspecSplitPhaseMeter, EventType: currentPhaseA, ID: {e8c0f4bf-a704-46f2-80a0-cf490bd7871b}) ---------- The name of the StateType ({e8c0f4bf-a704-46f2-80a0-cf490bd7871b}) of ThingClass sunspecSplitPhaseMeter ---------- -The name of the ParamType (ThingClass: sunspecSinglePhaseMeter, EventType: phaseACurrent, ID: {4a058e36-0b45-4388-9a26-0615f7aafa0d}) +The name of the ParamType (ThingClass: sunspecSinglePhaseMeter, EventType: currentPhaseA, ID: {4a058e36-0b45-4388-9a26-0615f7aafa0d}) ---------- The name of the StateType ({4a058e36-0b45-4388-9a26-0615f7aafa0d}) of ThingClass sunspecSinglePhaseMeter ---------- @@ -625,13 +1240,13 @@ The name of the StateType ({be7b86b4-aeeb-49ba-9b6b-9792dceed6b5}) of ThingClass - - - - - + + + + + Phase A current changed - The name of the EventType ({da494d99-5de3-4d03-b7dd-33a33db32164}) of ThingClass sunspecThreePhaseMeter + The name of the EventType ({46ae5c40-f389-4f7e-a59f-8947d7dc9f3f}) of ThingClass sunspecThreePhaseMeter ---------- The name of the EventType ({e8c0f4bf-a704-46f2-80a0-cf490bd7871b}) of ThingClass sunspecSplitPhaseMeter ---------- @@ -643,48 +1258,57 @@ The name of the EventType ({be7b86b4-aeeb-49ba-9b6b-9792dceed6b5}) of ThingClass - - - - - + + + Phase A volatage changed + The name of the EventType ({4ff342de-f0b7-475a-99e4-3a926326d1b7}) of ThingClass sunspecThreePhaseMeter +---------- +The name of the EventType ({1bd7e53e-abf8-4d62-b87c-2c84c283567b}) of ThingClass sunspecSplitPhaseMeter + + + + + + + + + + Phase A voltage + The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: voltagePhaseA, ID: {4ff342de-f0b7-475a-99e4-3a926326d1b7}) +---------- +The name of the StateType ({4ff342de-f0b7-475a-99e4-3a926326d1b7}) of ThingClass sunspecThreePhaseMeter +---------- +The name of the ParamType (ThingClass: sunspecSplitPhaseMeter, EventType: voltagePhaseA, ID: {1bd7e53e-abf8-4d62-b87c-2c84c283567b}) +---------- +The name of the StateType ({1bd7e53e-abf8-4d62-b87c-2c84c283567b}) of ThingClass sunspecSplitPhaseMeter +---------- +The name of the ParamType (ThingClass: sunspecSinglePhaseMeter, EventType: voltagePhaseA, ID: {5e7a65a5-b740-4395-87fa-ffbe8fe1c823}) +---------- +The name of the StateType ({5e7a65a5-b740-4395-87fa-ffbe8fe1c823}) of ThingClass sunspecSinglePhaseMeter + + + + + Phase A voltage changed + The name of the EventType ({5e7a65a5-b740-4395-87fa-ffbe8fe1c823}) of ThingClass sunspecSinglePhaseMeter + + + + + Phase AN volatage changed - The name of the EventType ({4bd32d91-877a-4821-9db9-5981de20d21d}) of ThingClass sunspecThreePhaseMeter ----------- -The name of the EventType ({1bd7e53e-abf8-4d62-b87c-2c84c283567b}) of ThingClass sunspecSplitPhaseMeter ----------- -The name of the EventType ({8bfb8021-1b2e-4693-984c-0580f5665806}) of ThingClass sunspecSinglePhaseMeter ----------- -The name of the EventType ({f08521aa-9c38-4c31-95e1-acb616f6e9c6}) of ThingClass sunspecThreePhaseInverter + The name of the EventType ({f08521aa-9c38-4c31-95e1-acb616f6e9c6}) of ThingClass sunspecThreePhaseInverter ---------- The name of the EventType ({17c24cfc-cb41-4873-82b4-19a20d6be146}) of ThingClass sunspecSplitPhaseInverter - - - - - - - - - - + + + + Phase AN voltage - The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: phaseANVoltage, ID: {4bd32d91-877a-4821-9db9-5981de20d21d}) ----------- -The name of the StateType ({4bd32d91-877a-4821-9db9-5981de20d21d}) of ThingClass sunspecThreePhaseMeter ----------- -The name of the ParamType (ThingClass: sunspecSplitPhaseMeter, EventType: phaseANVoltage, ID: {1bd7e53e-abf8-4d62-b87c-2c84c283567b}) ----------- -The name of the StateType ({1bd7e53e-abf8-4d62-b87c-2c84c283567b}) of ThingClass sunspecSplitPhaseMeter ----------- -The name of the ParamType (ThingClass: sunspecSinglePhaseMeter, EventType: phaseANVoltage, ID: {8bfb8021-1b2e-4693-984c-0580f5665806}) ----------- -The name of the StateType ({8bfb8021-1b2e-4693-984c-0580f5665806}) of ThingClass sunspecSinglePhaseMeter ----------- -The name of the ParamType (ThingClass: sunspecThreePhaseInverter, EventType: phaseANVoltage, ID: {f08521aa-9c38-4c31-95e1-acb616f6e9c6}) + The name of the ParamType (ThingClass: sunspecThreePhaseInverter, EventType: phaseANVoltage, ID: {f08521aa-9c38-4c31-95e1-acb616f6e9c6}) ---------- The name of the StateType ({f08521aa-9c38-4c31-95e1-acb616f6e9c6}) of ThingClass sunspecThreePhaseInverter ---------- @@ -694,20 +1318,20 @@ The name of the StateType ({17c24cfc-cb41-4873-82b4-19a20d6be146}) of ThingClass - - - - - - - - + + + + + + + + Phase B current - The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: phaseBCurrent, ID: {023b6e5c-be3f-4d8c-adfd-e009c7bebffb}) + The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: currentPhaseB, ID: {efc75436-ac51-4fee-81f1-65a726416980}) ---------- -The name of the StateType ({023b6e5c-be3f-4d8c-adfd-e009c7bebffb}) of ThingClass sunspecThreePhaseMeter +The name of the StateType ({efc75436-ac51-4fee-81f1-65a726416980}) of ThingClass sunspecThreePhaseMeter ---------- -The name of the ParamType (ThingClass: sunspecSplitPhaseMeter, EventType: phaseBCurrent, ID: {4281f6fc-d5a0-4a22-ac61-6bec88efbc80}) +The name of the ParamType (ThingClass: sunspecSplitPhaseMeter, EventType: currentPhaseB, ID: {4281f6fc-d5a0-4a22-ac61-6bec88efbc80}) ---------- The name of the StateType ({4281f6fc-d5a0-4a22-ac61-6bec88efbc80}) of ThingClass sunspecSplitPhaseMeter ---------- @@ -721,12 +1345,12 @@ The name of the StateType ({fc5df18d-cf2f-4944-97b7-e57dabef8778}) of ThingClass - - - - + + + + Phase B current changed - The name of the EventType ({023b6e5c-be3f-4d8c-adfd-e009c7bebffb}) of ThingClass sunspecThreePhaseMeter + The name of the EventType ({efc75436-ac51-4fee-81f1-65a726416980}) of ThingClass sunspecThreePhaseMeter ---------- The name of the EventType ({4281f6fc-d5a0-4a22-ac61-6bec88efbc80}) of ThingClass sunspecSplitPhaseMeter ---------- @@ -736,24 +1360,36 @@ The name of the EventType ({fc5df18d-cf2f-4944-97b7-e57dabef8778}) of ThingClass - - - - - - - - + + + + + Phase B voltage + The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: voltagePhaseB, ID: {cc8434f1-02fe-41ad-bc8a-94e57293f8fc}) +---------- +The name of the StateType ({cc8434f1-02fe-41ad-bc8a-94e57293f8fc}) of ThingClass sunspecThreePhaseMeter +---------- +The name of the ParamType (ThingClass: sunspecSplitPhaseMeter, EventType: voltagePhaseB, ID: {377b5279-ddb6-451d-8377-a9389c749393}) +---------- +The name of the StateType ({377b5279-ddb6-451d-8377-a9389c749393}) of ThingClass sunspecSplitPhaseMeter + + + + + + Phase B voltage changed + The name of the EventType ({cc8434f1-02fe-41ad-bc8a-94e57293f8fc}) of ThingClass sunspecThreePhaseMeter +---------- +The name of the EventType ({377b5279-ddb6-451d-8377-a9389c749393}) of ThingClass sunspecSplitPhaseMeter + + + + + + + Phase BN voltage - The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: phaseBNVoltage, ID: {f090cb78-d7ed-44fd-a5ad-ea9016021c34}) ----------- -The name of the StateType ({f090cb78-d7ed-44fd-a5ad-ea9016021c34}) of ThingClass sunspecThreePhaseMeter ----------- -The name of the ParamType (ThingClass: sunspecSplitPhaseMeter, EventType: phaseBNVoltage, ID: {377b5279-ddb6-451d-8377-a9389c749393}) ----------- -The name of the StateType ({377b5279-ddb6-451d-8377-a9389c749393}) of ThingClass sunspecSplitPhaseMeter ----------- -The name of the ParamType (ThingClass: sunspecThreePhaseInverter, EventType: phaseBNVoltage, ID: {739b8805-d522-4406-bede-d1e4200a3aa9}) + The name of the ParamType (ThingClass: sunspecThreePhaseInverter, EventType: phaseBNVoltage, ID: {739b8805-d522-4406-bede-d1e4200a3aa9}) ---------- The name of the StateType ({739b8805-d522-4406-bede-d1e4200a3aa9}) of ThingClass sunspecThreePhaseInverter ---------- @@ -763,29 +1399,23 @@ The name of the StateType ({f8645ee2-a1e6-4d09-8c20-f6fd02a9e896}) of ThingClass - - - - + + Phase BN voltage changed - The name of the EventType ({f090cb78-d7ed-44fd-a5ad-ea9016021c34}) of ThingClass sunspecThreePhaseMeter ----------- -The name of the EventType ({377b5279-ddb6-451d-8377-a9389c749393}) of ThingClass sunspecSplitPhaseMeter ----------- -The name of the EventType ({739b8805-d522-4406-bede-d1e4200a3aa9}) of ThingClass sunspecThreePhaseInverter + The name of the EventType ({739b8805-d522-4406-bede-d1e4200a3aa9}) of ThingClass sunspecThreePhaseInverter ---------- The name of the EventType ({f8645ee2-a1e6-4d09-8c20-f6fd02a9e896}) of ThingClass sunspecSplitPhaseInverter - - - - + + + + Phase C current - The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: phaseCCurrent, ID: {2676ad36-3d97-4691-8334-e13934cc58d1}) + The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: currentPhaseC, ID: {618cbcc5-2efe-49d2-9c5c-53fb3eaa3a9d}) ---------- -The name of the StateType ({2676ad36-3d97-4691-8334-e13934cc58d1}) of ThingClass sunspecThreePhaseMeter +The name of the StateType ({618cbcc5-2efe-49d2-9c5c-53fb3eaa3a9d}) of ThingClass sunspecThreePhaseMeter ---------- The name of the ParamType (ThingClass: sunspecThreePhaseInverter, EventType: phaseCCurrent, ID: {aa4b4cf5-43d0-4be5-9505-403918b5371d}) ---------- @@ -793,47 +1423,53 @@ The name of the StateType ({aa4b4cf5-43d0-4be5-9505-403918b5371d}) of ThingClass - - + + Phase C current changed - The name of the EventType ({2676ad36-3d97-4691-8334-e13934cc58d1}) of ThingClass sunspecThreePhaseMeter + The name of the EventType ({618cbcc5-2efe-49d2-9c5c-53fb3eaa3a9d}) of ThingClass sunspecThreePhaseMeter ---------- The name of the EventType ({aa4b4cf5-43d0-4be5-9505-403918b5371d}) of ThingClass sunspecThreePhaseInverter - - - - + + + Phase C voltage + The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: voltagePhaseC, ID: {fbd673cf-8891-4aef-b112-2829f5fcfe06}) +---------- +The name of the StateType ({fbd673cf-8891-4aef-b112-2829f5fcfe06}) of ThingClass sunspecThreePhaseMeter + + + + + Phase C voltage changed + The name of the EventType ({fbd673cf-8891-4aef-b112-2829f5fcfe06}) of ThingClass sunspecThreePhaseMeter + + + + + Phase CN voltage - The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: phaseCNVoltage, ID: {fa5aa6f5-e67d-485a-835f-24e49298856c}) ----------- -The name of the StateType ({fa5aa6f5-e67d-485a-835f-24e49298856c}) of ThingClass sunspecThreePhaseMeter ----------- -The name of the ParamType (ThingClass: sunspecThreePhaseInverter, EventType: phaseCNVoltage, ID: {949b797d-5566-4667-8982-e430d23548e2}) + The name of the ParamType (ThingClass: sunspecThreePhaseInverter, EventType: phaseCNVoltage, ID: {949b797d-5566-4667-8982-e430d23548e2}) ---------- The name of the StateType ({949b797d-5566-4667-8982-e430d23548e2}) of ThingClass sunspecThreePhaseInverter - - + Phase CN voltage changed - The name of the EventType ({fa5aa6f5-e67d-485a-835f-24e49298856c}) of ThingClass sunspecThreePhaseMeter ----------- -The name of the EventType ({949b797d-5566-4667-8982-e430d23548e2}) of ThingClass sunspecThreePhaseInverter + The name of the EventType ({949b797d-5566-4667-8982-e430d23548e2}) of ThingClass sunspecThreePhaseInverter - + Phase volatage changed The name of the EventType ({4ca086e9-82b9-461c-b168-1d61b542b884}) of ThingClass sunspecSinglePhaseInverter - - + + Phase voltage The name of the ParamType (ThingClass: sunspecSinglePhaseInverter, EventType: phaseVoltage, ID: {4ca086e9-82b9-461c-b168-1d61b542b884}) ---------- @@ -841,53 +1477,122 @@ The name of the StateType ({4ca086e9-82b9-461c-b168-1d61b542b884}) of ThingClass - + + + Port - The name of the ParamType (ThingClass: sunspecConnection, Type: thing, ID: {1fa4fc9c-f6be-47c7-928a-bcefc1142eec}) - - - - - - Serial number - The name of the ParamType (ThingClass: sunspecConnection, EventType: serialNumber, ID: {6ed498e1-37ca-4bb7-bac7-463509c7784e}) + The name of the ParamType (ThingClass: kostalConnection, Type: thing, ID: {bf87f540-ce2e-4c35-af62-942da7be2f80}) ---------- -The name of the StateType ({6ed498e1-37ca-4bb7-bac7-463509c7784e}) of ThingClass sunspecConnection +The name of the ParamType (ThingClass: solarEdgeConnection, Type: thing, ID: {1bcede48-d167-4ced-8f1b-bea6302dd43f}) +---------- +The name of the ParamType (ThingClass: sunspecConnection, Type: thing, ID: {1fa4fc9c-f6be-47c7-928a-bcefc1142eec}) - - Serial number changed - The name of the EventType ({6ed498e1-37ca-4bb7-bac7-463509c7784e}) of ThingClass sunspecConnection + + + Rated energy + The name of the ParamType (ThingClass: solarEdgeBattery, EventType: ratedEnergy, ID: {f6c6f548-8a12-4a62-a641-08bb003c55fa}) +---------- +The name of the StateType ({f6c6f548-8a12-4a62-a641-08bb003c55fa}) of ThingClass solarEdgeBattery - + + Rated energy changed + The name of the EventType ({f6c6f548-8a12-4a62-a641-08bb003c55fa}) of ThingClass solarEdgeBattery + + + + + + + + + + + + Serial number + The name of the ParamType (ThingClass: solarEdgeBattery, Type: thing, ID: {efd99fe4-3a48-4208-829d-14e062015ee7}) +---------- +The name of the ParamType (ThingClass: sunspecStorage, Type: thing, ID: {5cf43b80-3e65-4f69-8bf5-91810da0ead4}) +---------- +The name of the ParamType (ThingClass: sunspecThreePhaseMeter, Type: thing, ID: {97bbcc98-f4ec-4060-bac2-31b40720862c}) +---------- +The name of the ParamType (ThingClass: sunspecSplitPhaseMeter, Type: thing, ID: {fb7cc04b-91cb-4f3d-a444-201cca57934a}) +---------- +The name of the ParamType (ThingClass: sunspecSinglePhaseMeter, Type: thing, ID: {581fa623-0005-448f-a5b1-8db1043795a3}) +---------- +The name of the ParamType (ThingClass: sunspecThreePhaseInverter, Type: thing, ID: {ee169df5-475c-4dfb-870a-0785899b7dc1}) +---------- +The name of the ParamType (ThingClass: sunspecSplitPhaseInverter, Type: thing, ID: {8afdd256-0393-4610-9477-7c4541c92ffe}) +---------- +The name of the ParamType (ThingClass: sunspecSinglePhaseInverter, Type: thing, ID: {59b85218-f144-4ce8-95f7-19a1dc2e2a8d}) + + + + Set charging rate The name of the ActionType ({7f469bbc-64a5-4045-8d5f-9a1a85039851}) of ThingClass sunspecStorage - + Set discharging rate The name of the ActionType ({6068f030-acce-44a2-b95f-bd00dd5ca760}) of ThingClass sunspecStorage - + Set grid charging The name of the ActionType ({221a2ef6-0a92-4ff0-87fe-7bd920dbec0b}) of ThingClass sunspecStorage - + + + Slave ID - The name of the ParamType (ThingClass: sunspecConnection, Type: thing, ID: {953064e0-4675-4538-a9a2-fa22ce2f347c}) + The name of the ParamType (ThingClass: kostalConnection, Type: thing, ID: {48b133da-cce3-47f3-9c7c-470026af7829}) +---------- +The name of the ParamType (ThingClass: solarEdgeConnection, Type: thing, ID: {b9cc58cf-ad15-447a-a94d-17b9204313bc}) +---------- +The name of the ParamType (ThingClass: sunspecConnection, Type: thing, ID: {953064e0-4675-4538-a9a2-fa22ce2f347c}) - - + + + SolarEdge + The name of the ThingClass ({7a92bf65-b443-4491-a012-2bec35eb5bf0}) +---------- +The name of the vendor ({addd7dd8-13e1-405b-ba61-b2d82eaf0426}) + + + + + SolarEdge battery + The name of the ThingClass ({7900471a-da3f-4f03-98be-3e3d9c841546}) + + + + + + State of health (SOH) + The name of the ParamType (ThingClass: solarEdgeBattery, EventType: stateOfHealth, ID: {24b501db-f301-422d-ad58-f16ca025f6ee}) +---------- +The name of the StateType ({24b501db-f301-422d-ad58-f16ca025f6ee}) of ThingClass solarEdgeBattery + + + + + State of health (SOH) changed + The name of the EventType ({24b501db-f301-422d-ad58-f16ca025f6ee}) of ThingClass solarEdgeBattery + + + + + Status The name of the ParamType (ThingClass: sunspecStorage, EventType: storageStatus, ID: {da2b19c5-0f48-49d1-93f0-abdc0051407d}) ---------- @@ -895,88 +1600,82 @@ The name of the StateType ({da2b19c5-0f48-49d1-93f0-abdc0051407d}) of ThingClass - + Status changed The name of the EventType ({da2b19c5-0f48-49d1-93f0-abdc0051407d}) of ThingClass sunspecStorage - + SunSpec The name of the vendor ({c143a7b4-a16c-4fff-86a3-9ffab3d6841d}) - + + SunSpec Generic + The name of the ThingClass ({f51853f3-8815-4cf3-b337-45cda1f3e6d5}) + + + + SunSpec Storage The name of the ThingClass ({9a643ba8-346c-4127-a2f8-956a7133d75e}) - - SunSpec connection - The name of the ThingClass ({f51853f3-8815-4cf3-b337-45cda1f3e6d5}) - - - - + SunSpec single phase inverter The name of the ThingClass ({c5d5204e-3375-4b92-8128-fab77a671fed}) - + SunSpec single phase meter The name of the ThingClass ({7ffa43b8-b56f-4435-8509-980e9d81dfa8}) - + SunSpec split phase inverter The name of the ThingClass ({61b38f93-d331-42bf-b1ef-d3fb16ad1230}) - + SunSpec split phase meter The name of the ThingClass ({b8a18e45-5ff5-4f43-915f-04ee216c809d}) - + SunSpec three phase inverter The name of the ThingClass ({2e4122ea-96a5-415c-b5e2-7d6012265a83}) - + SunSpec three phase meter The name of the ThingClass ({68f822f9-ff30-4275-b229-39a3674fead7}) - + Timout The name of the ParamType (ThingClass: sunSpec, Type: plugin, ID: {1a8895a0-c746-48af-9307-3a4636f24cc2}) - - - - - - - - - - + + + + + + + + Total AC current - The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: totalCurrent, ID: {7855d176-c6b8-439e-9f12-a71f01c1c7aa}) ----------- -The name of the StateType ({7855d176-c6b8-439e-9f12-a71f01c1c7aa}) of ThingClass sunspecThreePhaseMeter ----------- -The name of the ParamType (ThingClass: sunspecSplitPhaseMeter, EventType: totalCurrent, ID: {e85024af-5376-4ff1-813e-5a56990c11cc}) + The name of the ParamType (ThingClass: sunspecSplitPhaseMeter, EventType: totalCurrent, ID: {e85024af-5376-4ff1-813e-5a56990c11cc}) ---------- The name of the StateType ({e85024af-5376-4ff1-813e-5a56990c11cc}) of ThingClass sunspecSplitPhaseMeter ---------- @@ -994,15 +1693,12 @@ The name of the StateType ({f02d1c99-9b43-45a6-8a06-2ed4d6e5d497}) of ThingClass - - - - - + + + + Total AC current changed - The name of the EventType ({7855d176-c6b8-439e-9f12-a71f01c1c7aa}) of ThingClass sunspecThreePhaseMeter ----------- -The name of the EventType ({e85024af-5376-4ff1-813e-5a56990c11cc}) of ThingClass sunspecSplitPhaseMeter + The name of the EventType ({e85024af-5376-4ff1-813e-5a56990c11cc}) of ThingClass sunspecSplitPhaseMeter ---------- The name of the EventType ({26560dd8-6de4-445e-ba55-391d7241c370}) of ThingClass sunspecThreePhaseInverter ---------- @@ -1012,16 +1708,16 @@ The name of the EventType ({f02d1c99-9b43-45a6-8a06-2ed4d6e5d497}) of ThingClass - - - - - - + + + + + + Total real energy exported - The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: totalEnergyProduced, ID: {73ebf57f-1ad2-4d19-bfd9-9e0a514c1243}) + The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: totalEnergyProduced, ID: {01a69b2c-cc96-4925-9b1c-a2f204ef0837}) ---------- -The name of the StateType ({73ebf57f-1ad2-4d19-bfd9-9e0a514c1243}) of ThingClass sunspecThreePhaseMeter +The name of the StateType ({01a69b2c-cc96-4925-9b1c-a2f204ef0837}) of ThingClass sunspecThreePhaseMeter ---------- The name of the ParamType (ThingClass: sunspecSplitPhaseMeter, EventType: totalEnergyProduced, ID: {8a63bd73-0546-4636-8da2-23238cc06fb2}) ---------- @@ -1033,11 +1729,11 @@ The name of the StateType ({ba275bdf-f418-4ef0-afbe-ac425c6f6783}) of ThingClass - - - + + + Total real energy exported changed - The name of the EventType ({73ebf57f-1ad2-4d19-bfd9-9e0a514c1243}) of ThingClass sunspecThreePhaseMeter + The name of the EventType ({01a69b2c-cc96-4925-9b1c-a2f204ef0837}) of ThingClass sunspecThreePhaseMeter ---------- The name of the EventType ({8a63bd73-0546-4636-8da2-23238cc06fb2}) of ThingClass sunspecSplitPhaseMeter ---------- @@ -1045,16 +1741,16 @@ The name of the EventType ({ba275bdf-f418-4ef0-afbe-ac425c6f6783}) of ThingClass - - - - - - + + + + + + Total real energy imported - The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: totalEnergyConsumed, ID: {63fa4721-1b0a-458c-b66c-17c161107f0d}) + The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: totalEnergyConsumed, ID: {0a98b229-7625-4811-8bf8-ed22be2db3fb}) ---------- -The name of the StateType ({63fa4721-1b0a-458c-b66c-17c161107f0d}) of ThingClass sunspecThreePhaseMeter +The name of the StateType ({0a98b229-7625-4811-8bf8-ed22be2db3fb}) of ThingClass sunspecThreePhaseMeter ---------- The name of the ParamType (ThingClass: sunspecSplitPhaseMeter, EventType: totalEnergyConsumed, ID: {51ffb2ae-3920-40df-8290-bbf5b6e1a68f}) ---------- @@ -1066,11 +1762,11 @@ The name of the StateType ({c51dc6cb-5c05-4078-b11a-26afb2f85541}) of ThingClass - - - + + + Total real energy imported changed - The name of the EventType ({63fa4721-1b0a-458c-b66c-17c161107f0d}) of ThingClass sunspecThreePhaseMeter + The name of the EventType ({0a98b229-7625-4811-8bf8-ed22be2db3fb}) of ThingClass sunspecThreePhaseMeter ---------- The name of the EventType ({51ffb2ae-3920-40df-8290-bbf5b6e1a68f}) of ThingClass sunspecSplitPhaseMeter ---------- @@ -1078,16 +1774,16 @@ The name of the EventType ({c51dc6cb-5c05-4078-b11a-26afb2f85541}) of ThingClass - - - - - - + + + + + + Total real power - The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: currentPower, ID: {c28c642f-46da-44de-ba0d-c4cbfadbf2cd}) + The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: currentPower, ID: {47780b0a-68b7-46c3-bb98-79ec9a57fd69}) ---------- -The name of the StateType ({c28c642f-46da-44de-ba0d-c4cbfadbf2cd}) of ThingClass sunspecThreePhaseMeter +The name of the StateType ({47780b0a-68b7-46c3-bb98-79ec9a57fd69}) of ThingClass sunspecThreePhaseMeter ---------- The name of the ParamType (ThingClass: sunspecSplitPhaseMeter, EventType: currentPower, ID: {ef4bc0f8-f516-49b7-aba8-d5f987485aca}) ---------- @@ -1099,11 +1795,11 @@ The name of the StateType ({93cf8c6a-2620-42ed-9070-e0726d7b1dbc}) of ThingClass - - - + + + Total real power changed - The name of the EventType ({c28c642f-46da-44de-ba0d-c4cbfadbf2cd}) of ThingClass sunspecThreePhaseMeter + The name of the EventType ({47780b0a-68b7-46c3-bb98-79ec9a57fd69}) of ThingClass sunspecThreePhaseMeter ---------- The name of the EventType ({ef4bc0f8-f516-49b7-aba8-d5f987485aca}) of ThingClass sunspecSplitPhaseMeter ---------- @@ -1111,13 +1807,91 @@ The name of the EventType ({93cf8c6a-2620-42ed-9070-e0726d7b1dbc}) of ThingClass - + Update interval The name of the ParamType (ThingClass: sunSpec, Type: plugin, ID: {52da5222-9a94-47a2-9adc-004541d2f5ed}) - + + + + + + + + + + + + + + + + + Version + The name of the ParamType (ThingClass: solarEdgeBattery, EventType: version, ID: {db2e0304-4f0e-461f-8bab-c63fcb5deb1b}) +---------- +The name of the StateType ({db2e0304-4f0e-461f-8bab-c63fcb5deb1b}) of ThingClass solarEdgeBattery +---------- +The name of the ParamType (ThingClass: sunspecStorage, EventType: version, ID: {fca0c151-d8fa-4d6e-a5d7-b3bc965abc09}) +---------- +The name of the StateType ({fca0c151-d8fa-4d6e-a5d7-b3bc965abc09}) of ThingClass sunspecStorage +---------- +The name of the ParamType (ThingClass: sunspecThreePhaseMeter, EventType: version, ID: {3d908dd2-4a93-4b62-8cbb-2fa9ef4d28fa}) +---------- +The name of the StateType ({3d908dd2-4a93-4b62-8cbb-2fa9ef4d28fa}) of ThingClass sunspecThreePhaseMeter +---------- +The name of the ParamType (ThingClass: sunspecSplitPhaseMeter, EventType: version, ID: {85c5087c-77b4-4ac8-bdff-020f6242bd57}) +---------- +The name of the StateType ({85c5087c-77b4-4ac8-bdff-020f6242bd57}) of ThingClass sunspecSplitPhaseMeter +---------- +The name of the ParamType (ThingClass: sunspecSinglePhaseMeter, EventType: version, ID: {94adff6f-f672-4e4e-a72c-cd6cd7e8721a}) +---------- +The name of the StateType ({94adff6f-f672-4e4e-a72c-cd6cd7e8721a}) of ThingClass sunspecSinglePhaseMeter +---------- +The name of the ParamType (ThingClass: sunspecThreePhaseInverter, EventType: version, ID: {3b543b60-d8f6-4bc0-a79f-cb9cb20e4bb8}) +---------- +The name of the StateType ({3b543b60-d8f6-4bc0-a79f-cb9cb20e4bb8}) of ThingClass sunspecThreePhaseInverter +---------- +The name of the ParamType (ThingClass: sunspecSplitPhaseInverter, EventType: version, ID: {2986cac4-f4ac-4299-ac9e-48339e2a54ef}) +---------- +The name of the StateType ({2986cac4-f4ac-4299-ac9e-48339e2a54ef}) of ThingClass sunspecSplitPhaseInverter +---------- +The name of the ParamType (ThingClass: sunspecSinglePhaseInverter, EventType: version, ID: {f4439de3-a461-42d6-b4c9-aa35f696a420}) +---------- +The name of the StateType ({f4439de3-a461-42d6-b4c9-aa35f696a420}) of ThingClass sunspecSinglePhaseInverter + + + + + + + + + + + + Version changed + The name of the EventType ({db2e0304-4f0e-461f-8bab-c63fcb5deb1b}) of ThingClass solarEdgeBattery +---------- +The name of the EventType ({fca0c151-d8fa-4d6e-a5d7-b3bc965abc09}) of ThingClass sunspecStorage +---------- +The name of the EventType ({3d908dd2-4a93-4b62-8cbb-2fa9ef4d28fa}) of ThingClass sunspecThreePhaseMeter +---------- +The name of the EventType ({85c5087c-77b4-4ac8-bdff-020f6242bd57}) of ThingClass sunspecSplitPhaseMeter +---------- +The name of the EventType ({94adff6f-f672-4e4e-a72c-cd6cd7e8721a}) of ThingClass sunspecSinglePhaseMeter +---------- +The name of the EventType ({3b543b60-d8f6-4bc0-a79f-cb9cb20e4bb8}) of ThingClass sunspecThreePhaseInverter +---------- +The name of the EventType ({2986cac4-f4ac-4299-ac9e-48339e2a54ef}) of ThingClass sunspecSplitPhaseInverter +---------- +The name of the EventType ({f4439de3-a461-42d6-b4c9-aa35f696a420}) of ThingClass sunspecSinglePhaseInverter + + + + sunspec The name of the plugin SunSpec ({cb4bdec6-cf2c-4a0f-9709-42d951ca2d8b})