@tigor, great. I'm glad it's working.
Posts made by Russ
-
RE: Alexa stops midway when reading long sentences
-
RE: Crashing & translocation & ARM
@gajahduduk, thank you for testing it.
What MacOS version do you have? I suspect it's v15 (aka Sequoia) because they've made it a little harder to run apps like this.
Fortunately you can work around it with these steps:
- Try to run TRIGGERcmdAgent, and click Cancel.
- Open Security and Privacy in Settings.
- Scroll down and click Open Anyway next to TRIGGERcmdAgent.
-
RE: Alexa stops midway when reading long sentences
@tigor, I cut my command down to just this, and tested.
I wasn't able to reproduce the issue. Alexa stopped listening right after she spoke that short sentence.
-
RE: Need Advice on Setting Up Custom Commands for Multiple Devices
@davidcook, let's focus on making commands sync with your Raspberry Pi first.
Did you use these instructions when you setup your Raspberry Pi?
If you install the background service with this command:
/usr/share/triggercmdagent/app/src/installdaemon.sh
... it runs as root, and reads /root/.TRIGGERcmdData/commands.json, and it will only sync your background commands (ground = background) not foreground commands.
If you're editing your /home/pi/.TRIGGERcmdData/commands.json that could be the problem.
Please show me the output of this command: systemctl status triggercmdagent
I'd like to confirm it's running.Also, do you see the your Raspberry Pi listed on your "Your Computers" page? If not, maybe it didn't create a computer because you're not subscribed. You can only have one computer if you're not subscribed.
-
RE: Alexa stops midway when reading long sentences
@tigor, How long is your sentence?
I tested this command with the conversational skills (TC, TRIGGERcmd, and Trigger Command) and it said all 56 of these sentences:
Here's my command if you want to test it yourself:
%USERPROFILE%\.TRIGGERcmdData\sendresult.bat "This is a lot of words 1. This is a lot of words 2. This is a lot of words 3. This is a lot of words 4. This is a lot of words 5. This is a lot of words 6. This is a lot of words 7. This is a lot of words 8. This is a lot of words 9. This is a lot of words 10. This is a lot of words 11. This is a lot of words 12. This is a lot of words 13. This is a lot of words 14. This is a lot of words 15. This is a lot of words 16. This is a lot of words 17. This is a lot of words 18. This is a lot of words 19. This is a lot of words 20. This is a lot of words 21. This is a lot of words 22. This is a lot of words 23. This is a lot of words 24. This is a lot of words 25. This is a lot of words 26. This is a lot of words 27. This is a lot of words 28. This is a lot of words 29. This is a lot of words 30. This is a lot of words 31. This is a lot of words 32. This is a lot of words 33. This is a lot of words 34. This is a lot of words 35. This is a lot of words 36. This is a lot of words 37. This is a lot of words 38. This is a lot of words 39. This is a lot of words 40. This is a lot of words 41. This is a lot of words 42. This is a lot of words 43. This is a lot of words 44. This is a lot of words 45. This is a lot of words 46. This is a lot of words 47. This is a lot of words 48. This is a lot of words 49. This is a lot of words 50. This is a lot of words 51. This is a lot of words 52. This is a lot of words 53. This is a lot of words 54. This is a lot of words 55. This is a lot of words 56."
Do you see your whole sentence in the Runs list for your command?
-
RE: Sair do Modo suspensão
@Gustavo-Rios, you can't run any commands on a computer that's suspended because it's not connected to the Internet.
You might be able to wake it up from a separate computer on your network though.
-
RE: Alexa keeps saying "no result" when using the conversational skill
@tigor, thank you for reporting this. I was able to reproduce the issue.
I fixed it just now. Please try again.
-
RE: Alexa Not Recognizing my Trigger Word
@jett, no there's no lag - the changes should show up immediately. I think you're running the foreground agent, so make sure your commands are foreground commands. They'll disapear if you make them background commands and you're not running the background agent.
Thanks for telling me about the Google Sign-in button not working on that phone. I just tried it on mine and it worked. I'll research that phone, but in the meantime, did you get it logged in using one of the other methods like a password or a pair code?
-
RE: New user on latest Raspberry Pi help please!
@Al-S, great. Glad that was it.
-
RE: New user on latest Raspberry Pi help please!
@Al-S, when you install the background agent on Raspberry Pi it runs as root, so it uses your /root/.TRIGGERcmdData/commands.json file. Is that what you're showing there? Or is that one from your /home/pi/.TRIGGERcmdData directory?
Just checking, because if you ran triggercmdagent while logged in as your pi user, you'll also have that /home/pi/.TRIGGERcmdData directory which the background agent does not use.
It got cut off in the text you pasted, but it will show the .TRIGGERcmdData folder it's using in the systemctl output. Mine looks like this:
Main PID: 289 (node) CGroup: /system.slice/triggercmdagent.service └─289 node /usr/share/triggercmdagent/app/src/daemon.js --run /root/.TRIGGERcmdData
-
RE: Alexa Not Recognizing my Trigger Word
@jett, in your screenshot of the website it shows the voice field as "open slack" but in your local GUI Editor screenshot it shows the voice field as just "slack" which is probably what you want.
If you use "open slack", you'd need to have your Alexa routine say, "Alexa, ask trigger command to run open slack on casca". You have "Alexa, ask trigger command to run slack on casca."
Here's something else you could try:
Link the TRIGGERcmd Smart Home skill.
Test it with, "Alexa, turn on slack on casca."
Update your routine turn the slack on casca smart home device on.BTW, if your casca computer is your default computer, you don't have to add the "on casca" part - just use "slack" instead of "slack on casca".
You can set your default computer in your profile page:
-
RE: The sleep comand doesnr suspend the pc its hibernating
@Ego95 does it work at the command line if you run it manually?
And did you install nircmd?
-
RE: Need Help
@Ego95, wakeonlan send a "magic packet" to power on a seperate computer across the same local area network. It does not turn a computer off or suspend it.
I think you meant the shutdown command, not wakeonlan because this command would shutdown a Windows computer in 30 seconds:
shutdown /s /t 30
-
RE: Cannot trigger any command (SmartHome / Mac)
@gajahduduk, changing the command's voice word might be what fixed it. That deletes and recreates the Alexa device.
-
RE: Crashing & translocation & ARM
@gajahduduk, I built this amd64 (Apple Silicon) version. Would you mind testing it?
-
RE: Cannot trigger any command (SmartHome / Mac)
@gajahduduk, the first computer is supposed to be your default computer. If you delete it and recreate it I don't think it makes the new one your default.
I'm glad you figured it out. Sorry if the system failed to make your first computer your default.