-
Notifications
You must be signed in to change notification settings - Fork 476
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Battery Storage device type and Solar Power device type
Signed-off-by: s-gatti <s.gatti@samsung.com> Co-authored-by: Hunsup Jung <hunsup.jung@samsung.com>
- Loading branch information
1 parent
83f80b0
commit a3bda79
Showing
35 changed files
with
1,115 additions
and
1,309 deletions.
There are no files selected for viewing
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
31 changes: 31 additions & 0 deletions
31
drivers/SmartThings/matter-evse/profiles/battery-storage.yml
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,31 @@ | ||
name: battery-storage | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: battery | ||
version: 1 | ||
- id: chargingState | ||
version: 1 | ||
- id: powerMeter | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: Battery | ||
- id: importedEnergy | ||
label: Imported Energy | ||
capabilities: | ||
- id: energyMeter | ||
version: 1 | ||
- id: powerConsumptionReport | ||
version: 1 | ||
- id: exportedEnergy | ||
label: Exported Energy | ||
capabilities: | ||
- id: energyMeter | ||
version: 1 | ||
- id: powerConsumptionReport | ||
version: 1 | ||
|
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,18 @@ | ||
name: solar-power | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: energyMeter | ||
version: 1 | ||
- id: powerMeter | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: SolarPanel | ||
- id: exportedEnergy | ||
capabilities: | ||
- id: powerConsumptionReport | ||
version: 1 |
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
80 changes: 0 additions & 80 deletions
80
...ngs/matter-evse/src/ElectricalEnergyMeasurement/server/attributes/AcceptedCommandList.lua
This file was deleted.
Oops, something went wrong.
80 changes: 0 additions & 80 deletions
80
...artThings/matter-evse/src/ElectricalEnergyMeasurement/server/attributes/AttributeList.lua
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.