You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An ExposeSensor value currently gets overwritten by a Telegram from the KNX bus. This is equivalent to a communication object with the write and update flags set.
If we expose a value from HA and the ExposeSensor receives a GroupValueRead request it will respond with its latest received value instead of the last value from HA.
We could add a update_from_bus: bool attribute for ExposeSensor devices that prevent it from processing GroupValueWrite and GroupValueResponse telegrams.
I just sumbled over this in tests. I'm not sure if this is is a real-word problem because the GA the ExposeSensor sends to should not be used to send by other devices imho but I may have overlooked something.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please make sure to update to the latest version of xknx (or Home Assistant) and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
An ExposeSensor value currently gets overwritten by a Telegram from the KNX bus. This is equivalent to a communication object with the write and update flags set.
If we expose a value from HA and the ExposeSensor receives a GroupValueRead request it will respond with its latest received value instead of the last value from HA.
We could add a
update_from_bus: bool
attribute for ExposeSensor devices that prevent it from processing GroupValueWrite and GroupValueResponse telegrams.I just sumbled over this in tests. I'm not sure if this is is a real-word problem because the GA the ExposeSensor sends to should not be used to send by other devices imho but I may have overlooked something.
The text was updated successfully, but these errors were encountered: