如何将Philips Hue活动数据发送到Google表格

时间:2018-10-02 15:25:34

标签: google-sheets philips-hue ifttt

是否有一种简便的方法让我的Philips Hue将其所有活动作为日志导出到Google表格中?我查看了ifttt,但我只能看到根据某些条件激活Hue灯的触发器。有什么简单的方法可以将灯泡开/关时间记录到Google表格中?

1 个答案:

答案 0 :(得分:0)

您将需要创建一个可以执行此操作的脚本。首先,请阅读Philips Hue API,然后阅读Google Script文档。 Philips Hue能够输出到JSON。您可以对脚本进行编程,以检测JSON中的更改并根据更改执行某些操作,在这种情况下,请根据更改创建一个新条目。

色调API

https://developers.meethue.com/documentation/core-concepts

Google脚本

https://developers.google.com/sheets/api/reference/rest/

GS JSON导入

https://medium.com/@paulgambill/how-to-import-json-data-into-google-spreadsheets-in-less-than-5-minutes-a3fede1a014a