openbase / bco.dal

Domotic Abstraction Layer
Other
1 stars 2 forks source link

How to activate a scene tutorial bug #150

Closed lhuxohl closed 4 years ago

lhuxohl commented 5 years ago

Wait for execution at the end of the tutorial does not return. Even though the action is correctly executed.

DivineThreepwood commented 4 years ago

Bug was caused by the scene configuration. Within the party scene the tile follower light animation app is active which for sure continuously changes the color of all lights. Additionally, the scene included initial light color actions, but those actions were never executed since the tile follower app executes the tasks with a higher priority.

The initial light color actions are removed which should solve the issue after updating the demo db.

tutorial needs still be tested again.

DivineThreepwood commented 4 years ago

@lhuxohl Can you test the fix and validate if the howto is running like expected?

lhuxohl commented 4 years ago

Tested the fix. Everything seems to work fine now.

DivineThreepwood commented 4 years ago

Thanks!