diyhue / diyHue

Main diyHue software repo
https://diyhue.org/
Other
1.52k stars 274 forks source link

Log spammed with HueStream was missing in the frame causing high cpu #984

Open worstenbrood opened 5 months ago

worstenbrood commented 5 months ago

Issue does not already exist?

No, I did not search

Select Environment

Docker

Home Assistant related?

Yes

Description

I rebuild the addon so it uses the latest master changes and now the addon is spamming the log with 2024-01-11 13:43:00,733 - services.entertainment - INFO - HueStream was missing in the frame and the addon is taking 23 cpu all the time

Errorlog:

2024-01-11 13:45:32,251 - services.entertainment - INFO - HueStream was missing in the frame 2024-01-11 13:45:32,251 - services.entertainment - INFO - HueStream was missing in the frame 2024-01-11 13:45:32,251 - services.entertainment - INFO - HueStream was missing in the frame

Steps to reproduce

Rebuild hassio addin to use latest master changes (11/01/2024)

Please enter your operating system details here

Raspberry pi os

What DiyHue version(branch) are you using?

master (latest)

mariusmotea commented 5 months ago

you have something that is sending data on port 2100/udp. This is used for entertainment protocol streaming that have the header "HueStream", but since this is missing there must be another app that send is data on this port.

worstenbrood commented 5 months ago

@mariusmotea thanks for the quick reply. When i came back home the spamming was over and cpu was back to normal. Im only using my Amblilight tv for syncing and couldnt figure where this data came from. Sorry for the false report.