Amazon EchoControl LastVoiceCommand doesn't update anmore

Continuing the discussion from Amazon Echo SmartJ Binding Last Voice Command not working anymore:
I use (openHAbian running OH4.1.3) the LastVoiceCommand for multiple use cases, mainly

  • saving the last text if it contains a key word and let it play, if front door is opened
  • using it to update my shopping list (as amazon shut down the shoppinglist-API, I’d like to manually update my ShoppingList via openHAB: OH listens to the lastVoiceCommand and uses an API to update my Shopping List)

for the last use case, this would be interesting:

but: for the time being: I don’t get the LastVoiceCommands from the binding. Is the issue still open or did amazon permanently change something?

with the binding from JNK on smartHomeJ you can get the lastVoiceCommand. But before that you have to trigger the refresh activity channel of the bridge thing.
So one solution is to trigger a connected switch within an Alexa routine. Then you can react on the change of a lastVoiceCommand item within an openhab rule.

2 Likes

Thanks for that. Do I have to replace (aka remove the core-binding and then re-instate the SmarthomeJ-AddOn) it, or can I “migrate” somehow?

yes, uninstall is recommended.
it’s described here:

I think if you use the same UID everything should be restored as before.

1 Like

The URL is always https://download.smarthomej.org/addons.json for all supported versions.

2 Likes

found time to remove the “normal” binding and install the SmarthomeJ variant. All my things and items came back:

openhab> list -s | grep amazon
342 x Active x  80 x 4.1.0                  x org.smarthomej.binding.amazonechocontrol

What do you mean with “trigger refresh activity channel”? I added an item to the refresh activity and send “ON” to it, but i still don’t get the LastVoiceCommands. What did I miss?
I’m still on 4.1.3

Would be interested if you can solve it. Have the same problem :slight_smile:

You will need a dummy routine as described here:

Logging out and re-registering solved it in my case:

Troubleshooting:

If the lastVoiceCommand still does not work: use “Logout and Re-register” on the account page. Log in again
1 Like

Hello, I have been using version 4.2.1 since its launch and I have been using TextCommand and LastVoiceCommand for a long time. Unfortunately, since yesterday morning, the TextCommand command no longer works. Does anyone else have this problem?

yes, as I encountered some issues with my setup I found your entry here. I don’t find any ERROR or something in the logs. It just won’t do…
(I’m still on 4.2.0, openHABian on Pi4).

FYI
I restarted my installation (openhabian on RPI 4) and everything works again!?

That’s always a good idea. Sometimes Amazon changes things on their servers and a reconnection fixes it.

1 Like