openbase / bco.dal

Domotic Abstraction Layer
Other
1 stars 2 forks source link

Physical buttons do not trigger scenes anymore. #138

Closed DivineThreepwood closed 5 years ago

DivineThreepwood commented 5 years ago

There seem to be a bug where the buttons are not triggering the scenes since we added the scene action in between.

DivineThreepwood commented 5 years ago

Issue was caused because of a missing action description id in the responsible action of the button event. Issue could not be reproduced via tests because this id is set in simulation mode.

Such error messages are now printed on server site to identify similar issues. The id is now set by the command executor of openhab which than solves the issue.