+
+ Try to add a widget on the home
+
+
+
+
+
\ No newline at end of file
diff --git a/Samsung/HomeMonitor/launch.ps1 b/Samsung/HomeMonitor/launch.ps1
new file mode 100644
index 0000000..18a7903
--- /dev/null
+++ b/Samsung/HomeMonitor/launch.ps1
@@ -0,0 +1,4 @@
+$sdb = 'C:\tizen-studio\tools\sdb'
+
+& $sdb install .buildResult/HomeMonitor.wgt
+& $sdb shell "app_launcher -s M5aPw28OEp.HomeMonitor.Power"
\ No newline at end of file
diff --git a/Samsung/HomeMonitor/widget/Power/css/style.css b/Samsung/HomeMonitor/widget/Power/css/style.css
new file mode 100644
index 0000000..2a580c0
--- /dev/null
+++ b/Samsung/HomeMonitor/widget/Power/css/style.css
@@ -0,0 +1,41 @@
+html,
+body {
+ width: 100%;
+ height: 100%;
+ margin: 0;
+ padding: 0;
+ background-color: #000;
+ color: #fff;
+ position: relative;
+ margin-top: 55px;
+}
+
+.row {
+ text-align: center;
+ height: 80px;
+}
+
+.image {
+ display: inline-block;
+ vertical-align: middle;
+ height: 80px;
+}
+
+.text {
+ font-size: 40px;
+ display: inline-block;
+ vertical-align: middle;
+ height: 80px;
+}
+
+#consumption-value {
+ padding-left: 4px;
+ position: relative;
+ top: 4px;
+}
+
+#generation-value {
+ padding-left: 14px;
+ position: relative;
+ top: 2px;
+}
diff --git a/Samsung/HomeMonitor/widget/Power/images/power.png b/Samsung/HomeMonitor/widget/Power/images/power.png
new file mode 100644
index 0000000..098ac48
Binary files /dev/null and b/Samsung/HomeMonitor/widget/Power/images/power.png differ
diff --git a/Samsung/HomeMonitor/widget/Power/images/sun.png b/Samsung/HomeMonitor/widget/Power/images/sun.png
new file mode 100644
index 0000000..ceafd33
Binary files /dev/null and b/Samsung/HomeMonitor/widget/Power/images/sun.png differ
diff --git a/Samsung/HomeMonitor/widget/Power/index.html b/Samsung/HomeMonitor/widget/Power/index.html
new file mode 100644
index 0000000..5433a06
--- /dev/null
+++ b/Samsung/HomeMonitor/widget/Power/index.html
@@ -0,0 +1,29 @@
+
+
+
+
+