Giter Site home page Giter Site logo

Warning in logs about remora-ha HOT 4 CLOSED

freethx avatar freethx commented on August 26, 2024
Warning in logs

from remora-ha.

Comments (4)

weado avatar weado commented on August 26, 2024

For completness, I have 1 message per get* (GetRelais, GetTeleinfo and GetAllFilPilote)
WARNING (MainThread) [homeassistant.util.async_] Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for remora doing I/O at custom_components/remora/__init__.py, line 125: return self._remora.getRelais() WARNING (MainThread) [homeassistant.util.async_] Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for remora doing I/O at custom_components/remora/__init__.py, line 84: return self._remora.getTeleInfo() WARNING (MainThread) [homeassistant.util.async_] Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for remora doing I/O at custom_components/remora/__init__.py, line 103: return self._remora.getAllFilPilote()
Is the same for you ? I try on HA 0.110 until 0.112 and it's the same

from remora-ha.

FreeTHX avatar FreeTHX commented on August 26, 2024

Hi weado,

Thx for your report.
I'm ,sadly, aware of this issue.
I will work on it as soon as possible and try to fix it before fall 2020.
Main work will be : a "true async" librairy for remora.

from remora-ha.

FreeTHX avatar FreeTHX commented on August 26, 2024

Hi @weado

I finaly took time to fix it.
As recommended in Home Assistant documentation, I/Os have been moved to async_update/update methods.
More, I made it fully async and also updated the python library (pyremona) with async only methods (using aiohttp).

It seems to work fine (1 month of testing)
So, the updated version has been published.
Thx for your feedback.

Next step will be the new configuration system (no more configuration.yaml)

from remora-ha.

weado avatar weado commented on August 26, 2024

Thanks a lot... again 👍
I'm trying and it's seems to work well !
Yes, and to completed your next step, you could add your component in HACS, I think you can find more users if you want.
If you want help to try something do not hesitate

from remora-ha.

Related Issues (3)

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.