TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Example Commands
    3. Raspberry Pi
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • tuicemenT

      Arm/Disarm Security system via Google/Alexa

      homegenie x10 alexa google assistan raspberry pi • • tuicemen
      3
      0
      Votes
      3
      Posts
      633
      Views

      tuicemenT

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

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

      Check DuckDNS connection status/update

      homegenie alexa google assistan raspberry pi • • tuicemen
      1
      1
      Votes
      1
      Posts
      1.3k
      Views

      No one has replied

    • tuicemenT

      Say room temperature and humidity

      raspberry pi alexa google assistan • • tuicemen
      9
      0
      Votes
      9
      Posts
      1.0k
      Views

      tuicemenT

      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
    • H

      Google assistant say the Raspberry Pi temperature

      • • hm123
      6
      1
      Votes
      6
      Posts
      1.0k
      Views

      tuicemenT

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

    • tuicemenT

      Control multi WiFi cameras via one script

      • • tuicemen
      1
      0
      Votes
      1
      Posts
      215
      Views

      No one has replied

    • thibou.justinT

      trigger ssh command on raspberry pi

      • • thibou.justin
      4
      0
      Votes
      4
      Posts
      569
      Views

      RussR

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

    • RussR

      Control RGB LED bike lights with Raspberry Pi

      raspberry pi • • Russ
      1
      0
      Votes
      1
      Posts
      490
      Views

      No one has replied

    • RussR

      Turn on a computer

      raspberry pi • • Russ
      16
      0
      Votes
      16
      Posts
      15.1k
      Views

      RussR

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

    • A

      Raspberry Pi install failed

      • • Antonio36996
      11
      0
      Votes
      11
      Posts
      1.2k
      Views

      RussR

      @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
    • J

      This topic is deleted!

      • • jesgomp
      1
      0
      Votes
      1
      Posts
      6
      Views

      No one has replied

    • Wesley CorreaW

      Socket is trying

      • • Wesley Correa
      2
      0
      Votes
      2
      Posts
      340
      Views

      RussR

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

    • RussR

      Turn a Windows PC on or off with your Raspberry Pi

      • • Russ
      1
      0
      Votes
      1
      Posts
      1.7k
      Views

      No one has replied

    • RussR

      LED strip control from a Raspberry Pi

      • • Russ
      1
      0
      Votes
      1
      Posts
      790
      Views

      No one has replied

    • A

      Yamaha Amps Raspberry and RXV

      • • Atmosphere
      1
      0
      Votes
      1
      Posts
      820
      Views

      No one has replied

    • RussR

      Raspberry Pi based garage door opener

      • • Russ
      1
      0
      Votes
      1
      Posts
      4.5k
      Views

      No one has replied