Hi all,
I’m working on a custom component and currently have it in a working state, but I have two WARNINGs in the log that I am a little stuck on.
The device in question sends out UDP packets every 60 seconds, so when the sensor is updating, it sits there waiting for the packet and as a result I am getting:
Update of sensor is taking over 10 seconds
and
Updating of sensor took longer than the scheduled update interval 0:00:30
Does anyone have any hints where I can find some information to resolve them? Obviously I am not able to speed up the broadcast of the UDP data, and if the update is called 1 second after it was last broadcast, then it will be sitting around for 59 seconds before the next packet is sent. Is there something I can add to the code to extend the timeout or similar ?
Thanks in advance,