1

Xively REST API を使用して、さまざまなフィード期間をカバーするグラフを指す URL を取得しています - https://xively.com/dev/docs/api/data/read/single_datastream/。フィードは温度と時間を記録します。

日次、週次、年次レポートのグラフを正常に取得できます。

毎日の URL
https://api.xively.com/v2/feeds/517809771/datastreams/Temperature.png?l=degrees%20celcius&b=true&g=true&start=2014-01-19T22:56:53+00:00&duration=1day

週間 URL
https://api.xively.com/v2/feeds/517809771/datastreams/Temperature.png?l=degrees%20celcius&b=true&g=true&start=2014-01-13T22:56:53+00:00&duration=7days

年間 URL
https://api.xively.com/v2/feeds/517809771/datastreams/Temperature.png?l=degrees%20celcius&b=true&g=true&start=2013-01-20T22:56:53+00:00&end=2014- 01-20T22:56:53+00:00

ただし、月次レポートのグラフは、時間 (x) 軸で 1970 年以降の秒数を使用しているようです。

月間 URL
https://api.xively.com/v2/feeds/517809771/datastreams/Temperature.png?l=degrees%20celcius&b=true&g=true&start=2013-12-20T22:56:53+00:00&end=2014- 01-20T22:56:53+00:00

何が起こっているのですか?

4

0 に答える 0