×

创建自己的智能设备

消耗积分:0 | 格式:zip | 大小:0.00 MB | 2023-07-04

YYXIAO

分享资料个

描述

有许多不同的第三方服务,如 IFTTT、Blynk 等,可将您的 DIY 智能设备与 Google 助理集成。

 

注意:您可以在 Raspberry Pi 或 Windows 设备上运行它,事实上可以在任何设备上运行。如果您在 Windows 上执行安装,请不要在命令中使用“sudo”。

  • 转到 Google Developer Console 上的操作。
  • 单击新建项目,输入项目名称,然后单击创建项目。
  • 选择智能家居应用。
  • 在操作控制台的概览屏幕上,选择智能家居。
  • 选择智能家居体验卡,然后您将被引导到您的项目控制台。
  • 从https://nodejs.org/en/download/下载并安装 Node.js。
  • 要安装 firebase CLI,请从终端运行以下 npm 命令:
sudo npm install -g firebase-tools
  • 要验证 CLI 是否已正确安装,请运行:
firebase --version
  • 通过运行以下命令使用您的 Google 帐户授权 Firebase CLI:
firebase login
  • 使用以下命令安装 git 并克隆项目:
sudo apt-get install git   
git clone https://github.com/shivasiddharth/google-actions-smarthome

使用以下命令更改目录:

cd /google-actions-smarthome/smarthome-control/functions/
  • 导航到您的项目 ID 的 Google Cloud Console API 管理器。
  • 启用 HomeGraph API。
  • 导航到 Google Cloud Console API 和服务页面。
  • 选择创建凭据并创建服务帐户密钥。
  • 创建一个新的服务帐户。
  • 使用角色服务帐户 > 服务帐户令牌创建者。
  • 创建帐户并下载 JSON 文件。将其保存在函数文件夹中为 smart-home-key.json
  • 使用以下命令连接到 Firebase:
firebase use <project-id>
  • 使用以下命令部署 Firebase:
sudo npm install   
firebase deploy
  • 在概览 > 构建操作下的操作控制台中,选择添加操作。输入为智能家居意图提供实现的云功能的 URL,然后单击保存。
https://us-central1-.cloudfunctions.net/smarthome
  • 在开发 > 调用选项卡上,为您的操作添加一个显示名称,然后单击保存。此名称将出现在 Google Home 应用中。

要启用帐户链接,请在左侧导航中选择开发 > 帐户链接选项。使用这些帐户关联设置:

Client ID             : ABC123   
Client secret         : DEF456
Authorization URL     : https://us-central1-.cloudfunctions.net/fakeauth  
Token URL             : https://us-central1-.cloudfunctions.net/faketoken
  • 单击保存以保存您的帐户链接配置,然后单击测试以对您的项目启用测试。

链接到 Google 助理

  • 在您的手机上,打开 Google 助理设置。请注意,您应该使用与控制台相同的帐户登录。
  • 导航到 Google 助理 > 设置 > 家庭控制(在助理下)。
  • 选择右下角的加号 (+) 图标。
  • 您应该会看到带有 [test] 前缀和您设置的显示名称的测试应用程序。
  • 选择该项目。然后,Google 助理将通过您的服务进行身份验证并发送 SYNC 请求,要求您的服务为用户提供设备列表。
  • 现在预编程的设备将出现在 Google Home 应用中。

预编程的智能设备

该项目中的代码将创建以下设备:

  • 1 个带亮度、颜色和开/关控制的 RGB 灯。
  • 1 带亮度和开/关控制的普通灯。
  • 1 带速度和开/关控制的风扇(谷歌目前禁用了速度控制特性,因此相应的代码段已被注释掉)。
  • 1 带模式更改和温度控制的恒温器。
  • 1 仅具有温度读数的温度传感器设备。
  • 1 个插头/开关。

添加或修改设备

可以从functions 文件夹中的devices.json添加或修改设备。使用https://jsonlint.com验证 JSON 文件中的设备列表。

笔记

  • 使用 Arduino Json 库版本 5.13.0
  • 从这里使用 Firebase Arduino 库:https ://github.com/FirebaseExtended/firebase-arduino.git
  • index.js 文件中的默认agentUserId设置为123 请将其更改为独特的东西以使用基于 Homegraph 的报告。
  • 使用 esp8266 核心版本 2.5.2

声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

评论(0)
发评论

下载排行榜

全部0条评论

快来发表一下你的评论吧 !

'+ '

'+ '

'+ ''+ '
'+ ''+ ''+ '
'+ ''+ '' ); $.get('/article/vipdownload/aid/'+webid,function(data){ if(data.code ==5){ $(pop_this).attr('href',"/login/index.html"); return false } if(data.code == 2){ //跳转到VIP升级页面 window.location.href="//m.obk20.com/vip/index?aid=" + webid return false } //是会员 if (data.code > 0) { $('body').append(htmlSetNormalDownload); var getWidth=$("#poplayer").width(); $("#poplayer").css("margin-left","-"+getWidth/2+"px"); $('#tips').html(data.msg) $('.download_confirm').click(function(){ $('#dialog').remove(); }) } else { var down_url = $('#vipdownload').attr('data-url'); isBindAnalysisForm(pop_this, down_url, 1) } }); }); //是否开通VIP $.get('/article/vipdownload/aid/'+webid,function(data){ if(data.code == 2 || data.code ==5){ //跳转到VIP升级页面 $('#vipdownload>span').text("开通VIP 免费下载") return false }else{ // 待续费 if(data.code == 3) { vipExpiredInfo.ifVipExpired = true vipExpiredInfo.vipExpiredDate = data.data.endoftime } $('#vipdownload .icon-vip-tips').remove() $('#vipdownload>span').text("VIP免积分下载") } }); }).on("click",".download_cancel",function(){ $('#dialog').remove(); }) var setWeixinShare={};//定义默认的微信分享信息,页面如果要自定义分享,直接更改此变量即可 if(window.navigator.userAgent.toLowerCase().match(/MicroMessenger/i) == 'micromessenger'){ var d={ title:'创建自己的智能设备',//标题 desc:$('[name=description]').attr("content"), //描述 imgUrl:'https://'+location.host+'/static/images/ele-logo.png',// 分享图标,默认是logo link:'',//链接 type:'',// 分享类型,music、video或link,不填默认为link dataUrl:'',//如果type是music或video,则要提供数据链接,默认为空 success:'', // 用户确认分享后执行的回调函数 cancel:''// 用户取消分享后执行的回调函数 } setWeixinShare=$.extend(d,setWeixinShare); $.ajax({ url:"//www.obk20.com/app/wechat/index.php?s=Home/ShareConfig/index", data:"share_url="+encodeURIComponent(location.href)+"&format=jsonp&domain=m", type:'get', dataType:'jsonp', success:function(res){ if(res.status!="successed"){ return false; } $.getScript('https://res.wx.qq.com/open/js/jweixin-1.0.0.js',function(result,status){ if(status!="success"){ return false; } var getWxCfg=res.data; wx.config({ //debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。 appId:getWxCfg.appId, // 必填,公众号的唯一标识 timestamp:getWxCfg.timestamp, // 必填,生成签名的时间戳 nonceStr:getWxCfg.nonceStr, // 必填,生成签名的随机串 signature:getWxCfg.signature,// 必填,签名,见附录1 jsApiList:['onMenuShareTimeline','onMenuShareAppMessage','onMenuShareQQ','onMenuShareWeibo','onMenuShareQZone'] // 必填,需要使用的JS接口列表,所有JS接口列表见附录2 }); wx.ready(function(){ //获取“分享到朋友圈”按钮点击状态及自定义分享内容接口 wx.onMenuShareTimeline({ title: setWeixinShare.title, // 分享标题 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享给朋友”按钮点击状态及自定义分享内容接口 wx.onMenuShareAppMessage({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 type: setWeixinShare.type, // 分享类型,music、video或link,不填默认为link dataUrl: setWeixinShare.dataUrl, // 如果type是music或video,则要提供数据链接,默认为空 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到QQ”按钮点击状态及自定义分享内容接口 wx.onMenuShareQQ({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口 wx.onMenuShareWeibo({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到QQ空间”按钮点击状态及自定义分享内容接口 wx.onMenuShareQZone({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); }); }); } }); } function openX_ad(posterid, htmlid, width, height) { if ($(htmlid).length > 0) { var randomnumber = Math.random(); var now_url = encodeURIComponent(window.location.href); var ga = document.createElement('iframe'); ga.src = 'https://www1.elecfans.com/www/delivery/myafr.php?target=_blank&cb=' + randomnumber + '&zoneid=' + posterid+'&prefer='+now_url; ga.width = width; ga.height = height; ga.frameBorder = 0; ga.scrolling = 'no'; var s = $(htmlid).append(ga); } } openX_ad(828, '#berry-300', 300, 250);