-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog-kasa-smart-and-tapo.html
executable file
·274 lines (232 loc) · 13.3 KB
/
blog-kasa-smart-and-tapo.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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!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, tapo vs kasa, difference between tapo and kasa, kasa vs tapo, tp link kasa vs tapo, tapo p100 kasa app, tapo and kasa, does tapo work with kasa">
<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>Tapo and kasa one Single app (Solution) | Watt</title>
<meta name="description" content="Until now, to control these two lines you would need two different apps, which can be a bit annoying, but that has changed with Watt.">
<!-- 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>Tapo and kasa one Single app (Solution)</h1>
</br>
<img class="img-responsive" src="blog-img/all_your_devices.png" alt="All your TP-Link devices in one place" />
</br>
<div class="excerpt">
<p>
Would it be nice to have an app controlling Tapo & Kasa Smart devices?
</p>
</div>
</br>
<!--more-->
<p>TP-Link has two product lines for smart home Kasa Smart and recently Tapo. </br>
Until now, to control these two lines you would need two different apps, which can be a bit annoying, but that has changed with Watt.
</p>
</br>
<h2 id="best-intentions"><span>Solution</span></h2>
<blockquote class="pullquote pullquote-right">
Watt one app both product lines
</blockquote>
<p>Now you can use this app Watt to control both product lines. Having all your TP-Link devices in just one place so you can see the bigger picture.</p>
<p>You will also be able to use <b>Siri</b> to voice control your tapo devices, a feature that doesn't exist in the Tapo app.
<p>The experience of the app was designed based on the users needs. So you can be sure that you will like the app.</p>
<p>Let's compare the 3 apps:</p>
<div class="row space50" align="center">
<div class="col-md-12">
<table class="table-features">
<thead class="table-thead">
<tr>
<th></th>
<th align="center"><b>Kasa</b></th>
<th align="center"><b>Tapo</b></th>
<th align="center"><b>Watt</b></th>
</tr>
</thead>
<tbody>
<tr>
<td>Control Kasa & Tapo Devices</td>
<td align="center"></td>
<td align="center"></td>
<td align="center"><i class="fa fa-check"></i></td>
</tr>
<tr>
<td>Apple Shortcuts </td>
<td align="center"><i class="fa fa-check"></i></td>
<td align="center"></td>
<td align="center"><i class="fa fa-check"></i></td>
</tr>
<tr>
<td>Siri support from the app</td>
<td align="center"></td>
<td align="center"></td>
<td align="center"><i class="fa fa-check"></i></td>
</tr>
<tr>
<td>Night mode (Turn off led)</td>
<td align="center"></td>
<td align="center"><i class="fa fa-check"></i></td>
<td align="center"><i class="fa fa-check"></i></td>
</tr>
<tr>
<td>Charts (Runtime and energy usage)</td>
<td align="center"></td>
<td align="center"></td>
<td align="center">Just Kasa devices</td>
</tr>
<tr>
<td>Live consumption (from all devices)</td>
<td align="center"></td>
<td align="center"></td>
<td align="center"><i class="fa fa-check"></i></td>
</tr>
<tr>
<td>Erase Statistics</td>
<td align="center"></td>
<td align="center"></td>
<td align="center">Just Kasa devices</td>
</tr>
<tr>
<td>Set price for kWh</td>
<td align="center"></td>
<td align="center"></td>
<td align="center"><i class="fa fa-check"></i></td>
</tr>
<tr>
<td>See voltage and Current </td>
<td align="center"></td>
<td align="center"></i></td>
<td align="center">Just Kasa devices</td>
</tr>
<tr>
<td>Price</td>
<td align="center">Free</td>
<td align="center">Free</td>
<td align="center">Free</td>
</tr>
</tbody>
</table>
</div><!-- col-md-12 end -->
</div><!-- row end -->
<p>Download app TODAY and enjoy all your TP-Link devices in one place (this app just works on iOS)</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" /></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>