After a Loxone Miniserver reboot, the state shown in Loxone may not match the real KNX state.
Reason:
- The Miniserver does not know the state of the lamp before the reboot
- By default, the Loxone channel is initialized as OFF
- Meanwhile, the physical lamp may remain ON, since KNX works autonomously
Behavior:
- After startup, Loxone shows the light as OFF
- In reality, the light may be ON
- After the first ON/OFF action (from Loxone or KNX)
→ a status telegram is sent from KNX
→ states become synchronized - The system then works correctly until the next reboot
Facts:
- This is not a KNX bug
- This is missing initial state synchronization in Loxone
- Status telegrams are only sent on state change, not on startup
Conclusion:
Without explicit initialization or status request, Loxone guesses the state after reboot instead of knowing it.
Question:
What are the best practices to properly initialize KNX states in Loxone after Miniserver startup
(e.g. read requests, startup scenes, dedicated status group addresses)?