nest-api icon indicating copy to clipboard operation
nest-api copied to clipboard

Thermostat Line Power query

Open webpirate opened this issue 9 years ago • 1 comments

Is there a way to find out if there is power to the thermostat? like $protect->line_power_present with the protest?

webpirate avatar Jan 08 '16 22:01 webpirate

I'm not seeing anything obvious in a raw data dump of everything - $nest->getStatus();. Except there is a way to monitor the battery level in

$infos=$nest->getDeviceInfo($devices_serials[0]); print_r($infos);

Mike

On Fri, Jan 8, 2016 at 5:54 PM webpirate [email protected] wrote:

Is there a way to find out if there is power to the thermostat? like $protect->line_power_present with the protest?

— Reply to this email directly or view it on GitHub https://github.com/gboudreau/nest-api/issues/59.

MikeKemmerer avatar Jan 14 '16 01:01 MikeKemmerer