TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Recent
    Log in to post
    Load new posts
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • Al S.A

      Commands.json reverting to previous version

      Raspberry Pi
      • • • Al S.
      8
      0
      Votes
      8
      Posts
      706
      Views

      RussR

      @Al-S, do the new commands have a voice word? That's required for the skill to create devices.

    • Greg LarsenG

      New commands not showing up as devices in the Alexa app

      General Discussion
      • • • Greg Larsen
      3
      0
      Votes
      3
      Posts
      408
      Views

      XanderX

      @Greg-Larsen Correct. They are optional should someone want to just use the triggercmd site to set off their actions but absolutely needed for Alexa/Google integration. 👍🏻

    • Jaqueline ChinagliaJ

      Turning PC on (without WoL)

      General Discussion
      • • • Jaqueline Chinaglia
      3
      0
      Votes
      3
      Posts
      418
      Views

      XanderX

      @Greg-Larsen If you want to add hardware, a $5 smart plug (Aliexpress) would do the job of your $25 (+hub) suggestion. Set the BIOS to turn on when power is provided and you're done.

      I have my three monitors on one smart plug so when I say Good Morning to Alexa, she fires them up. I don't really need WoL so pressing the button is fine with me.

    • RussR

      ESP32 infrared receiver for Home Assistant to run 21 commands

      Home Assistant
      • • • Russ
      1
      0
      Votes
      1
      Posts
      679
      Views

      No one has replied

    • C

      Issue when passing URL as parameter

      General Discussion
      • • • Caio Kenup
      3
      0
      Votes
      3
      Posts
      373
      Views

      Felipe FanchiniF

      @Caio-Kenup I solved this problem including ^ just before &. So, as an example, I changed

      start www.youtube.com/watch?v=dQw4w9WgXcQ&autoplay=1

      to

      start www.youtube.com/watch?v=dQw4w9WgXcQ^&autoplay=1

      I believe that it will works to everybody that has a URL with character "&"

    • José Alberto RodríguezJ

      Problemas con Google Home

      Google Home
      • • • José Alberto Rodríguez
      5
      0
      Votes
      5
      Posts
      699
      Views

      José Alberto RodríguezJ

      Hola @Russ

      ¡Feliz año nuevo!

      Finalmente, con el cambio en la versión, todo funcionó perfectamente. ¡Gracias por tu fantástico trabajo y soporte!

      ¡Éxitos!

    • T

      para instalar me pide tokkern y ese tokken no lo encuentro en cuenta

      General Discussion
      • • • tommy0981
      3
      0
      Votes
      3
      Posts
      271
      Views

      Mauricio H.M

      @tommy0981 El token te lo ponen en rojo en la pagina de instrucciones, en la esquina izquierda superior, es una serie de numeros largos

    • RussR

      Quick Home Assistant setup with Docker

      Home Assistant
      • • • Russ
      1
      0
      Votes
      1
      Posts
      292
      Views

      No one has replied

    • S

      How do I do this? I copy and pasted the command into the "command" box and I tried using it with my alexa but it isnt working.

      Windows
      • • • Sxve__
      8
      0
      Votes
      8
      Posts
      699
      Views

      S

      @Russ bet man thank you so much for all of your help 🙂 im new to this coding stuff its super weird to me, Im definitely gonna learn alot from being in this community lol

    • RussR

      Just adding a post to plug the blueprint I just published to support the Home Assistant integration.

      Home Assistant
      • • • Russ
      1
      0
      Votes
      1
      Posts
      241
      Views

      No one has replied

    • RussR

      Home Assistant Blueprints for TRIGGERcmd

      Announcements
      • • • Russ
      1
      0
      Votes
      1
      Posts
      579
      Views

      No one has replied

    • RussR

      Run one of your TRIGGERcmd commands from a python script via Home Assistant

      Home Assistant
      • • • Russ
      1
      0
      Votes
      1
      Posts
      317
      Views

      No one has replied

    • RussR

      Offline triggers from Home Assistant

      Announcements
      • • • Russ
      1
      0
      Votes
      1
      Posts
      372
      Views

      No one has replied

    • Philip NguyenP

      Laptop Battery Management - Automated On/Off Cycle

      Example Commands
      • • • Philip Nguyen
      9
      0
      Votes
      9
      Posts
      3.0k
      Views

      xlPatriciaX

      Hello! I was using this script on my laptop and it was working normally. After formatting it this afternoon, I reinstalled everything again and got tcmd to work as it was before, but now it is not reading the battery %, it just keeps activating plugOn all the time regardless of how much battery is left.

      I don't understand scripts, so I apologize in advance for not being able to provide more information or details. If anyone can help me, I would be grateful.

      Just to let you know, I followed all the steps described here. I have tcmd utility in the C:\Windows folder, I downloaded BatteryInfoView.exe, I configured plugOn and plugOff in trigger_cmd and in Alexa and even so only plugOn is activated in a loop with Alexa's routines.

      Oh, and I apologize for having revived the topic. I thought it best to leave everything in the same place.

    • T

      Alexa stops midway when reading long sentences

      General Discussion
      • • • tigor
      6
      0
      Votes
      6
      Posts
      488
      Views

      RussR

      @tigor, great. I'm glad it's working.

    • G

      Alexa report What Artist & What Song in Music

      Mac
      • • • gajahduduk
      2
      0
      Votes
      2
      Posts
      408
      Views

      G

      IMPORTANT NOTE on above

      you must make the sendresult.sh bash script executable. go to terminal and:

      cd ~/.TRIGGERcmdData/ chmod +x sendresult.sh
    • D

      Need Advice on Setting Up Custom Commands for Multiple Devices

      General Discussion
      • • • davidcook
      2
      0
      Votes
      2
      Posts
      319
      Views

      RussR

      @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.

    • Gustavo RiosG

      Sair do Modo suspensão

      General Discussion
      • • • Gustavo Rios
      2
      0
      Votes
      2
      Posts
      303
      Views

      RussR

      @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.

    • Gustavo RiosG

      Sair do Modo suspensão

      Windows
      • • • Gustavo Rios
      1
      0
      Votes
      1
      Posts
      355
      Views

      No one has replied

    • RonR

      Background image

      Windows
      • • • Ron
      1
      0
      Votes
      1
      Posts
      301
      Views

      No one has replied