Germany
Asked
Resolved Resolved by Nomad 6R!

JD Spricht Nicht, Es Fehlt Das HäKchen In Verbindung Mit Pandorabot

Ich verwende Pandorabot, aber JD spricht nur über das Laptop, es fehlt das Kästchen zur Aktivierung für den Lautsprecher von JD, was mache ich falsch?


Related Hardware EZ-B v4

ARC Pro

Upgrade to ARC Pro

Subscribe to ARC Pro, and your robot will become a canvas for your imagination, limited only by your creativity.

#1   — Edited

Ich kann den Lautsprecher des JD nicht mit Pandorabots verbinden obwohl alle Verbindungen stehen, bei mir fehlt das Kontrollkästchen zur Aktivierung, es kommt die Antwort nur über das Laptop, aber Pandorabot funktioniert bei mir ohne Probleme.

PRO
Belgium
#2  

hi lobenhofer

am gessing here .

say("hello") comes out your laptop  sayEzb("hello") comes out jd

#3  

Ich brauche bitte Hilfe, bei mir fehlt das Kaestchen zur Aktivierung der JD Lautsprechers, was mache ich falsch in Verbindung mit Pandorabots.

#4  

Ich denke es liegt an der Variable, EZB ist mit der Variablen nicht eingebunden, wie lautet die Variable, die ich brauche?

PRO
Belgium
#5  

you can use a simpel test script to see if jd says it , sayezb("hello") then you know 100% the problem is not jd .  did you save your project on your pc and in the cloud ?

#6  

Audio.say(getVar("$pandoraResponse"));, Bitte, wie muss ich das aendern? Ich habe ihn erst seit 6 Wochen?

PRO
Belgium
#7  

am gessing

should that not be -Audio.sayEzb(getVar("$pandoraResponse"));, ?

#9  

Leider nein, es liegt sicher an der Variablen, vielleicht hat jemand eine Idee, Audio.sayEzb(getVar("$pandoraResponse")); Keine Funktion

PRO
Belgium
#10  

you can test the speaker from jd using a simpel script .

User-inserted image

#11   — Edited

Haftungsausschluss; Ich kenne Javascript nicht. Ich schreibe nur in EZ Script, aber......

Ich denke, Sie schreiben Ihren Code in Javascript? Wenn ja, entfernen Sie das $ und sehen Sie, ob es einen Unterschied macht.

Eine Variable in EZ-Script beginnt mit einem $ (Dollarzeichen). Eine Variable in JavaScript beginnt mit nichts und kann beliebig benannt werden, solange das erste Zeichen keine Zahl ist.

Hier ist ein guter Artikel zum Konvertieren von EZ Script in Javascript:

https://synthiam.com/Community/Tutorials/Migrating-from-EZ-Script-to-JavaScript-20988/5

PRO
Belgium
#12  

hi dave

do you mean it should look like this ? no use of this ( " )

say(getVar($pandoraResponse));

#13  

@lobenhofer, Sie werden Sie dafür schelten, dass Sie dieselbe Frage in verschiedenen Beiträgen gestellt haben. LOL.

PRO
Australia
#14  

You'll need to speak (sayEZB) the returned phrase somewhere in your script.

PRO
Synthiam
#15  

I moved all of your posts about this question from all the other threads into here to avoid clutter. Please only post once in the future.

#16  

Vielen Dank an alle für die Unterstützung, ich werde es probieren, zur Info, der Lautsprecher des JD funktioniert grundsätzlich, aber momentan noch nicht mit Pandorabots. Ich melde mich wenn ich mehr Infos habe.

#17  

Lösung gefunden: Audio.sayEZB(getVar("$pandoraResponse")); Danke für die Unterstützung

PRO
Belgium
#19  

lobenhofer

averyone helped . great to hear its solved .