What is the update interval? (seems pretty slow) #41
|
I've managed to integrate the integration and it is grabbing infos... but it seems bretty slow that the infos are updated. |
Answered by
Tom-Bom-badil
Jul 5, 2025
Replies: 1 comment 3 replies
|
The update interval is set here, which is pretty much HA standard which is used in most other integrations, too. For some specific items (CPU, RAM, LAN Usage, Temperatures, Fan speeds) we might do some extra programming in the future, but this will require an extra update coordinator, and we will need to take some extra care to not 'overload' the system with this - see my notes on 'polling frequency' here. /tom |
3 replies
Answer selected by
olli991
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The update interval is set here, which is pretty much HA standard which is used in most other integrations, too.
For some specific items (CPU, RAM, LAN Usage, Temperatures, Fan speeds) we might do some extra programming in the future, but this will require an extra update coordinator, and we will need to take some extra care to not 'overload' the system with this - see my notes on 'polling frequency' here.
/tom