chrisjshull / homebridge-nest

Nest plugin for HomeBridge
711 stars 112 forks source link

Historic temperature and humidity data #108

Closed oleg-dmytrenko closed 5 years ago

oleg-dmytrenko commented 5 years ago

It would be awesome to add a feature enabling storing historic temperature and humidity data from Nest in third party apps like Eve from Elgato, the way it is implemented in Xiaomi Mi Temperature and Humidity Plug-in

adriancable commented 5 years ago

@KozzakO - I'm not familiar with Eve from Elgato. Can you send me some screenshots of what the data presentation looks like?

adriancable commented 5 years ago

Doing a bit more digging it seems that the temperature-over-time feature in Eve from Elgato is proprietary. It is possible to pass data to Eve from Elgato as you suggest, but it wouldn't be a "generic" history capability that would work with other apps, as far as I can tell.

oleg-dmytrenko commented 5 years ago

@adriancable Here is an example of historic data from a Homebridge-enabled Xiaomi temperature and humidity sensor displayed in the Eve app. I am not sure how it is implemented, but I find this feature very useful, especially since the data can be exported. IMG_6714

hjdhjd commented 5 years ago

You’ll need something like https://github.com/simont77/fakegato-history to do it. While I understand the desire for something like this...from a HomeKit perspective, philosophically, is this really the job of this plugin?

I would suggest that it is not. This plugin is about getting a good level of HomeKit compatibility to Nest products, for ease of control and automation. History is best left to a specific app that wants to provide ‘enhanced’ native capabilities. If there are specific use cases that make sense, I’d be curious to learn more.

In the above examples...they only work if you use the Eve HomeKit app. That’s out of scope, IMO, for a plugin like this. At that point, you can just as easily use the Nest app...which you have to use anyway to setup the Nest, set schedules, etc.

Just a thought...

adriancable commented 5 years ago

I agree - as Mueller would say this sounds "out of my purview". Closing for now.