nitaybz / homebridge-tado-ac

Homebridge plugin to support Tado Smart AC Control devices.
MIT License
40 stars 12 forks source link

Feature: Add Eve History support #82

Closed 0ff closed 5 years ago

0ff commented 5 years ago

This PR will enable storing history values and expose them using the fakegato-history plugin. Using the Eve app you can then access the old values on iOS: image

After installing the updated package and the dependency, it will take at least 10 minutes before the Eve App will show log entries. This is due to the way the library works (it runs an internal timer of around 10min and only produces entries when the timer runs)

Note: This is set to be an optionalDependency to keep the package slim if one does not want to use the history - thus every time it's used, checks have been added to make sure to work without the library installed.

nitaybz commented 5 years ago

Thanks... I'll merge... hopefully it works well as I don't have the time to carefully test it