Giter VIP home page Giter VIP logo

Comments (5)

vquie avatar vquie commented on August 28, 2024 2

@legrego
Events get published now. Thank you very much.

from homeassistant-elasticsearch.

vquie avatar vquie commented on August 28, 2024

Same here. I'm using version 0.74.2.
The index and template are created. No docs are published.

from homeassistant-elasticsearch.

legrego avatar legrego commented on August 28, 2024

Hey @cbulock, @vquiering:

Thanks for giving this a spin! I'm working on getting this component updated so that it behaves in a more consistent manner. I modeled this after my HomeSeer plugin, but I think that was a poor choice given that the two systems have different eventing models. I'll diagnose this further over the next couple of days and respond back here.

from homeassistant-elasticsearch.

legrego avatar legrego commented on August 28, 2024

@cbulock @vquiering

I pushed a change that should hopefully fix the indexing problems you are seeing. You will need to remove the index template and any indices that the plugin may have created before trying the newest version.

If you get a chance, please run through the steps below and let me know if it helps!

  1. Stop home-assistant
  2. Run the following from Kibana's Dev Tools to remove the index template and any indices:
DELETE _template/hass-index-template
DELETE hass-events-*
  1. Install updated plugin from master
  2. Start home-assistant

from homeassistant-elasticsearch.

cbulock avatar cbulock commented on August 28, 2024

Can confirm this is working for me now as well! Thanks for the work put into this!

from homeassistant-elasticsearch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.