Quantcast
Channel: HomeSeer Message Board
Viewing all 23654 articles
Browse latest View live

Help with intermittent VB.NET script error

$
0
0
I hope someone can help with this... Feel free to rip the code apart. I am new to to VB.NET :-)

I have some code that runs fine and does as intended and then after an unspecified amount of time (this example took 50 mins based on log time) or tries it goes throwing the error below. Here is the Code, then the Log when it is fine and the Log when it tanks. Rebooting HS3Pro server fixes it temporarily.

And it wasn't doing this all along, this just started a few days ago. Granted some code changes were made but I am stumped.

Code:

Public Sub Main(pParms As Object)

        Dim SecStatus As Boolean
        Dim P0 As String
        Dim P1 As String
        'For Y = 0 To UBound(pParms)
        '    hs.WriteLog("DebugCode", pParms(Y))
        'Next
        SecStatus = False
        P0 = pParms(0).ToString()
        P1 = pParms(1).ToString()

        If P1.Length <= 0 Then
            hs.PlayWavFile("C:\Program Files (x86)\HomeSeer HS3\Wave\LCARSDenied.wav", "Automation-SVR:" & P0, False)
            hs.WriteLog("Debug", "No Code entered")
            Exit Sub
        End If

        If P1 = "2264" Then


            SecStatus = True

            hs.TriggerEvent("LCARSUnlock-" & P0)  'Three Events cause 3 possible devices could trigger it. Only want the event to fire for the device that triggered it.





        Else hs.PlayWavFile("C:\Program Files (x86)\HomeSeer HS3\Wave\LCARSDenied.wav", "Automation-SVR:" & P0, False)
            hs.WriteLog("Debug", "Code is wrong :" & P1)
        End If
       
    End Sub




Here is the log when it is AOK

Jul-18 7:40:09 PM Event Event Trigger "System LCARSUnlock"
Jul-18 7:39:19 PM Event Event Trigger "System LCARSUnlock"
Jul-18 7:38:59 PM Event Event Trigger "System HSTouch-WaterWorld-ClientSetName"
Jul-18 7:38:59 PM HSTouch Server This client was already connected, removing old connection.
Jul-18 7:38:59 PM Speaker Speaker host added, Name: Automation-SVR Instance: WaterWorld IP address: 10.0.0.37
Jul-18 7:38:59 PM HSTouch Server Connecting speaker client to HomeSeer IP 10.0.0.17
Jul-18 7:38:59 PM HSTouch Server Client WaterWorld (10.0.0.37/3270) named WaterWorld has CONNECTED.
Jul-18 7:38:58 PM HSTouch Server Opening connection from:10.0.0.37/3270
Jul-18 7:38:56 PM Event Event Trigger "System HSTouch-LCARS_MAIN-ClientSetName"
Jul-18 7:38:56 PM Speaker Speaker host added, Name: Automation-SVR Instance: LCARS_MAIN IP address: 10.0.0.31
Jul-18 7:38:56 PM HSTouch Server Connecting speaker client to HomeSeer IP 10.0.0.17
Jul-18 7:38:56 PM HSTouch Server Client LCARS_MAIN (10.0.0.31/50646) named LCARS_MAIN has CONNECTED.
Jul-18 7:38:55 PM HSTouch Server Opening connection from:10.0.0.31/50646
Jul-18 7:38:46 PM HSTouch Server Client WaterWorld named WaterWorld has DISCONNECTED.
Jul-18 7:38:46 PM ASR Speaker Client speech recognition stopped
Jul-18 7:38:46 PM Speaker Speaker host disconnected, Name: AUTOMATION-SVR IP address: 10.0.0.37
Jul-18 7:38:46 PM HSTouch Server Client WaterWorld:WaterWorld (10.0.0.37/3192) has raised LineDisconnected or was forced closed.
Jul-18 7:38:45 PM EnvisaLink DEBUG CommandAcknowledge 000
Jul-18 7:38:45 PM EnvisaLink DEBUG Request: Poll
Jul-18 7:38:39 PM HSTouch Server Client LCARS_MAIN named LCARS_MAIN has DISCONNECTED.
Jul-18 7:38:39 PM ASR Speaker Client speech recognition stopped
Jul-18 7:38:39 PM Speaker Speaker host disconnected, Name: AUTOMATION-SVR IP address: 10.0.0.31
Jul-18 7:38:39 PM HSTouch Server Client LCARS_MAIN:LCARS_MAIN (10.0.0.31/50644) has raised LineDisconnected or was forced closed.
Jul-18 7:38:24 PM Event Event Trigger "System HSTouch-LCARS_MAIN-ClientSetName"
Jul-18 7:38:24 PM Speaker Speaker host added, Name: Automation-SVR Instance: LCARS_MAIN IP address: 10.0.0.31



Here it is when it goes south.


Jul-18 8:29:59 PM Event Event Trigger "System HSTouch-WaterWorld-ClientSetName"
Jul-18 8:29:59 PM Event Event Trigger "System HSTouch-WaterWorld-ClientSetName"
Jul-18 8:29:58 PM Error Calling HSEvent in plugin tenScripting, Instance T081408:Object reference not set to an instance of an object.
Jul-18 8:29:34 PM Error 3 Running script LavallieHA.vb :Exception has been thrown by the target of an invocation.->Does entry point Main exist in script? at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Obj ect obj, Object[] parameters, Object[] arguments) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at Scheduler.clsRunVBNetScript.ExecuteScript()

Jul-18 8:28:45 PM EnvisaLink DEBUG CommandAcknowledge 000
Jul-18 8:28:45 PM EnvisaLink DEBUG Request: Poll
Jul-18 8:28:27 PM Event Event Trigger "System LCARSUnlock-LCARS_MAIN"
Jul-18 8:28:27 PM Event Event System LCARSUnlock-LCARS_MAIN triggered by the event page 'Run' button.
Jul-18 8:28:00 PM Event Event Trigger "System LCARSUnlock-LCARS_MAIN"
Jul-18 8:28:00 PM Event Event System LCARSUnlock-LCARS_MAIN triggered by the event page 'Run' button.
Jul-18 8:27:46 PM Event Event Trigger "System LCARSUnlock-LCARS_MAIN"
Jul-18 8:27:46 PM Event Event System LCARSUnlock-LCARS_MAIN triggered by the event page 'Run' button.
Jul-18 8:26:45 PM EnvisaLink DEBUG CommandAcknowledge 000
Jul-18 8:26:45 PM EnvisaLink DEBUG Request: Poll
Jul-18 8:26:39 PM Event Event Trigger "System LCARSUnlock-WaterWorld"

System as it is now - Will eventually get it in my Signature.....
HomeSeer Version: HS3 Pro Edition 3.0.0.435 (Windows)
HomeSeer: Is Registered
Operating System: Microsoft Windows 7 Professional - Work Station

HSTouch clients are 3.0.0.55 on Win10 Pro Tablets and one Win7 Pro x64 PC


Thanks
-Nac

Trouble installing plugin

$
0
0
I am running HS3 Pro Edition 3.0.0.458 (Windows 10) and trying to install JowiHue Plugin 2.0.2.5. After installation, on the Plug-Ins Manage page, this plugin shows "No License or trial expired" and "WARNING: Failed getting InterfaceStatus from JowiHue - the interface was not found in the list of active interfaces, the list may need to be refreshed."

I would like to use this on a trial basis and have never had it installed before. Since the version of HS3 Pro is beta, I'm wondering if there is a compatibility problem with this version. If not, how do I proceed?

Thanks,
Elliott

Can't communicate with lock

$
0
0
One of my locks says unknown status and hs3 is saying it can't communicate with the lock. It was fine yesterday.

I tried going to the device z wave tab and pressing rescan and I also tried running optimize. It says it can't reach it.

But on node config it says it's recognize about 50 neighbors.

It's a schlage connect.

What should I try next? It's a little disconcerting my door lock just started doing this...

Closing Previous Window

$
0
0
In HSTouch there is an action to close a screen. You have to specify exactly which screen you want to close. Is there a way to close the pervious screen?

Here is a scenario why this would be helpful. I have my main screen with a few options including Weather. When I click on Weather it brings me to the weather screen (options: Show another screen by itself). When I click on my Android's back button I want to be able to get back to the main screen.

The above works fine if I don't do anything on the weather screen. However, I have a drop down menu with quite a few cities to chose from. When selecting a city it pulls up the weather screen for that city, again using "Show another screen by itself". When I press the back button now, it will bring me back to the previous weather screen and not the home screen. I can avoid that by issuing a command to close each possible weather screen (of which there is really just one open). If I add one additional city I have to go to all the screens and add another command to close that screen. A similar issue happens with traffic screens. Hence, it would be much more efficient if I can just say "Close previous screen". Is there anything like that?

In URLAction GET: The operation has timed out

Setup polling

$
0
0
I have one of the hs-ms100+ sensors in my garage to activate the lights at night when the car pulls in. I have the events set so that the motion/no motion correctly activates the appropriate event to turn on/off the light and set a occupied/unoccupied virtual device. The problem lies with when the light switch is manually activated. I have a separate event that controls this based on how long the occupied/unoccpied virtual device has been in unoccupied status. The problem is when the sensor is in no motion and the room is "unoccupied". The event tied to the manual switch push also sets the occupied status virtual device to occupied and then the lights never will go over because the sensor does not change from no event until the next motion is detected and it reverts. Is there a setting on the sensor that I can change to have it update the status in homeseer every 30 minutes or something? I have it plugged into a wall outlet so battery life is not an issue.

Z-Wave application command handler: Index was outside the bounds of the array

$
0
0
Keep getting a ton of these errors in my event log... how do we resolve and fix these, this has been going on for quite some time using various versions of HS3. Currently running release version .435. I'd like to see this issue resolved once and for all.

Current Date/Time: 7/18/2018 10:52:57 PM
HomeSeer Version: HS3 Standard Edition 3.0.0.435
Linux version: Linux Si-HomeSeer 4.9.0-6-amd64 #1 SMP Debian 4.9.88-1+deb9u1 (2018-05-07) x86_64 GNU/Linux System Uptime: 39 Days 1 Hour 7 Minutes 54 Seconds
Number of Devices: 548
Number of Events: 288
Available Threads: 199
HSTouch Enabled: True
Event Threads: 1
Event Trigger Eval Queue: 0
Event Trigger Priority Eval Queue: 0
Device Exec Queue: 0
HSTouch Event Queue: 0
Email Send Queue: 0
Anti Virus Installed:

Enabled Plug-Ins
3.0.0.13: AirplaySpeak
1.3.2.0: Device History
3.0.0.48: EasyTrigger
3.0.0.40: EnvisaLink
3.0.1.228: Z-Wave

Jul-18 5:59:24 PM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-18 5:59:23 PM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-18 11:19:28 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-18 11:19:28 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-18 11:19:28 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-18 11:19:28 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-18 11:19:27 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-18 11:03:30 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-18 11:03:30 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-18 11:03:30 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-18 11:03:30 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-18 11:03:30 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-18 11:03:29 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-17 12:05:50 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-17 12:05:50 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-17 12:05:50 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-16 10:45:51 PM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-16 10:45:51 PM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-16 10:45:51 PM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-16 10:45:50 PM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-16 1:32:32 PM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-16 1:29:55 PM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-16 1:29:54 PM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-16 1:13:55 PM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-16 1:13:55 PM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-16 1:13:55 PM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-16 1:13:55 PM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-14 7:40:29 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-14 7:40:29 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-13 10:04:37 PM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-13 10:04:36 PM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-13 10:04:36 PM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-13 8:36:43 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-13 8:36:43 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-13 7:12:44 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-13 7:12:44 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-12 7:02:52 PM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-12 7:02:52 PM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-12 7:02:51 PM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-12 8:27:00 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-12 8:27:00 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-12 8:27:00 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-12 8:27:00 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-12 8:27:00 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-12 8:26:59 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-12 6:39:00 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-12 6:39:00 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-12 6:39:00 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.
Jul-12 2:51:03 AM Z-Wave Error In Z-Wave application command handler: Index was outside the bounds of the array.

Can't communicate with lock

$
0
0
One of my locks says unknown status and hs3 is saying it can't communicate with the lock. It was fine yesterday.

I tried going to the device z wave tab and pressing rescan and I also tried running optimize. It says it can't reach it.

But on node config it says it's recognize about 50 neighbors.

It's a schlage connect.

What should I try next? It's a little disconcerting my door lock just started doing this...

Z-NET/Z-Wave Question

$
0
0
Not sure if this is correct forum, but since I have a Z-NET, I will start here.

Is it possible for multiple HS3 instances to access the same Z-NET and to control connected Z-wave devices?

The reason I ask is that I am going to transition from for one machine to another. While I know that I can simply copy the HomeSeer directory (I'm moving from Linux to Linux), I desire to start with a "clean" setup.

Thanks,

Device are created in double

$
0
0
Update: I tried to unistalled it and it seem that devices are ok.

But no update.


Hi

I just installed the plugin and activated with my information.

But i can see that every device is doubled


Also i don't have any update.

Any idea ?:confused:

Attached Images
 

Virtual slider not tracking using custom slider in HS3T Designer

$
0
0
I have created a slider in HS3 that represents a volume control for my phone (linked using MQTT plugin + the MQTT Tasker plugin [the easiest way of integrating tasker into HS and HS to Tasker BTW]).

The slider uses values 1-10 and 0 as mute.

I have managed to get tasker to track the virtual slider using the web interface no problem and MQTT sends the values perfectly and swiftly so no problem there.

However in HS3 Designer, using a custom slider that I use many other times in my HS3 Touch Designer project to control dimmers around the house, the slider when assocuated to the virtual slider in HS3 doesnt work at all.

Additionally, if i use a text box to look at the value of the HS3 virtual slider, the text box wont even show the current value - whereas if i point the txt box to a dimmer in my house it shows th value of the dimmer perfectly. The values show perfectly in the HS3 web interface.

Has anyone created a "virtual volume slider" in HS3 and shown it in HS3Touch successfully?

Any help would be appreciated...

Raspbee Premium plug-in board

$
0
0
***** SOLD ****

I have for sale a used Raspbee Premium plug-in board. It was used for about a month and a half. Decided to go mainly Z wave which is why I no longer need it.

Asking $25, which includes shipping. Will accept payment via Paypal.

DM me if interested.

Migrating from Z-Stick S2 to SmartStick+

$
0
0
Hi
I just purchased the SmartStick+ to replace my Z-Stick S2 and I am waiting for it to arrive. In the meantime, i took a look at the instructions posted on how to replace the Z-Stick . The instructions look simple enough. My issue is this... in the video it shows the option to "Restore a network to this interface" even when the S2 is selected. I don't have this option. Does this option appear once the SmartStick is inserted/enabled or am I missing something?


Thanks
Joe

Homeseer Mobile Beta

$
0
0
I have upgraded and been testing the new Homeseer Mobile Beta.

Overall it is pretty good and definitely an upgrade.

I am having trouble with the devices associated with this plug being disabled.

Attached is a picture of what I am talking about. I know you might not of tried this yet but wasnt sure where to start.

Attached Images
 

Checking on 100's of ...hsd-journal processes.

$
0
0
I have been having high disk activity that is creating some use issues.

C:\Program Files (x86)\Homeseer HS3\Data\Jul 12 2018.hsd-journal

Seeing 300+ of these files in Resource Monitor. They show the same PID "6988" and are using resources with read and writes to Win 10. It is hard to count them since they are active and changing. (see the attached screen capture)

I was looking for high disk activity and this one seems to be a top cause.
I noticed that these processes had over 50ms response times in the resource monitor. Is this showing a problem or a symptom
.
Current Date/Time: 7/19/2018 01:11:03 PM Eastern Daylight Time
HomeSeer Version: HS3 Standard Edition 3.0.0.357 (Windows)
HomeSeer: Is Registered
Operating System: Microsoft Windows 10 Pro - Work Station
OS Version: 10.0.17134 Service Pack: 0.0

Has anyone come across this condition and is it an issue to solve or look elsewhere?

Thanks in advance.

Attached Images
 

Where to buy Windows 10?

$
0
0
Last fall, I bought an OEM Windows 10 Pro license from Amazon for $79.
It's now $119 for an OEM version.

Any deals out there for Windows 10 Pro?

Info - Roku TV update broke Direct TV remote control

$
0
0
19th of July, 2018

Just a quickie info message

Roku TV (TCL) update version 8.1.0 Build 4139-30

Updated GUI and added some features. It looks nice to me.

BUT

Update broke Direct TV remote control RC65X.


Originally called Roku and they said it was the TV.


Called TCL and they have documented this issue and it is related to Roku TV firmware update.


The issue and fix will be provided by Roku as another firmware update.

RCS Thermostat TZ45 ZWave Factory Reset

$
0
0
I had occasion to contact RCS for help in resetting two thermostats so that I could pair them to my HT6. Great support, BTW, and I wanted to park the information up here for anyone else that might run into the same problem where the thermostat was paired to a different system, and not un-paired when uninstalled.

To reset the TZ45’s Z-Wave parameters, to Factory Settings:

1. Remove power from the TZ45 (pop off the faceplate from the backplate);

2. Hold down the 1st (Left) and 4th buttons simultaneously,

while powering up (pushing faceplate back onto the backplate);

3. Release those two buttons when the Hour-Glass icon appears on the screen;

4. Once the TZ45 resets the Z-Wave settings a confirmation message will appear on the screen

Recommendation for z wave bulb

$
0
0
I currently have lifx throughout, been very impressed with those. However if I have wifi issues then light automation ceases. As two have recently given up the ghost I was thinking maybe of switching to z wave.

Can anyone recommend a particular manufacturer?

I was looking at the aeotec multi 6 and was just wondering what the colour spectrum is like on these. I used to have Philips hue a few years ago and was disappointed the the blues/greens and also meant having another hub.

This is directed at the usual Edison type bulbs but I would appreciate any input on strip lighting too.

Thanks in advance

Hints from experience?

$
0
0
Are there any folks who have set up their HomeTroller, and then months or even a year later, found aspects that they wish they had set up differently once they got more experience with it all? Maybe even gone back and fundamentally changed things?
As I start the process of migrating off of an extensive StarGate/X-10/RS-485 keypad setup and into HomeTroller & Z-Wave, looking for any advice from those that have greater experience and wisdom. (That'ud be everyone, I guess.... :D )
And has anyone linked an RS-485 hub with digital keypads into HomeSeer?
Viewing all 23654 articles
Browse latest View live