TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Can not install Triggercmd on Rasbian Raspberry Pi

    General Discussion
    2
    13
    4.0k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ?
      A Former User
      last edited by

      I just go my Raspberry Pi. This is the first program I am trying to install.

      I tried using the terminal and following the instructions to download and install. I get an errors were encountered while processing.

      I tried downloading by clicking the link on the website (non- GUI) and then click download and try to install but it gets stuck on installing packages.

      I am at loss as what to do next. Everything I try is a dead end.

      Please help

      Rex

      RussR 1 Reply Last reply Reply Quote 0
      • RussR
        Russ @A Former User
        last edited by

        @rexabbot, are you using Putty to SSH to the Pi or are you using X-Windows? I hope you're using Putty because it would make it easier to copy/paste the output of your commands here.

        Please run these commands and post the output: https://www.triggercmd.com/forum/topic/12/raspberry-pi-setup

        You can exclude the output of these commands because it would be too much info:

        apt-get -y update
        apt-get -y upgrade
        

        Also, please show me the output of this command:

        cat /proc/cpuinfo | grep 'Revision' | awk '{print $3}'
        

        I want to check what type of Raspberry Pi you have.

        Russell VanderMey

        1 Reply Last reply Reply Quote 0
        • ?
          A Former User
          last edited by

          Thank you for the quick reply.

          I am having problems copying from putty. I have tried ctrl shift C and ctrl shift V.

          Also to I select reply on the web page you gave me to open a reply to paste to?

          Rex

          1 Reply Last reply Reply Quote 0
          • ?
            A Former User
            last edited by

            I have had some success.

            I am up to the step to enter my token. Where do I get that?

            Thanks, Rex

            RussR 1 Reply Last reply Reply Quote 0
            • RussR
              Russ @A Former User
              last edited by

              @rexabbot that's great. You're almost there. You can get the token from the Instructions page after you log in at www.triggercmd.com.

              Russell VanderMey

              1 Reply Last reply Reply Quote 0
              • ?
                A Former User
                last edited by

                I have logged in.

                Where do I find the token please.

                Rex

                1 Reply Last reply Reply Quote 0
                • ?
                  A Former User
                  last edited by

                  Ok sorry but I am slowly getting it.

                  Found the token.

                  I still dont know how to copy and paste to putty from the web browser.

                  Rex

                  1 Reply Last reply Reply Quote 0
                  • ?
                    A Former User
                    last edited by

                    Control Shift V work in the terminal but not putty.

                    I am now conntect.

                    Thanks, Rex

                    1 Reply Last reply Reply Quote 0
                    • ?
                      A Former User
                      last edited by

                      I am not seeing my tray icon.

                      What should I do to get that to show?

                      Thanks, Rex

                      RussR 1 Reply Last reply Reply Quote 0
                      • RussR
                        Russ @A Former User
                        last edited by Russ

                        @rexabbot. the tray icon is only part of the GUI (graphical user interface) versions of the agent. The Raspberry Pi version does not include a GUI. You have to edit your ~/.TRIGGERcmdData/commands.json file with vi or pico like this:

                        pico ~/.TRIGGERcmdData/commands.json 
                        

                        The Raspberry Pi version would generally only run background commands via the daemon that you install with this command:

                        /usr/share/triggercmdagent/app/src/installdaemon.sh
                        

                        What commands are you planning to run on your Pi via TRIGGERcmd? I use mine to open my garage doors and wake up my PC remotely. Let me know if you have any other cool ideas.

                        BTW, to copy text from a Putty window, you just have to select it with your mouse. It automatically copies it so you can paste it.

                        Russell VanderMey

                        1 Reply Last reply Reply Quote 0
                        • ?
                          A Former User
                          last edited by

                          Thanks again for the help!

                          I am using Triggercmd to control my x10 lamp modules and light switches. I have quite a few left over.

                          I am now using some wemo plugs.

                          Home automation is addictive, so I am sure I will do a lot more later after I get a more stable environment with what I have so far.

                          It is fun!

                          Rex

                          1 Reply Last reply Reply Quote 0
                          • ?
                            A Former User
                            last edited by

                            Can the GUI form of Triggercmd be on installed on Raspberry Pi 3?

                            Thanks
                            Rex

                            RussR 1 Reply Last reply Reply Quote 0
                            • RussR
                              Russ @A Former User
                              last edited by Russ

                              @rexabbot, no, but if you want to run foreground commands that launch GUI application like a browser, you can open a terminal window within X-Windows, and run triggercmdagent. That will run the agent in foreground mode.

                              Unfortunately you won't be able to use the GUI editor though, so you'll have to edit the commands.json file manually with vi or pico.

                              Russell VanderMey

                              1 Reply Last reply Reply Quote 0
                              • First post
                                Last post