-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
niwla23
committed
Jun 24, 2022
1 parent
84cff29
commit d574b6c
Showing
11 changed files
with
140 additions
and
63 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +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
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
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
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
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
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,80 @@ | ||
{ | ||
"pages": [ | ||
{ | ||
"name": "energy", | ||
"refresh": 5, | ||
"rows": 3, | ||
"columns": 3, | ||
"background_color": "#fff", | ||
"background_image": "", | ||
"box_color": "#007bff", | ||
"border_color": "", | ||
"active_color": "rgba(255,150,25,0.9)", | ||
"border_width": "0.1rem", | ||
"items": [ | ||
{ | ||
"label": "Produktion", | ||
"item_name": "E3DC_PV", | ||
"suffix": "W" | ||
}, | ||
{ | ||
"label": "Verbrauch", | ||
"item_name": "E3DC_Haus", | ||
"suffix": "W" | ||
}, | ||
{ | ||
"label": "Akkuladeleistung", | ||
"item_name": "E3DC_Battery", | ||
"suffix": "W" | ||
}, | ||
{ | ||
"label": "Netz", | ||
"item_name": "E3DC_Netz", | ||
"suffix": "W" | ||
}, | ||
{ | ||
"label": "Akkustand", | ||
"item_name": "E3DC_SOC", | ||
"suffix": "%" | ||
}, | ||
{ | ||
"label": "Autarkie", | ||
"item_name": "E3DC_Autarkie", | ||
"suffix": "%" | ||
}, | ||
{ | ||
"label": "Eigenstrom", | ||
"item_name": "E3DC_Eigen", | ||
"suffix": "%" | ||
}, | ||
{ | ||
"label": "Tor Zeitsteuerung", | ||
"item_name": "gate_schedule_active", | ||
"suffix": null | ||
}, | ||
{ | ||
"label": "Tor", | ||
"item_name": "gate", | ||
"suffix": "%" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "sirens", | ||
"refresh": 5, | ||
"columns": 2, | ||
"background_color": "#000", | ||
"background_image": "https://cdn.pixabay.com/photo/2016/03/23/12/53/clock-1274699_960_720.jpg", | ||
"border_color": "rgba(255,150,25,0.9)", | ||
"active_color": "rgba(255,150,25,0.9)", | ||
"border_width": "0.1rem", | ||
"box_color": "rgba(255,0,0,0.3)", | ||
"items": [ | ||
{ | ||
"label": "Olli Sirene", | ||
"item_name": "olli_siren" | ||
} | ||
] | ||
} | ||
] | ||
} |
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,15 @@ | ||
.smartdashboard-bg { | ||
background-color: rgb(29, 29, 29); | ||
gap: 2rem; | ||
padding: 2rem; | ||
} | ||
|
||
.smartdashboard-box { | ||
background-color: rgb(44, 44, 44); | ||
box-shadow: 0px 0px 26px -3px rgba(0, 0, 0, 0.5); | ||
-webkit-box-shadow: 0px 0px 26px -3px rgba(0, 0, 0, 0.5); | ||
} | ||
|
||
.smartdashboard-box-active { | ||
background-color: rgb(255, 166, 0); | ||
} |
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,13 @@ | ||
.smartdashboard-bg { | ||
background-color: rgb(243, 243, 243); | ||
gap: 2rem; | ||
padding: 2rem; | ||
} | ||
|
||
.smartdashboard-box { | ||
background-color: rgb(83, 64, 255); | ||
} | ||
|
||
.smartdashboard-box-active { | ||
background-color: rgb(255, 166, 0); | ||
} |
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
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