0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

複数の Nature RemoのセンサーデータをGoogle Spread Sheetにまとめてみる

Last updated at Posted at 2025-04-14

あらまし

Nature Remo 3 を買ったので下記記事を参考にGoogle Spread Sheetに情報蓄積できるようにした。

が、下記2点を直したかったので更新した。

  • 複数のデバイスの情報を一度のリクエストで蓄積したい
  • Nature Remo mini 等の温度センサーしかないデバイスも使いたい

リポジトリ

使い方

基本的にはtobi50さんの記事通り。
一箇所だけ

// First, Exec this script to create new device sheet. Check new device sheet, and Set your device id.
var REMO_TARGET_DEVICE_IDS = [
  'YourDeviceId1',
  'YourDeviceId2',
]

のところにはデイバスIDのリストを入れてください。

謝辞

tobi50さん、素晴らしいスクリプトをありがとうございます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?