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

Presence hours #5

Closed
bkonings opened this issue Oct 21, 2016 · 5 comments
Closed

Presence hours #5

bkonings opened this issue Oct 21, 2016 · 5 comments
Assignees
Labels

Comments

@bkonings
Copy link
Contributor

First of all, thanks for the software en guide, great stuff ^^

The away status always seems to show Absence hours / Off, never Presence hours.
Looking at your screenshot to me it seems you have the same issue. (Energy tab, then scroll to the bottom)

Before i start digging, should this already be working? Or is this work in progress?

I also have an issue with it not showing my nest protects, page comes up with just the header, blank body. Seems related to $nest = new (Nest), probably something wrong on my end :P

About my setup, i created a Docker with Debian Jessie image. I used your guide to setup, any errors because of missing components i installed at that point. Running fine ^^

p.s.
There is a typo in the guide, at the cron part: 0 * * * * /usr/bin/python /opt/nest_datagraph/backend/poller.py should be 0 * * * * /usr/bin/python /opt/nest-datagraph/backend/poller.py

@bkonings
Copy link
Contributor Author

new (Nest) issue resolved, i was missing php5-curl

@gchenuet gchenuet self-assigned this Nov 27, 2016
@gchenuet
Copy link
Owner

Hi @bkonings,

Sorry, I haven't been notified about your issue...

About away/presence status box, presence box was equal to zero due to the shutdown/off mode of my thermostat. If thermostat is shutdown, Nest API display a null value.

Currently, presence value is correctly set. (Screenshot below).

After a month, do you still have a null value ?
If yes, I can dig it !

About Docker, are you OK to share your Docker files and create a Pull request ? 😊

Thanks for your feedback and comments !

nest-presence_value

@bkonings
Copy link
Contributor Author

Hi, sorry for not updating this, I did actually see some data come in (and actually did end up looking how this stuff works ;) ) The presence data does seem unreliable though only 34 presence hours and 1274 absence. I highly doubt that data but it does seem caused by what nest reports not this project.

Maybe I am misinterpreting what presence means, guess it is more I have detected someone just now and that then has to occur just as the hour tick from the cronjob happens. (I ended up polling each 30 min)

About making a pull request, I haven't really changed anything other then create a fresh Debian image and then installed all requirements. Then I just followed your steps. I don't think I have much useful to share on Github. Now if you're asking to share the docker image I have created I can have a look at that. Will take some time cause I have to make sure to remove any personal data. I'll have a look at that soonish.

@gchenuet
Copy link
Owner

Hi,

I worked yesterday on this bug and I'll push a new version with pourcentage instead of hours time.

@gchenuet
Copy link
Owner

Hi,

I just pushed a new version with pourcentage and hours when you hover over the pourcentage.
More info

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

No branches or pull requests

2 participants