I think I have it right but the plugins won't stay running.
HS3 isn't running on a Pi but the Remote is.
Can some see if something isn't setup right?
The errors when running:
Here is the listing of the directory on the Pi:
The startup file:
HS3 isn't running on a Pi but the Remote is.
Can some see if something isn't setup right?
Code:
cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)" NAME="Raspbian GNU/Linux" VERSION_ID="8" VERSION="8 (jessie)" ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs" Mono JIT compiler version 3.2.8 (Debian 3.2.8+dfsg-10+deb8u1) Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com TLS: __thread SIGSEGV: normal Notifications: epoll Architecture: armel,vfp+hard Disabled: none Misc: softdebug LLVM: supported, not enabled. GC: sgen
The errors when running:
Code:
pi@Relay-01:/opt/RaspberryIO $ sudo ./run.sh
Code:
Plugin: RaspberryIO Instance: Relay-01 starting... Connecting to server at 10.0.2.16... Connection attempt #1 Connected (HomeSeer API 3). Waiting to be initialized... Dec-05 18:43:48 INFO RaspberryIO version 3.0.0.16 Missing method CompareString in assembly /opt/RaspberryIO/Scheduler.dll, type Microsoft.VisualBasic.CompilerServices.Operators Dec-05 18:43:48 ERROR System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. File name: 'Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' at HSPI_RaspberryIO.WebConfig..ctor (System.String pageName) [0x00000] in <filename unknown>:0 at HSPI_RaspberryIO.RaspberryPiApp.Init () [0x00000] in <filename unknown>:0 Shutdown IO called Dec-05 18:43:48 INFO Shutting Down plug-in Dec-05 18:43:48 INFO Shutting Down plug-in Connection lost, exiting Disconnected from server - client Waiting 30 seconds before trying to reconnect
Here is the listing of the directory on the Pi:
Code:
pi@Relay-01:/opt/RaspberryIO $ ls -l
Code:
total 3820 -rw-r--r-- 1 root root 75776 Sep 12 2016 HomeSeerAPI.dll -rw-r--r-- 1 root root 44032 Sep 12 2016 HSCF.dll -rw-r--r-- 1 root root 50176 Aug 10 16:20 HSPI_RaspberryIO.exe -rw-r--r-- 1 root root 351 Sep 10 2016 HSPI_RaspberryIO.exe.config -rw-r--r-- 1 root root 7680 Aug 10 16:16 Raspberry.IO.dll -rw-r--r-- 1 root root 47104 Aug 10 16:16 Raspberry.IO.GeneralPurpose.dll -rw-r--r-- 1 root root 14848 Aug 10 16:16 Raspberry.IO.Interop.dll -rw-r--r-- 1 root root 984594 Dec 5 18:04 RaspberryIO_remote_install_3-0-0-16.zip -rw-r--r-- 1 root root 13312 Aug 10 16:14 Raspberry.System.dll -rwxr-xr-x 1 root root 109 Dec 5 18:24 run.sh -rw-r--r-- 1 root root 2646528 Sep 12 2016 Scheduler.dll
The startup file:
Code:
pi@Relay-01:/opt/RaspberryIO $ cat run.sh
Code:
#!/bin/sh cd /opt/RaspberryIO mono HSPI_RaspberryIO.exe server=10.0.2.16 instance=Relay-01 autoreconnect=30
Code:
Dec-05 3:46:28 PM Info Plugin RaspberryIO with instance: Relay-01 has disconnected
Dec-05 3:46:28 PM RaspberryIO INFO Shutting Down plug-in
Dec-05 3:46:28 PM Error Initializing plug-in(1): RaspberryIO Instance:Relay-01:System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. File name: 'Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' at HSPI_RaspberryIO.WebConfig..ctor (System.String pageName) [0x00000] in :0 at HSPI_RaspberryIO.RaspberryPiApp.Init () [0x00000] in :0 Time to load: 22 milliseconds
Dec-05 3:46:28 PM RaspberryIO ERROR System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. File name: 'Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' at HSPI_RaspberryIO.WebConfig..ctor (System.String pageName) [0x00000] in :0 at HSPI_RaspberryIO.RaspberryPiApp.Init () [0x00000] in :0
Dec-05 3:46:28 PM RaspberryIO INFO RaspberryIO version 3.0.0.16
Dec-05 3:46:28 PM Starting Plug-In Initializing plugin RaspberryIO ...
Dec-05 3:46:28 PM Info Plugin RaspberryIO with instance Relay-01 has connected. IP:10.0.2.22:58964
Comment