Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.14 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.14 KB

Ship your HomeSeer events to Elasticsearch! Build Status

A C# Plugin for HomeSeer installations which publishes events to your Elasticsearch cluster.

Features

  • Effeciently publishes HomeSeer events to Elasticsearch using the Bulk API
  • Automatically maintains Indexes and Index Templates using the Rollover API
  • Supports X-Pack Security via optional username and password

Compatability

  • HomeSeer 3 (Linux and Windows are both supported)
  • Elasticsearch 6.x (Self or Cloud hosted), with or without X-Pack.

Support

This project is not endorsed or supported by either Elastic or HomeSeer - please open a GitHub issue for any questions, bugs, or feature requests.

Acknowledgements

  • Nicolai Peteri (@NicolaiPetri) for his HS3_EnOcean_Plugin, which gave me a working example for subscribing plugins to HomeSeer events.