Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thermostat Line Power query #59

Open
webpirate opened this issue Jan 8, 2016 · 1 comment
Open

Thermostat Line Power query #59

webpirate opened this issue Jan 8, 2016 · 1 comment

Comments

@webpirate
Copy link

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

@MikeKemmerer
Copy link
Contributor

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
#59.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants