Amazon EchoControl TextCommand no longer work

Hello since this morning my Textcommands to my echoshow no longer work, however the text is well received by the item of the thing !
Voice commands still work

Am I alone in this?

my installation in France:
Openhabian / RaspberryPi4
OpenHAB 4.3.2
SmartHome/J Amazon Echo Control Binding 4.3.1

SetUp:
RPI 5/SSD - openHAB 4.3.2 - Amazon Echo Control Binding 4.3.2
I’m using the “normal” Amazon-Binding with this test-rule:

rule "alexa TextToSpeach Tower"

 when 
   Item Dummy_3 changed to ON   // Test-Switch
 then
   EchoTower1_TextToSpeechVolume.sendCommand(50)
   EchoTower1_TextToSpeech.sendCommand("Hallo ich bin ein schwarzer Echo Tower")  // 
   EchoTower1_TextToSpeech.sendCommand("ich kann dir etwas erzählen, wenn du willst")  
   EchoTower1_TextToSpeechVolume.sendCommand(0)
// sendCommand(EchoTower1_PlayAlarmSound, 'ECHO:system_alerts_atonal_02')
end

and no problems detected.

Edit:
Have you spotted the other posts regarding the problems with that binding ?
https://community.openhab.org/t/unsupported-operation-exception-in-smarthome-j-amazon-echo-control/161960
https://community.openhab.org/t/amazon-echo-control-lastvoicecommand-not-receiving-updates/149223/31

So

I restarted my PI4 and everything is ok.

??

Fine :+1: