Announcement

Collapse
No announcement yet.

Output on/off and status issues

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Output on/off and status issues

    When I put to output, gpio received command. When I try to on /off not work, same with status.
    Ssh gpio work great.
    Good mono version installed

    Help please

    #2
    What model of RPi are you testing?
    Could you try to connect a simple LED to the GPIO you are testing.
    Do you run the plug-in as a remote instance? If so do you use sudo to start it?

    Could you set the log level to debug, then restart the plug-in, and post your logs. Thanks

    Comment


      #3
      Log

      Raspberry Pi 3B


      HS (Inverse log) :
      Device Control Device: RAS RaspberryIO GPIO 5 to On (1) by/from: CAPI Control Handler
      Device Control Device: RAS RaspberryIO GPIO 5 to Off (0) by/from: CAPI Control Handler
      Device Control Device: RAS RaspberryIO GPIO 27 to On (1) by/from: CAPI Control Handler
      Device Control Device: RAS RaspberryIO GPIO 17 to On (1) by/from: CAPI Control Handler
      Device Control Device: RAS RaspberryIO GPIO 5 to Off (0) by/from: CAPI Control Handler
      Device Control Device: RAS RaspberryIO GPIO 5 to On (1) by/from: CAPI Control Handler
      Device Control Device: RAS RaspberryIO GPIO 17 to Off (0) by/from: CAPI Control Handler
      Device Control Device: RAS RaspberryIO GPIO 27 to On (1) by/from: CAPI Control Handler
      Device Control Device: RAS RaspberryIO GPIO 27 to Off (0) by/from: CAPI Control Handler
      RaspberryIO INFO Serial number:
      RaspberryIO INFO Firmware rev10494082, board model B3 (Raspberry Pi 3 Model B)
      RaspberryIO INFO Raspberry Pi running on Bcm2835 processor
      RaspberryIO INFO RaspberryIO version 3.0.0.8
      Info Plugin RaspberryIO with instance RAS has connected. IP:192.168.1.154:36628
      RaspberryIO ERROR System is not a Raspberry Pi
      Plug-In Finished initializing plug-in RaspberryIO
      RaspberryIO INFO RaspberryIO version 3.0.0.8
      Info Plugin RaspberryIO has connected. IP:127.0.0.1:61705


      On PI :
      pi@raspberrypi:~/RaspberryIO $ sudo ./run.sh
      Plugin: RaspberryIO Instance: RAS starting...
      Connecting to server at 192.168.1.15...
      Connection attempt #1
      Connected (HomeSeer API 3). Waiting to be initialized...
      INFO RaspberryIO version 3.0.0.8
      INFO Raspberry Pi running on Bcm2835 processor
      INFO Firmware rev10494082, board model B3 (Raspberry Pi 3 Model B)
      INFO Serial number:


      No errors in log (debug). Status change in homeseer, led does not toogle. Led work with other web interface and ssh. Ideas ? Sorry for my english.

      Comment


        #4
        it doesn't look like you set the log level to Debug...
        also you don't need to start the RaspberryIO plugin instance on your HS3 server.

        set the log level to Debug for the remote instance, then stop the plugin on your HS3 server as well as the remote instance, then delete all your RaspberryIO HS devices, then restart the remote instance only (i.e. sudo ./run.sh)

        Comment


          #5
          debug mode log

          RaspberryIO DEBUG Pin13 value changed to Off
          RaspberryIO DEBUG Setting direction to Output for Pin13
          RaspberryIO DEBUG Pin13 value changed to Off
          RaspberryIO DEBUG Setting direction to "Not Used" for Pin13
          RaspberryIO DEBUG Pin13 value changed to Off
          RaspberryIO DEBUG Setting direction to Output for Pin13
          RaspberryIO DEBUG Pin13 value changed to Off
          RaspberryIO DEBUG Setting direction to "Not Used" for Pin13
          RaspberryIO DEBUG Pin27 value changed to On
          RaspberryIO DEBUG Pin27 value changed to Off
          RaspberryIO DEBUG Pulsing Pin27 for 1000ms
          Device Control Device: RAS RaspberryIO GPIO 27 to Pulse (-1001) by/from: CAPI Control Handler
          RaspberryIO DEBUG Pin22 value changed to Off
          RaspberryIO DEBUG Setting Pin22 to Off
          RaspberryIO DEBUG Pin22 value changed to On
          RaspberryIO DEBUG Toggling Pin22


          when : RaspberryIO DEBUG Setting direction to Output for Pin13
          Put led on,
          when i choose not used : RaspberryIO DEBUG Pin13 value changed to Off
          and put led off

          Comment


            #6
            I think this is a bug introduced in version 3.0.0.8, I fixed it in version 3.0.0.9.
            Please test this version and let me know. Thanks!

            Comment


              #7
              it's work with need version. Status to thank you

              Comment

              Working...
              X