-
Notifications
You must be signed in to change notification settings - Fork 0
/
lan.html
400 lines (379 loc) · 13.6 KB
/
lan.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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
<!DOCTYPE HTML>
<!--
Helios by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Z2M zigbee网关</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" type="text/css" href="assets/css1/page.css">
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="SHORTCUT ICON" href="images/favicon.ico">
<!-- 加入百度统计 -->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?cc22fd91218fb6aa981122d2f6dcb1e4";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body class="left-sidebar is-preload">
<div id="page-wrapper">
<!-- Header -->
<div id="header">
<!-- Inner -->
<div class="inner">
<header>
<h1><a href="index.html" id="logo">Zigbee网关</a></h1>
</header>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">主页</a></li>
<li>
<a href="product.html">产品</a>
<ul>
<li><a href="#">CC2652P zigbee wifi 网关</a></li>
<li><a href="#">CC2538 zigbee wifi 网关</a></li>
<li><a href="#">CC2530 V9 2合一网关</a></li>
<li>
<a href="#">Zigbee USB网关 …</a>
<ul>
<li><a href="#">CC2652P USB网关</a></li>
<li><a href="#">CC2538 USB网关</a></li>
<li><a href="#">CC2531 USB网关</a></li>
<li><a href="#">CC2530 USB网关</a></li>
</ul>
</li>
<li><a href="#">其他产品</a></li>
</ul>
</li>
<li><a href="left-sidebar.html">相关教程</a></li>
<li><a href="project.html">相关案例</a></li>
<li><a href="msg.html">常见问题</a></li>
<li><a href="right-sidebar.html">支持设备</a></li>
<li><a href="no-sidebar.html">联系我们</a></li>
</ul>
</nav>
</div>
<!-- Main -->
<div class="wrapper style1">
<div class="container">
<div class="row gtr-200">
<div class="col-4 col-12-mobile" id="sidebar">
<hr class="first" />
<section>
<header>
<h3><a href="#">公众号二维码</a></h3>
</header>
<p>
<a href="#" class="image fit"><img src="images/xgg.jpg" alt="" /></a>
</p>
<footer>
<a href="https://mp.weixin.qq.com/s/0sqFfq26U-xeDL50eghTJA" class="button">了解更多</a>
</footer>
</section>
<hr />
<section>
<header>
<h3><a href="#">zigbee网关教程</a></h3>
</header>
<p>
<a href="https://so.toutiao.com/search?dvpf=pc&source=input&keyword=小刚哥爱智能">相关视频教程.</a>
</p>
<div class="row gtr-50">
<div class="col-4">
<a href="#" class="image fit"><img src="images/usb.jpg" alt="" /></a>
</div>
<div class="col-8">
<h4>zigbee USB网关系列教程</h4>
<p>
<a href="usb.html">CC2652P CC2531等usb网关教程</a>.
</p>
</div>
<div class="col-4">
<a href="#" class="image fit"><img src="images/wifi.jpg" alt="" /></a>
</div>
<div class="col-8">
<h4>zigbee wifi网关系列教程</h4>
<p>
<a href="wifi.html">CC2652P CC2538 CC2530等zigbee wifi 网关教程</a>
</p>
</div>
<div class="col-4">
<a href="#" class="image fit"><img src="images/lan.jpg" alt="" /></a>
</div>
<div class="col-8">
<h4>zigbee有线网关教程</h4>
<p>
<a href="lan.html">EFR32 有线zigbee网关.</a>
</p>
</div>
<div class="col-4">
<a href="#" class="image fit"><img src="images/z2m.jpg" alt="" /></a>
</div>
<div class="col-8">
<h4>zigbee2mqtt安装教程</h4>
<p>
<a href="z2m.html">各种系统安装zigbee2mqtt及使用教程.</a>
</p>
</div>
<div class="col-4">
<a href="#" class="image fit"><img src="images/zha.jpg" alt="" /></a>
</div>
<div class="col-8">
<h4>ZHA使用教程</h4>
<p>
<a href="zha.html">各种网关ZHA使用以及安装方法.</a>
</p>
</div>
<div class="col-4">
<a href="#" class="image fit"><img src="images/add.jpg" alt="" /></a>
</div>
<div class="col-8">
<h4>更多教程</h4>
<p>
<a href="other.html">更多扩展玩法以及子设备连接方法.</a>
</p>
</div>
</div>
<footer>
<a href="https://mp.weixin.qq.com/s/0sqFfq26U-xeDL50eghTJA" class="button">更多最新教程</a>
</footer>
</section>
</div>
<div class="col-8 col-12-mobile imp-mobile" id="content">
<article id="main">
<header>
<h2><a href="#">各种DIY教程</a></h2>
<p>
<a href="https://so.toutiao.com/search?dvpf=pc&source=input&keyword=小刚哥爱智能">相关视频教程.</a>
</p>
</header>
<div class="col-8">
<p>
<a href="https://mp.weixin.qq.com/s/m3eG7cgmk_AM-XldjUwLjQ">1. 玩zigbee2mqtt 网关不得不了解的那些事,建议初次入手的一定要看完</a>
</p>
</div>
<div class="col-8">
<p>
<a href="https://mp.weixin.qq.com/s/cZYGqnKmXTbHMVoXViPQMw">2. Zigbee efr32 有线网关接入ZHA手把手教程增加对zigbee2mqtt的支持(小白版)</a>
</p>
</div>
<div class="col-8">
<p>
<a href="https://mp.weixin.qq.com/s/h1b6SIlQEpyigMZ-l5-vkA">3. Zigbee efr32 V10版二合一有线网关教程(适合开发者)</a>
</p>
</div>
<div class="col-8">
<p>
<a href="https://mp.weixin.qq.com/s/3LNJkOsLrg7r--o8kAmqUg">4. Zigbee efr32 有线网关接入HASS中的ZHA或者zigbee2mqtt,实现设备控制详细教程(来自群305787827网友PASSION)</a>
</p>
</div>
</article>
</div>
</div>
<div class="space_hx"> </div>
<div class="pages">
<a href="">首页</a>
<a href="">上一页</a>
<a href="" class="now">1</a>
<a href="">2</a>
<a href="">3</a>
<a href="">4</a>
<a href="">5</a>
<a href="">6</a>
<a href="">7</a>
<a href="">8</a>
<a href="">9</a>
<a href="">10</a>
<a href="">…</a>
<a href="">下一页</a>
<a href="">尾页</a>
</div>
<hr />
<div class="row">
<article class="col-4 col-12-mobile special">
<a href="#" class="image featured"><img src="images/cc2652P-Z2M.jpg" alt="" /></a>
<header>
<h3><a href="#">CC2652P</a></h3>
</header>
<p>
ti新一代zigbee最强芯片,支持200子设备的连接,信号的处理能力更快,体验接近物理级
.
</p>
</article>
<article class="col-4 col-12-mobile special">
<a href="#" class="image featured"><img src="images/cc2652P-Z2M.jpg" alt="" /></a>
<header>
<h3><a href="#">CC2538</a></h3>
</header>
<p>
支持200个子设备的连接,同时带cc2592 pa 放大芯片,信号稳定,接收距离远
.
</p>
</article>
<article class="col-4 col-12-mobile special">
<a href="#" class="image featured"><img src="images/cc2652P-Z2M.jpg" alt="" /></a>
<header>
<h3><a href="#">CC2530</a></h3>
</header>
<p>
支持40个子设备的连接,和小米的网关一致,支持zigbee2mqtt和无需zigbee2mqtt两种模式
.
</p>
</article>
</div>
</section>
</div>
<!-- Footer -->
<div id="footer">
<div class="container">
<div class="row">
<!-- Tweets -->
<section class="col-4 col-12-mobile">
<header>
<h2 class="icon brands fa-twitter circled"><span class="label">电话</span></h2>
</header>
<ul class="divided">
<li>
<article class="tweet">
<a href="https://t.me/z2m01">Telegram:https://t.me/z2m01</a>
<span class="timestamp">5 minutes ago</span>
</article>
</li>
<li>
<article class="tweet">
<a href="mailto:[email protected]">服务邮箱:[email protected]</a>
<span class="timestamp">30 minutes ago</span>
</article>
</li>
<li>
<article class="tweet">
<a href="https://www.facebook.com/saimen.yu.9">facebook:Saimen YU.</a>
<span class="timestamp">3 hours ago</span>
</article>
</li>
<li>
<article class="tweet">
联系地址:深圳市南山区粤海街道办.
<span class="timestamp">5 hours ago</span>
</article>
</li>
</ul>
</section>
<!-- Posts -->
<section class="col-4 col-12-mobile">
<header>
<h2 class="icon solid fa-file circled"><span class="label">相关动态</span></h2>
</header>
<ul class="divided">
<li>
<article class="post stub">
<header>
<h3><a href="https://www.zigbee2mqtt.io/information/supported_devices.html">最新支持的设备列表</a></h3>
</header>
<span class="timestamp">3 hours ago</span>
</article>
</li>
<li>
<article class="post stub">
<header>
<h3><a href="right-sidebar.html">zigbee2mqtt安装准备</a></h3>
</header>
<span class="timestamp">6 hours ago</span>
</article>
</li>
<li>
<article class="post stub">
<header>
<h3><a href="left-sidebar.html">zigbee2mqtt CC2652P wifi网关教程</a></h3>
</header>
<span class="timestamp">Yesterday</span>
</article>
</li>
<li>
<article class="post stub">
<header>
<h3><a href="no-sidebar.html">联系我们</a></h3>
</header>
<span class="timestamp">2 days ago</span>
</article>
</li>
</ul>
</section>
<!-- Photos -->
<section class="col-4 col-12-mobile">
<header>
<h2 class="icon solid fa-camera circled"><span class="label">Photos</span></h2>
</header>
<div class="row gtr-25">
<div class="col-6">
<a href="#" class="image fit"><img src="images/pic10.jpg" alt="" /></a>
</div>
<div class="col-6">
<a href="#" class="image fit"><img src="images/pic11.jpg" alt="" /></a>
</div>
<div class="col-6">
<a href="#" class="image fit"><img src="images/pic12.jpg" alt="" /></a>
</div>
<div class="col-6">
<a href="#" class="image fit"><img src="images/pic13.jpg" alt="" /></a>
</div>
<div class="col-6">
<a href="#" class="image fit"><img src="images/pic14.jpg" alt="" /></a>
</div>
<div class="col-6">
<a href="#" class="image fit"><img src="images/pic15.jpg" alt="" /></a>
</div>
</div>
</section>
</div>
<hr />
<div class="row">
<div class="col-12">
<!-- Contact -->
<section class="contact">
<header>
<h3>我也是有底线的</h3>
</header>
<p>已经到底了哦,不要往下滚动了.</p>
<ul class="icons">
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon brands fa-pinterest"><span class="label">Pinterest</span></a></li>
<li><a href="#" class="icon brands fa-dribbble"><span class="label">Dribbble</span></a></li>
<li><a href="#" class="icon brands fa-linkedin-in"><span class="label">Linkedin</span></a></li>
</ul>
</section>
<!-- Copyright -->
<div class="copyright">
<ul class="menu">
<li>© 小刚哥. All rights reserved.</li><li>Design: <a href="http://html5up.net">小刚哥</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>