RaspberryPiのPythonで観測データをAmbientに送信する

PythonにAmbientライブラリを追加する

$ sudo pip install git+https://github.com/AmbientDataInc/ambient-python-lib.git

コード

import ambient

# Ambientのアカウント設定
ambi = ambient.Ambient(チャンネルID, "ライトキー")

# Ambientに送信
r = ambi.send({"d1": T, "d2": H, "d3": P})

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS