HASS-data-detective

Explore and analyse your Home Assistant data

MIT License

Downloads
316
Stars
183
Committers
12

Bot releases are visible (Hide)

HASS-data-detective - Updates to account for new database layout Latest Release

Published by release-drafter[bot] over 1 year ago

What's Changed

Under the hood updates and improvement of testing. For more info see https://github.com/robmarkcole/HASS-data-detective/pull/154

HASS-data-detective - Fix issue with missing domain column

Published by robmarkcole almost 2 years ago

HASS-data-detective - Add fetch_all_data_of method and bump pandas

Published by release-drafter[bot] almost 4 years ago

What's Changed

  • Bump pandas to 1.1
  • add 'fetch_all_data_of' method to get single or multiple entities (#130) @basnijholt
  • Update setup.py (#126) @fabaff
  • It was renamed (#123) @fabaff
  • Remove dash (#122) @fabaff
HASS-data-detective - Under the hood fixes

Published by robmarkcole over 4 years ago

HASS-data-detective - Various under the hood improvements

Published by robmarkcole over 4 years ago

HASS-data-detective - Fix setup.py

Published by robmarkcole almost 5 years ago

Changes to ensure the package can be installed via pypi

HASS-data-detective - Significant clean up

Published by release-drafter[bot] almost 5 years ago

What's Changed

The package has been significantly simplified. It no longer does everything for you, but provides the minimum functionality to get started and provides examples of how to do the important tasks of generating features and formatting data. Additionally instructions are provided on running the package in docker locally.

HASS-data-detective - 1.0

Published by release-drafter[bot] almost 6 years ago

What's Changed

  • Update YAML support (#76) @balloob
  • Print used connection url (#77) @balloob
  • Always set entities (#78) @balloob
  • Use index to query available entities (#79) @balloob
  • Minor tweaks (#80) @balloob
HASS-data-detective - 0.9

Published by release-drafter[bot] almost 6 years ago

What's Changed

  • Add warning when sqlalch connection throws ImportError (#69) @balloob
  • Warn on unsupported includes (#70) @balloob
  • Check default db exists (#71) @balloob
  • Add db type prop (#72) @balloob
HASS-data-detective - 0.8

Published by robmarkcole almost 6 years ago

Various minor

HASS-data-detective - Refactor and add hlpers for time

Published by release-drafter[bot] almost 6 years ago

What's Changed

  • Refactor helpers (#44) @robmarkcole
  • Add more time helpers (#47) @balloob
HASS-data-detective - Refactor internals

Published by release-drafter[bot] almost 6 years ago

What's Changed

  • Split hass config detect, add users (#39) @balloob
  • Move auth from helper to package (#40) @balloob
  • Refactor helpers (#44) @robmarkcole
HASS-data-detective - Adds Hassio db discovery

Published by robmarkcole almost 6 years ago

Now possible to discover the db if running on Hassio

HASS-data-detective - Fix long_description

Published by robmarkcole over 6 years ago

Merely fixes description on pypi

HASS-data-detective - Publish on PyPi

Published by robmarkcole over 6 years ago

Tidied up and packaged for release on pypi https://pypi.org/project/HASS-data-detective/

HASS-data-detective - Adds binary sensor plot

Published by robmarkcole over 6 years ago

Adds a convenience method to plot binary sensor data. Adds flexibility in the arguments past to the numerical sensors plot

HASS-data-detective - Significant refactor

Published by robmarkcole over 6 years ago

No new functionality, but significant refactor for maintainability with numerical sensors and prediction getting their own classes.

HASS-data-detective - Basic functionality

Published by robmarkcole over 6 years ago

v0.1 includes basic functionality for querying the db, plotting data and making predictions.