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