-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog-kasa-KP115.html
executable file
·236 lines (202 loc) · 11.2 KB
/
blog-kasa-KP115.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="keywords" content="Watt, Kasa Smart, Tapo, TP-Link, TPLink, HS110, HS100, P100, iOS, Mobile">
<meta name="author" content="Watt">
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Site title -->
<meta name="msvalidate.01" content="0D1466EE584436563A24771316B08466" />
<title>New TP-Link Kasa KP115 to replace the HS110</title>
<meta name="description" content="Kasa Smart recently added a new smart plug to its portfolio with Energy Monitoring. KP115 will replace the old HS110, this new socket has a more modern look and slimmer design.">
<!-- Favicons AND TOUCH ICONS -->
<link rel="icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="images/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<!-- Font-awesome and Custom Google Web Font -->
<link href="font-awesome/css/all.css" rel="stylesheet">
<link href="css/et-line.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Roboto:100,300,400' rel='stylesheet' type='text/css'>
<!-- CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/allinone_carousel.css" rel="stylesheet" type="text/css">
<!-- social share -->
<link rel="stylesheet" type="text/css" href="css/jssocials.css" />
<link rel="stylesheet" type="text/css" href="css/jssocials-theme-plain.css" />
<!-- theme style -->
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/screen_blog.css">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<script src="js/modernizr.custom.min.js"></script>
<!-- Style Switch -->
<!--<link rel="stylesheet" type="text/css" href="css/colors/green.css" title="green" media="screen" />-->
<link rel="stylesheet" type="text/css" href="css/colors/blue.css" title="blue" media="screen" />
<script src="https://www.gstatic.com/firebasejs/7.8.0/firebase-app.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="https://www.gstatic.com/firebasejs/7.8.0/firebase-analytics.js"></script>
<script>
// Your web app's Firebase configuration
var firebaseConfig = {
apiKey: "AIzaSyBQkLbLV75sHNV8UkWn--2Ae28bywtACKI",
authDomain: "sitewattapp.firebaseapp.com",
databaseURL: "https://sitewattapp.firebaseio.com",
projectId: "sitewattapp",
storageBucket: "sitewattapp.appspot.com",
messagingSenderId: "650382705153",
appId: "1:650382705153:web:2ad9e7f46f3b0953b7b600",
measurementId: "G-2F05Y6JCPQ"
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
firebase.analytics();
</script>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-custom">
<!-- preloader -->
<div class="preloader">
<div class="status">
<img src="images/logo.png" alt="loading..."/>
</div>
</div>
<!-- Header -->
<header>
<nav class="navbar navbar-custom navbar-top navbar-fixed-top sticky-navigation" >
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<!-- LOGO -->
<a class="navbar-brand nav-logo page-scroll" href="#page-top">
<img src="images/logo.png" alt="Watt Logo"/>
</a>
</div>
<!-- NAVIGATION LINKS -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<li class="active"><a class="page-scroll" target="_self" href="index.html">Home</a></li>
<li><a class="page-scroll" target="_self" href="blog.html">BLOG</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container -->
</nav>
</header><!-- Header end -->
<section id="features" class="section">
<div class="container">
<div class="row">
<article>
<h1>New TP-Link Kasa KP115 to replace the HS110</h1>
</br></br>
<div class="excerpt">
<p>
What do you expect from the new smart plug!
</p>
</div>
</br>
<img class="img-responsive" src="blog-img/kp115_uk_front.png" alt="KP115 Smart Plug" />
<!--more-->
<p>
I am excited to inform that the TP-Link Kasa KP-115 is compatible with Watt.
</p>
<p>
Kasa Smart recently added a new smart plug to its portfolio with Energy Monitoring. KP115 will replace the old HS110, this new socket has a more modern look and slimmer design.
</p>
<p>
Let's compare the <b>HS110 vs KP115</b> specifications using UK plug:
</p>
<div class="row space50" align="center">
<div class="col-md-12">
<table class="table-features">
<thead class="table-thead">
<tr>
<th><b>Featured</b></th>
<th align="center"><b> HS110 </b></th>
<th align="center"><b> KP115 </b></th>
</tr>
</thead>
<tbody>
<tr>
<td>Divice</td>
<td align="center"><img class="img-responsive" src="blog-img/hs110_s.png" alt="HS110 Smart Plug" /></td>
<td align="center"><img class="img-responsive" src="blog-img/kp115_uk_front_s.png" alt="KP115 Smart Plug" /></td>
</tr>
<tr>
<td>Dimensions </br>(H x W x D)</td>
<td align="center">3.9 x 2.6 x 3 in. </br>( 100.3 x 66.3 x 77 mm )</td>
<td align="center">2.0 x 2.8 x 1.5 in. </br>( 51.5 x 72.5 x 37.5 mm)</td>
</tr>
<tr>
<td>Maximum Load using</td>
<td align="center">13 A, 2.99 KW for 230 V</td>
<td align="center">13 A, 2.99 KW for 230 V</td>
</tr>
<tr>
<td>Weight</td>
<td align="center">131.8g</td>
<td align="center">90g</td>
</tr>
<tr>
<td>Material</td>
<td align="center">PC</td>
<td align="center">UL 94-V0 Flame Retardant PC</td>
</tr>
</tbody>
</table>
</div><!-- col-md-12 end -->
</div><!-- row end -->
<p>
If you are thinking about buying a new smart plug, this one can be an interesting option and you can then take full advantage of Watt!</br>
Currently the KP115 is already being sold in the US and Australia markets.
</p>
<p>
Watt is currently compatible with the following smart plugs with energy monitoring:</br>
- HS110</br>
- HS300</br>
- KP115
</p>
<p>Download app TODAY and enjoy KP115 on the Watt app for Free!</p>
<div class="downloads space10">
<a href="https://apps.apple.com/us/app/watt-for-smart-devices/id1465004830"><img src="images/downloads/apple.png" alt="App Store Download" /></a>
</div><!-- downloads end -->
</br>
</article>
</div><!-- row end -->
</div><!-- container end -->
</section><!-- #app-brief2 section end -->
<footer>
<div class="container">
<div class="col-md-12">
<a href="#page-top" class="page-scroll"><img src="images/footer-logo.png" alt="Watt mini logo"/></a>
<div class="space50"></div>
<hr>
<p><h6 style="color: #fff;">Watt for Smart Devices</h6></p>
</div><!-- col-md-12 end -->
</div><!-- container end -->
</footer>
<!-- javascript Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="js/jquery-1.11.3.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.appear.js"></script>
<script src="js/jquery.inview.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
<script src="js/jquery.ui.touch-punch.min.js" type="text/javascript"></script>
<script src="js/allinone_carousel.js" type="text/javascript"></script>
<script src="js/wow.min.js"></script>
<script src="js/pace.min.js" type="text/javascript"></script>
<script src="js/jquery.placeholder.min.js" type="text/javascript"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jssocials.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>