I'm running HS3 on an RPI and run into the following errors:
Feb-24 19:40:23
*
Error
Compiling script /home/pi/Downloads/HomeSeer/scripts/dump.vb: http://mono-project.com/Bugs)
Feb-24 19:40:23
*
Error
Compiling script /home/pi/Downloads/HomeSeer/scripts/dump.vb: Namespace or type specified in the Imports 'System.Core' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Feb-24 19:40:20
*
Event
Running script in background: /home/pi/Downloads/HomeSeer/scripts/dump.vb
Feb-24 19:40:20
*
Event
Event Trigger "Email Request Dump Status"
Feb-24 19:40:20
*
Event
Event Email Request Dump Status triggered by the event page 'Run' button.
Here's the VB code:
Dim thermostatName As String = "Thermostat"^M
Dim hvacName As String = "HVAC"^M
^M
Dim pluginName As String = "Insteon Thermostat"^M
Dim Instance As String = ""^M
Dim plugin As Object = New HomeSeerAPI.PluginAccess(hs, pluginName, Instance)^M
^M
Dim mode As String = plugin.PluginFunction("GetMode", {thermostatName})^M
HomeSeer version: HS3 Standard Edition 3.0.0.297 (Linux)
Insteon Plugin: 3.0.6.0
Insteon Thermostat Plugin: 3.0.5.3
Feb-24 19:40:23
*
Error
Compiling script /home/pi/Downloads/HomeSeer/scripts/dump.vb: http://mono-project.com/Bugs)
Feb-24 19:40:23
*
Error
Compiling script /home/pi/Downloads/HomeSeer/scripts/dump.vb: Namespace or type specified in the Imports 'System.Core' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Feb-24 19:40:20
*
Event
Running script in background: /home/pi/Downloads/HomeSeer/scripts/dump.vb
Feb-24 19:40:20
*
Event
Event Trigger "Email Request Dump Status"
Feb-24 19:40:20
*
Event
Event Email Request Dump Status triggered by the event page 'Run' button.
Here's the VB code:
Dim thermostatName As String = "Thermostat"^M
Dim hvacName As String = "HVAC"^M
^M
Dim pluginName As String = "Insteon Thermostat"^M
Dim Instance As String = ""^M
Dim plugin As Object = New HomeSeerAPI.PluginAccess(hs, pluginName, Instance)^M
^M
Dim mode As String = plugin.PluginFunction("GetMode", {thermostatName})^M
HomeSeer version: HS3 Standard Edition 3.0.0.297 (Linux)
Insteon Plugin: 3.0.6.0
Insteon Thermostat Plugin: 3.0.5.3
Comment