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

BUG DEV hw button text is missing #2390

Open
edwardtfn opened this issue Nov 21, 2024 · 3 comments · Fixed by #2395
Open

BUG DEV hw button text is missing #2390

edwardtfn opened this issue Nov 21, 2024 · 3 comments · Fixed by #2395
Labels
Bug Identifies an issue where the system is not functioning as expected. DEV Issue detected on `dev` branch. Page: home Concerns specific to the page's interface or functionality.
Milestone

Comments

@edwardtfn
Copy link
Collaborator

The fix seems working, however now the hw button text is missing. Sometimes it is there but more often not, the reset does not fixes it.

I have also experienced much slower load of the button pages elements than previously.

20241120_202820
20241120_071033

Originally posted by @feinadam in #2345 (comment)

@edwardtfn edwardtfn added Bug Identifies an issue where the system is not functioning as expected. Page: home Concerns specific to the page's interface or functionality. DEV Issue detected on `dev` branch. labels Nov 21, 2024
@edwardtfn edwardtfn added this to the v4.4.0 milestone Nov 21, 2024
@edwardtfn
Copy link
Collaborator Author

This is probably related to the same buffer overflow causing the system to slow down. When that happens, the queue is cleaned so remaining components won't be updated.

edwardtfn added a commit that referenced this issue Nov 22, 2024
Hopefully, this:

- Solves #2348
- Solves #2388
- Solves #2390
@edwardtfn edwardtfn linked a pull request Nov 22, 2024 that will close this issue
@edwardtfn
Copy link
Collaborator Author

I believe this is solved in DEV

@feinadam
Copy link

I believe this is solved in DEV

Now the clock is not loading sometimes. The display queue factor still counting upwards.

Some error from the log:
[10:09:55][E][script.nextion_queue_delay_factor_increment:665]: Nextion reported a buffer overflow
[10:09:55][E][script.nextion_queue_delay_factor_increment:666]: Increasing the delay factor...
[10:09:55][D][number:073]: 'Display queue delay factor' - Increment number, without cycling
[10:09:55][D][number:113]: New number value: 3.000000
[10:09:55][D][number:012]: 'Display queue delay factor': Sending state 3.000000
[10:09:57][E][nextion:582]: ERROR: Received numeric return but next in queue "set_component_text" is not a valid sensor type 0
[10:10:02][D][api.actions.component:039]: New value for component 'value02' on page 'home'
[10:10:10][E][nextion:582]: ERROR: Received numeric return but next in queue "backlight_brightness" is not a valid sensor type 0
[10:10:12][D][api.actions.component:039]: New value for component 'value02' on page 'home'
[10:10:22][D][api.actions.component:039]: New value for component 'value02' on page 'home'
[10:10:30][D][script.timer_dim:190]: Waking up on page: home
[10:10:30][E][nextion:582]: ERROR: Received numeric return but next in queue "backlight_brightness" is not a valid sensor type 0
[10:10:32][D][api.actions.component:039]: New value for component 'value02' on page 'home'
[10:10:40][I][script.timer_sleep:219]: Going to sleep from page home
[10:10:40][I][light.display_light:031]: Display: Off
[10:10:40][D][nextion:496]: Got new page: 9
[10:10:40][I][display.disp1.on_page:701]: Page changed from "home" to "screensaver"
[10:10:40][D][script.display_component_send:353]: Rendering page screensaver, component text
[10:10:40][E][nextion:582]: ERROR: Received numeric return but next in queue "backlight_brightness" is not a valid sensor type 0
[10:10:40][D][nextion:496]: Got new page: 9
[10:10:40][D][script.display_component_send:353]: Rendering page screensaver, component text
[10:10:40][E][nextion:582]: ERROR: Received numeric return but next in queue "backlight_brightness" is not a valid sensor type 0
[10:10:40][E][nextion:582]: ERROR: Received numeric return but next in queue "backlight_brightness" is not a valid sensor type 0
[10:10:40][E][nextion:582]: ERROR: Received numeric return but next in queue "backlight_brightness" is not a valid sensor type 0
[10:10:42][D][api.actions.component:039]: New value for component 'value02' on page 'home'

There are also some error by spook:
unknown operation regarding :

  • esphome.kijelzo_component_text.
  • esphome.kijelzo_icon.
  • esphome.kijelzo_component_color.

@edwardtfn edwardtfn reopened this Nov 23, 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. DEV Issue detected on `dev` branch. Page: home Concerns specific to the page's interface or functionality.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants