-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #291 from WillowInc/2023-11-22-solar-sample
Update solar, battery capabilities and example
- Loading branch information
Showing
22 changed files
with
363 additions
and
1 deletion.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
...rgySensor/Electrical/Active/Export/Battery/BatteryExportActiveElectricalEnergySensor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:BatteryExportActiveElectricalEnergySensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Battery Export Active Electrical Energy Sensor" | ||
}, | ||
"description": {"en": "The cummulative active electrical energy being discharged from the battery system."}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:TotalExportActiveElectricalEnergySensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...rgySensor/Electrical/Active/Export/Renewable/SolarExportActiveElectricalEnergySensor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:SolarExportActiveElectricalEnergySensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Solar Export Active Electrical Energy Sensor" | ||
}, | ||
"description": {"en": "The cummulative active electrical energy being generated by solar photovoltaic"}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:RenewableExportActiveElectricalEnergySensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...rgySensor/Electrical/Active/Export/Utility/UtilityExportActiveElectricalEnergySensor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:UtilityExportActiveElectricalEnergySensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Utility Export Active Electrical Energy Sensor" | ||
}, | ||
"description": {"en": "The cummulative active electrical energy being exported from the site when power is being sent to the utility grid (a negative utility import power)."}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:TotalExportActiveElectricalEnergySensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...rgySensor/Electrical/Active/Import/Battery/BatteryImportActiveElectricalEnergySensor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:BatteryImportActiveElectricalEnergySensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Battery Import Active Electrical Energy Sensor" | ||
}, | ||
"description": {"en": "The cummulative active electrical energy being charged by the battery system."}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:TotalImportActiveElectricalEnergySensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...or/EnergySensor/Electrical/Active/Import/Load/LoadImportActiveElectricalEnergySensor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:LoadImportActiveElectricalEnergySensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Load Import Active Electrical Energy Sensor" | ||
}, | ||
"description": {"en": "The active electrical Energy being imported and consumed by the load, typically from an inverter."}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:TotalImportActiveElectricalEnergySensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...rgySensor/Electrical/Active/Import/Renewable/SolarImportActiveElectricalEnergySensor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:SolarImportActiveElectricalEnergySensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Solar Import Active Electrical Energy Sensor" | ||
}, | ||
"description": {"en": "The cummulative active electrical energy being consumed by solar photovoltaic"}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:RenewableImportActiveElectricalEnergySensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...rgySensor/Electrical/Active/Import/Utility/UtilityImportActiveElectricalEnergySensor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:UtilityImportActiveElectricalEnergySensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Utility Import Active Electrical Energy Sensor" | ||
}, | ||
"description": {"en": "The cummulative active electrical energy being consumed by the site when power is being imported from the utility grid."}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:TotalImportActiveElectricalEnergySensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...or/EnergySensor/Electrical/Active/Net/Battery/BatteryNetActiveElectricalEnergySensor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:BatteryNetActiveElectricalEnergySensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Battery Net Active Electrical Energy Sensor" | ||
}, | ||
"description": {"en": "The net active electrical energy being consumed by the battery system which is the difference between import and export."}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:TotalNetActiveElectricalEnergySensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...or/EnergySensor/Electrical/Active/Net/Renewable/SolarNetActiveElectricalEnergySensor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:SolarNetActiveElectricalEnergySensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Solar Net Active Electrical Energy Sensor" | ||
}, | ||
"description": {"en": "The net active electrical energy being consumed by the solar pholtatic which is the difference between the import and export.)"}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:RenewableNetActiveElectricalEnergySensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...or/EnergySensor/Electrical/Active/Net/Utility/UtilityNetActiveElectricalEnergySensor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:UtilityNetActiveElectricalEnergySensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Utility Net Active Electrical Energy Sensor" | ||
}, | ||
"description": {"en": "The net active electrical energy being consumed by the site which is the difference between the Net and export."}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:TotalNetActiveElectricalEnergySensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...owerSensor/Electrical/Active/Export/Battery/BatteryExportActiveElectricalPowerSensor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:BatteryExportActiveElectricalPowerSensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Battery Export Active Electrical Power Sensor" | ||
}, | ||
"description": {"en": "The active electrical power being discharged by a battery system"}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:TotalExportActiveElectricalPowerSensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...owerSensor/Electrical/Active/Export/Renewable/SolarExportActiveElectricalPowerSensor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:SolarExportActiveElectricalPowerSensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Solar Export Active Electrical Power Sensor" | ||
}, | ||
"description": {"en": "The active electrical power being generated by solar photovoltaic"}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:RenewableExportActiveElectricalPowerSensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...nsor/PowerSensor/Electrical/Active/Import/Load/LoadImportActiveElectricalPowerSensor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:LoadImportActiveElectricalPowerSensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Load Import Active Electrical Power Sensor" | ||
}, | ||
"description": {"en": "The active electrical power being imported by the load, typically from an inverter."}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:TotalImportActiveElectricalPowerSensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...owerSensor/Electrical/Active/Import/Utility/UtilityImportActiveElectricalPowerSensor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:UtilityImportActiveElectricalPowerSensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Utility Import Active Electrical Power Sensor" | ||
}, | ||
"description": {"en": "The active electrical power being imported from the utility grid. A positive value indicates net site consumption whereas a negative number indicates net site export."}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:TotalImportActiveElectricalPowerSensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...Sensor/Electrical/Apparent/Export/Battery/BatteryExportApparentElectricalPowerSensor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:BatteryExportApparentElectricalPowerSensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Battery Export Apparent Electrical Power Sensor" | ||
}, | ||
"description": {"en": "The apparent electrical power being discharged by a battery system"}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:TotalExportApparentElectricalPowerSensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...or/Electrical/Apparent/Export/Renewable/RenewableExportApparentElectricalPowerSensor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:RenewableExportApparentElectricalPowerSensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Renewable Export Apparent Electrical Power Sensor" | ||
}, | ||
"description": {"en": "The apparent electrical power feedback from a sensor associated with renewable export"}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:TotalExportApparentElectricalPowerSensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...Sensor/Electrical/Apparent/Export/Renewable/SolarExportApparentElectricalPowerSensor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:SolarExportApparentElectricalPowerSensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Solar Export Apparent Electrical Power Sensor" | ||
}, | ||
"description": {"en": "The apparent electrical power being generated by solar photovoltaic"}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:RenewableExportApparentElectricalPowerSensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...Sensor/Electrical/Reactive/Export/Battery/BatteryExportReactiveElectricalPowerSensor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:BatteryExportReactiveElectricalPowerSensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Battery Export Reactive Electrical Power Sensor" | ||
}, | ||
"description": {"en": "The reactive electrical power being discharged by a battery system"}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:TotalExportReactiveElectricalPowerSensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...or/Electrical/Reactive/Export/Renewable/RenewableExportReactiveElectricalPowerSensor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:RenewableExportReactiveElectricalPowerSensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Renewable Export Reactive Electrical Power Sensor" | ||
}, | ||
"description": {"en": "The reactive electrical power feedback from a sensor associated with renewable export"}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:TotalExportReactiveElectricalPowerSensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...Sensor/Electrical/Reactive/Export/Renewable/SolarExportReactiveElectricalPowerSensor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"@id": "dtmi:com:willowinc:SolarExportReactiveElectricalPowerSensor;1", | ||
"@type": "Interface", | ||
"displayName": { | ||
"en": "Solar Export Reactive Electrical Power Sensor" | ||
}, | ||
"description": {"en": "The reactive electrical power being generated by solar photovoltaic"}, | ||
"extends" : [ | ||
"dtmi:com:willowinc:RenewableExportReactiveElectricalPowerSensor;1" | ||
], | ||
"contents": [ | ||
|
||
], | ||
"@context": [ | ||
"dtmi:dtdl:context;3" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.