XKNX / xknx

XKNX - A KNX library written in Python
http://xknx.io/
MIT License
277 stars 99 forks source link

Save knx scene's #857

Open fabianbonte opened 2 years ago

fabianbonte commented 2 years ago

Does someone know if it's possible to send a "store/save" scene command?

farmio commented 2 years ago

That's not yet implemented in the Scene device. You can use a generic "1byte_unsigned" value to do that from a NumericValue or ExposeSensor device (or a RawValue device or just create the Telegram manually and put it into the TelegramQueue) - whatever fits your need.

github-actions[bot] commented 2 years ago

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.