sensibo.pod.probe {sensibo.sky} | R Documentation |
Probe the last measurements sent by a given air conditioner (pod). In a typical configuration, Sensibo Sky Remote send fresh data to the server every 90 seconds.
Description
Probe the last measurements sent by a given air conditioner (pod). In a typical configuration, Sensibo Sky Remote send fresh data to the server every 90 seconds.
Usage
sensibo.pod.probe(pod, key = getOption("sensibo.key"))
Arguments
pod |
(character) Pod unique id. |
key |
(character) API key from https://home.sensibo.com/me/api. |
Value
A list with time, temperature and humidity values. A 'seconds since last send' field is also provided.
Examples
## Not run:
# Assuming that a valid Sensibo Sky API Key was created on https://home.sensibo.com/me/api
# and added to a 'sensibo.sky' global option.
#
# options("sensibo.key" = <Your Sensibo API Key>)
## Getting the list of pods available to the user
pods.id <- sensibo.pods()
## Get thew most current data probed by the first pod
pod.fresh.data <- sensibo.pod.probe(pods.id[1])
## End(Not run)
[Package sensibo.sky version 1.0.0 Index]