Hi !
Are you running the latest version of HA? Normally all *_state_addresses are polled at least when the KNX connection was established.
Maybe have a look in the system logs if there are any messages from the Knx integration or xknx.
Aha. The HA KNX integration doesn’t really support that… it polls every hour by default, but that’s for a different reason (which isn’t really relevant anymore nowadays) and probably not what you are after.
I’d suggest to change the setting in your actuator to actively send the new position when stopping. Most actuators should support that (don’t think i’ve seen one that doesn’t).
Ah, okay. Is it planned to implement such functionality in HA? With 20 shutters closing simultaneously in the evening, there’s quite a lot going on on the bus.
Now I’m confused. You want active polling, but on the other hand, no active polling as it doesn’t work with your actuator?
That’s 20 telegrams. Don’t worry about that, it’s fine.
And if those shutters would be polled actively… that would yield the same amount of telegrams - every poll…
To answer that exactly: Yes you can set it to only poll when a connection was established - or additionally every hour. But the setting only works globally for the whole knx integration. See the integration configuration here:
Hi Matthias,
thank you for your quick and excellent support. And you’re right, it’s just 20 telegrams. I thought the actuator would send multiple telegrams during a movement.
There are actuators that can send like a telegram every second when moving… but afaik this is always optional. And it would still be only 20 telegrams per second - which shouldn’t be a problem for ~21 seconds twice a day (but it’s not necessary and also approaching bus limits… I would try not to go past ~35-40 telegrams per second at any time).