Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maximum number of runs exceeded #2060

Open
Wolf6660 opened this issue Apr 17, 2024 · 4 comments
Open

Maximum number of runs exceeded #2060

Wolf6660 opened this issue Apr 17, 2024 · 4 comments
Labels
Bug Identifies an issue where the system is not functioning as expected.
Milestone

Comments

@Wolf6660
Copy link

TFT Version

4.3.4

ESPHome Version

2024.4.0

Blueprint Version

4.3.4

Panel Model

EU

What is the bug?

i have the same Problem
Logger: homeassistant.components.automation.display_wohnzimmer

`Logger: homeassistant.components.automation.display_wohnzimmer
Quelle: helpers/script.py:1918
Integration: Automatisierung (Dokumentation, Probleme)
Erstmals aufgetreten: 09:05:01 (2117 Vorkommnisse)
Zuletzt protokolliert: 14:36:26

Display Wohnzimmer: Maximum number of runs exceeded`

image

Blueprint 4.3.4 is installed (but the same in the Version 4.3.2 and the ESPHome 2024.3.3)

#1967

Steps to Reproduce

No response

Your Panel's YAML

No response

ESPHome Logs

Logger: homeassistant.components.automation.display_wohnzimmer
Quelle: helpers/script.py:1918
Integration: Automatisierung (Dokumentation, Probleme)
Erstmals aufgetreten: 14:42:05 (252 Vorkommnisse)
Zuletzt protokolliert: 15:13:27

Display Wohnzimmer: Maximum number of runs exceeded

Home Assistant Logs

No response

@Wolf6660 Wolf6660 added the Bug Identifies an issue where the system is not functioning as expected. label Apr 17, 2024
@edwardtfn
Copy link
Collaborator

Usually this happens when you have some entity which gets new data in a high frequency (like a sensor which is a sum of several other sensors, or a group of sensors, so it is updated when any other sensor updates). Is this your case?

Apart of this, we have seen cases where other integrations was taken too much resources from Home Assistant. There are lots of reports related to this recently on the Home Assistant repo.
Do you see any suspicious message on your logs?
Do you have a sensor to monitor your system's CPU load? How is that?

@edwardtfn edwardtfn added this to the v4.3.5 - Patch milestone Apr 19, 2024
@edwardtfn
Copy link
Collaborator

Hey @Wolf6660, any update to this? Are you still facing this issue?

@edwardtfn edwardtfn added the 👀Missing information Additional information needed label Apr 22, 2024
@edwardtfn edwardtfn modified the milestones: v4.3.5 - Patch, v4.4 Apr 22, 2024
@Wolf6660
Copy link
Author

Hi,

Sorry for the late reply.

Yes, I have a device that calculates the oil content of my tank and wants this to be shown on the display.

CPU load is good. HA runs in a VM on my Synology DS720+.

@edwardtfn
Copy link
Collaborator

edwardtfn commented Apr 25, 2024

Yes, I have a device that calculates the oil content of my tank and wants this to be shown on the display.

How often is that entity updated?

And in which pages are you showing that?

@edwardtfn edwardtfn removed the 👀Missing information Additional information needed label Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Identifies an issue where the system is not functioning as expected.
Projects
None yet
Development

No branches or pull requests

2 participants