If this is your first visit, be sure to check out the FAQ. You must register before you can post. Your first post will be checked for appropriate content
(SPAM) - please allow a bit of time for that. After that, you'll be able to post at will!
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
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.
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)
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