TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Călin Cătălin Alexandru
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    Călin Cătălin Alexandru

    @Călin Cătălin Alexandru

    Îmi plac grasutele

    0
    Reputation
    2
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Călin Cătălin Alexandru Unfollow Follow

    Latest posts made by Călin Cătălin Alexandru

    • RE: Raspberry Pi OS (64 bit)

      looks like the problem was the last line in commands.json

      i have delete: {"trigger":"Pi temperature","command":"python3 /home/pi/temperature.py","ground":"background","voice":"system temperature","voiceReply":"The pi temperature is {{result}} degrees","allowParams": "false"}
      and now it works 🙂

      posted in General Discussion
      Călin Cătălin AlexandruC
      Călin Cătălin Alexandru
    • RE: Raspberry Pi OS (64 bit)

      https://imgur.com/a/pjRUKOO

      posted in General Discussion
      Călin Cătălin AlexandruC
      Călin Cătălin Alexandru
    • RE: Raspberry Pi OS (64 bit)

      root@z3r0:~# systemctl status triggercmdagent
      ● triggercmdagent.service - TRIGGERcmd Agent
      Loaded: loaded (/etc/systemd/system/triggercmdagent.service; enabled; vendor preset: enabled)
      Active: active (running) since Tue 2020-07-28 18:39:58 EEST; 671ms ago
      Main PID: 625 (node)
      Tasks: 6 (limit: 4539)
      CGroup: /system.slice/triggercmdagent.service
      └─625 node /usr/share/triggercmdagent/app/src/daemon.js --run /root/.TRIGGERcmdData

      Jul 28 18:39:58 z3r0.go.ro systemd[1]: Started TRIGGERcmd Agent.

      posted in General Discussion
      Călin Cătălin AlexandruC
      Călin Cătălin Alexandru
    • Raspberry Pi OS (64 bit)

      i can't make it work on the Raspberry Pi OS (64 bit)
      i have modified the file /root/.TRIGGERcmdData/commands.json
      but is still showing the default commands on the site.

      [
      {"trigger":"Reboot","command":"shutdown -r","ground":"background","voice":"reboot","allowParams": "false"},
      {"trigger":"Clear ram","command":"/home/pi/ram.sh","ground":"background","voice":"Clear ram","allowParams": "false"},
      {"trigger":"Computer on","command":"/home/pi/wol.sh","ground":"background","voice":"Computer on","allowParams": "false"},
      {"trigger":"apt update","command":"apt-get -y update","ground":"background","voice":"update","allowParams": "false"}
      {"trigger":"Pi temperature","command":"python3 /home/pi/temperature.py","ground":"background","voice":"system temperature","voiceReply":"The pi temperature is {{result}} degrees","allowParams": "false"}
      ]
      and on site it shows

      Gnome Editor
      Reboot
      yum update
      apt update

      and i dot kow way evry time i refresh the page on site the token is a new one.
      in: Your Computers it shows up like is connected.

      posted in General Discussion
      Călin Cătălin AlexandruC
      Călin Cătălin Alexandru