TRIGGERcmd
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Example Commands
    3. Raspberry Pi
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • Russ

      Raspberry Pi based garage door opener
      • Russ

      1
      0
      Votes
      1
      Posts
      4096
      Views

      No one has replied

    • A

      Yamaha Amps Raspberry and RXV
      • Atmosphere

      1
      0
      Votes
      1
      Posts
      588
      Views

      No one has replied

    • Russ

      LED strip control from a Raspberry Pi
      • Russ

      1
      1
      Votes
      1
      Posts
      490
      Views

      No one has replied

    • Russ

      Turn a Windows PC on or off with your Raspberry Pi
      • Russ

      1
      0
      Votes
      1
      Posts
      1162
      Views

      No one has replied

    • Wesley Correa

      Socket is trying
      • Wesley Correa

      2
      0
      Votes
      2
      Posts
      156
      Views

      Russ

      @Wesley-Correa, that means your computer lost connection with the server and it's trying to reconnect.

    • J

      This topic is deleted!
      • jesgomp

      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • A

      Raspberry Pi install failed
      • Antonio36996

      11
      0
      Votes
      11
      Posts
      592
      Views

      Russ

      @Radosław-Szałkowski, from that output it looks like the background service installation worked.

      Can you show me the output of this command?

      systemctl status triggercmdagent
    • Russ

      Turn on a computer
      raspberry pi • • Russ

      16
      0
      Votes
      16
      Posts
      11078
      Views

      Russ

      @Wesley-Correa, if you share your computer with another TRIGGERcmd user, all of the commands on that computer are shared.

      Are you seeing the commands you created in commands.json on the website?

    • D

      Running a python script on a raspberry pi
      • daproduct

      14
      0
      Votes
      14
      Posts
      404
      Views

      Russ

      @daproduct , no problem. Thanks for sharing your TRIGGERcmd use cases.

    • Russ

      Control RGB LED bike lights with Raspberry Pi
      raspberry pi • • Russ

      1
      0
      Votes
      1
      Posts
      121
      Views

      No one has replied

    • thibou.justin

      trigger ssh command on raspberry pi
      • thibou.justin

      4
      0
      Votes
      4
      Posts
      202
      Views

      Russ

      @thibou-justin,
      I'm glad that worked.
      No, I don't have a donations page - just the annual subscription.

    • tuicemen

      Is it possible to have more then one parameter?
      • tuicemen

      5
      0
      Votes
      5
      Posts
      90
      Views

      tuicemen

      @russ Thanks, I found my error, the line in the commands.json file was correct.
      I was putting in the wrong X10 address for my test thus it was turning on/off a light in the basement not my test light.

    • tuicemen

      Control multi WiFi cameras via one script
      • tuicemen

      1
      0
      Votes
      1
      Posts
      42
      Views

      No one has replied

    • H

      Google assistant say the Raspberry Pi temperature
      • hm123

      6
      1
      Votes
      6
      Posts
      445
      Views

      tuicemen

      @russ thanks for that suggestion though I may wait to see what you come up with.
      The TRIGGERcmd Command does work, even if a bit clunky but maybe I'm just not using it correctly.
      In any case I don't plan to use this temperature call often as I do have the read out in HomeGenie.

    • tuicemen

      Say room temperature and humidity
      raspberry pi alexa google assistan • • tuicemen

      9
      0
      Votes
      9
      Posts
      199
      Views

      tuicemen

      If your like me and find the decimal point in the return a bit confusing you can change the line

      os.system('~/.TRIGGERcmdData/sendresult.sh ' + 'Temp={0:0.1f} Humidity={1:0.1f}'.format(t,h))

      to

      os.system('~/.TRIGGERcmdData/sendresult.sh ' + 'Temp={0:0.0f} Humidity={1:0.0f}'.format(t,h))

      if you wish the return to send a Fahrenheit value instead of Celsius you can add the line

      t = (t* 1.8) + 32

      just after the line

      #Print Temperature and Humidity on Shell window
    • tuicemen

      Check DuckDNS connection status/update
      homegenie alexa google assistan raspberry pi • • tuicemen

      1
      1
      Votes
      1
      Posts
      150
      Views

      No one has replied

    • tuicemen

      Arm/Disarm Security system via Google/Alexa
      homegenie x10 alexa google assistan raspberry pi • • tuicemen

      3
      0
      Votes
      3
      Posts
      145
      Views

      tuicemen

      Here's the command to arm the HG security system widget to armed home.

      curl http://HGAddress/api/HomeAutomation.HomeGenie.Automation/90/Control.ArmHome
    • tuicemen

      Run a HomeGenie macro(script, scene)
      homegenie alexa google assistan raspberry pi • • tuicemen

      1
      0
      Votes
      1
      Posts
      93
      Views

      No one has replied

    • W

      433Mhz remote gate opener with Raspberry Pi
      433mhz raspberry pi • • Wholepunch

      8
      1
      Votes
      8
      Posts
      936
      Views

      W

      @russ Interesting idea... make auto billing possible for registered customers etc...

    • tuicemen

      Alexa Google Panic Alarm
      google assistan alexa x10 homegenie raspberry pi • • tuicemen

      5
      0
      Votes
      5
      Posts
      153
      Views

      tuicemen

      Yesterday I did a clean up of my HomeGenie disabling things I thought I no longer needed. After this I tested my Panic Alarm and discovered there were a few things required that I had left out. These may have been set by default with the initial install of HomeGenie.

      Besides the Demo-Toggle Door having to be enabled the Virtual Modules Demo program must also be enabled. As well the Automation.Demo 2 "DoorSensor" need to have the options to "Use as security sensor" and "Also trigger when armed Home" checked. The Automation.Demo 2 "DoorSensor" has to be in the closed condition prior to arming the security widget or you will need to send 2 panic calls