Telldus Live update frequency

I’m trying to understand why TelldusLive Switches only updates every 30 seconds. I registered this issue https://github.com/balloob/home-assistant/issues/1759 , but there is obviously somehting I don’t understand here.

I’ve downloaded the code and done some debugging, and even though I add scan_interval: 5 to Telldus Live, a HTTP request to update the device is only run every 30 seconds.

Is it the platform that doesn’t read the parameters correclty, or is there some caching elsewhere? When I set a breakpoint in the update-function in the switches I can see that the call stack is connected to ha and time events, not through the platform. To me it seems that the platform (tellduslive) should give some kind of update interval when registering the device? Is it possible to set update frequency for one specific device?

Would like to know this too… Thanks…

I would like to know this to.

I have bought a light switch from Nexa, and added it to HA. I have set a device in HA to turn on when switch is on and off when it is off.

Because of above, there is a very long delay from pressing the light switch to the device is turned on or off.

Would really appreciate a solution!

Solved in https://github.com/home-assistant/home-assistant/pull/4645 (configurable via update_interval, default set to 1 minute, min set to 5 seconds)

Maybe this is of use to you: Tellstick Net / Telldus Live