home-assistant / home-assistant-notebooks

:notebook: Sample Jupyter Notebooks to explore Home Assistant data
https://data.home-assistant.io/
Other
63 stars 32 forks source link

Generating a Github-style calendar heatmap from your device data #3

Closed kireyeu closed 8 years ago

kireyeu commented 8 years ago

Querying data from your local database, formatting and processing with pandas in order to output calendar heatmaps for each tracked mobile device. Calendar heatmaps capability is enabled by installing and importing the calmap library.

fabaff commented 8 years ago

Nice