I am running a standard HS3 install on a Raspberry Pi2 (Raspbian Jessie). My system has performed perfectly since I set it up quite q few months a ago.
I have been running a few vb-scripts without problems. I mostly write bash scripts because that is what I am versed in, but now I am trying my hands on modyfying vb-scripts for my needs.
It seems, however, that many vb-scripts (confirmed working on windows setups, at least) fail on my system. The startup/shutdown scripts work well, and I have some other longish scripts that perform well, but something as simple as (run from control panel)
fails with
Any ideas?
I have been running a few vb-scripts without problems. I mostly write bash scripts because that is what I am versed in, but now I am trying my hands on modyfying vb-scripts for my needs.
It seems, however, that many vb-scripts (confirmed working on windows setups, at least) fail on my system. The startup/shutdown scripts work well, and I have some other longish scripts that perform well, but something as simple as (run from control panel)
Code:
hs.SetDeviceValue(967, "test")
Code:
Error 1 Running script /tmp/K3.vb :Exception has been thrown by the target of an invocation.Conversion from string "test" to type 'Double' is not valid.