I’m also looking for a way to disable Alexa voice commands via rule so that incoming commands from Amazon will be ignored on OH3 side. Same usecase like the poster before: out of house and don’t allow commands coming from the outside. Since item commands are not triggered by rules on my system, but are managed by the Alexa Skill binding, there is no way to “intercept” those with a check in a rule.
Is it somehow possible to stop the Alexa Skill binding or so via REST? Thanks to JRule I guess I would also have full access to the OH Java API if needed. Maybe someone already did something like this.