When sending a command to a tellstick switch, and auto-update is enabled for the item (which it seems to be by default), the state should immediately change and stay at the value that was sent.
Observe that it appears to stay at the original value
Context
The state is corrected once the update interval has been reached, but it does mean that either you have to have an insanely small update interval (below 1 s) or you have to live with the GUI being very slow in updating the state.
Your Environment
Version used: 4.2.2
Operating System and version: openhabian on raspberry pi 4, openHABian Configuration Tool — [openHAB]{2024-10-25T10:35:12-06:00}(7d97bd8)
Expected Behavior
When sending a command to a tellstick switch, and auto-update is enabled for the item (which it seems to be by default), the state should immediately change and stay at the value that was sent.
Current Behavior
When sending a command to the item, it changes as expected for a fraction of a second, but then immediate changes back. Here is a community thread describing the issue (6 years old, but still valid apparently): https://community.openhab.org/t/tellstick-sending-on-to-device-state-changes-on-off-on/37562
Steps to Reproduce
Context
The state is corrected once the update interval has been reached, but it does mean that either you have to have an insanely small update interval (below 1 s) or you have to live with the GUI being very slow in updating the state.
Your Environment