---
layout: single
title:  "基于腾讯云物联网开发平台的场景联动（智能电灯和光照传感器）"
date:   2021-02-24 00:00:00 +0800
categories: [编程开发, 物联网与边缘]
tags: [NodeMCU, ESP8266, IoT SmartHome]
---

## 产品智能联动配置
### 登录[腾讯云物联网开发平台](https://console.cloud.tencent.com/iotexplorer)控制台

### 智能电灯
![](/images/2021/scene-linkage/smart-light-smart-linkage.png)

### 光照传感器
![](/images/2021/scene-linkage/light-sensor-smart-linkage.png)

## 场景智能联动
### 在微信中打开腾讯连连小程序，通过选择添加智能－自动智能。
![](/images/2021/scene-linkage/tencent-link-append-smart.png)

### 设置条件和任务
![](/images/2021/scene-linkage/tencent-link-setting-light-sensor.png)

![](/images/2021/scene-linkage/tencent-link-append-auto-smart-condition.png)

### 通过光照值设置了两个联动任务
![](/images/2021/scene-linkage/tencent-link-my-smart.png)

## 参考资料
* [腾讯云物联网开发平台入门](https://cloud.tencent.com/product/iotexplorer/getting-started)
