I can reproduce your issue as follows:
- Edit and save Harmony Hub configuration
- Send pressButton command
Most likely the issue is that when the configuration is changed the buttonExecutor
threadpool is stopped (in dispose()
) but never restarted (in initialize()
). WDYT @digitaldan?
So a workaround that will probably work for now is:
- Edit and save Harmony Hub configuration
- Restart openHAB
- Send pressButton commands all you like
- If for some reason you again want to edit/update the Harmony Hub configuration again restart openHAB after it