• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
TRIGGERcmd
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  1. Home
  2. Steve Porter
  3. Best
  • Profile
  • Following 0
  • Followers 0
  • Topics 2
  • Posts 21
  • Best 2
  • Controversial 0
  • Groups 0

Best posts made by Steve Porter

  • RE: Installed agent on Rasberry Pi, broke Windows installation

    @Russ Thanks, that did the trick!

    On to Rasberry, following the new instructions to the letter!!

    posted in Windows
    S
    Steve Porter
    Jul 31, 2020, 2:23 AM
  • RE: Command format on Raspi

    @tuicemen Got it all working tonight. YAY! Thanks again guys. Just to get it all in one place, here's what works for me:

    /root/.TRIGGERcmdData/commands.json
    [
    {"trigger":"Living Room Fan","command":"/home/pi/scripts/X10.sh i6","ground":"background","voice":"Living Room Fan","allowParams": "true"},
    ]

    (duplicated for each X10 house unit, i.e. i6, i5, etc.)

    Script:
    "/home/pi/scripts/X10.sh i6"

    echo "pl $1 $2" | nc -w 1 localhost 1099
    echo "sent powerline command $1 $2 to mochad"

    Even with you guys' help this was a bit of a pain. This really should all be put into a simple install guide. But, it works great!

    Cheers!

    posted in Raspberry Pi
    S
    Steve Porter
    Jan 30, 2022, 4:30 AM