Search found 2528 matches

by ScottBot
Fri Sep 01, 2017 4:24 pm
Forum: General
Topic: Windows 10 problems
Replies: 11
Views: 21721

Re: Windows 10 problems

In doing a quick bit of research, I do see others complaining about USB->serial converters not working well with the CM11. However, if you were able to get home pro working through the converter, it seems like it should be possible somehow. There are a few flow control parameters that we could play ...
by ScottBot
Fri Sep 01, 2017 10:23 am
Forum: General
Topic: Windows 10 problems
Replies: 11
Views: 21721

Re: Windows 10 problems

Roel, For the "Unable to start IPC server", check to make sure you don't have multiple external control devices that are sharing the same port number. It's probably something like that, but it points to something trying to open a socket on a port that is already in use. For the serial issu...
by ScottBot
Tue Aug 29, 2017 1:44 pm
Forum: General
Topic: What's new in HouseBot (Watch this topic for updates)
Replies: 47
Views: 248702

New Android Remote has been released

Version 1.14 of the Android Software Remote has been released to the Google Play Store.

This version is required for compatibility with the new HouseBot release (3.42)
by ScottBot
Tue Aug 29, 2017 1:43 pm
Forum: General
Topic: What's new in HouseBot (Watch this topic for updates)
Replies: 47
Views: 248702

Version 3.42 has been released

Version 3.42 is a minor release with the following changes: New: Voice Service (Alexa) setup dialog for configuring Devices and Properties that respond to external voice services. New: Software Remote client action for showing and hiding wait cursor. (*) New: Added duplicate Device feature. New: Dyn...
by ScottBot
Sun May 21, 2017 1:15 pm
Forum: General
Topic: IP Socket Device
Replies: 8
Views: 18089

Re: IP Socket Device

...What are the downsides to making that larger? None really, other than the plugin requiring a little more memory to run. I wrote that plugin for myself a long time ago for a specific purpose that was only dealing with very small data control packets. I've attached a new plugin that you can unzip ...
by ScottBot
Fri May 19, 2017 6:18 pm
Forum: General
Topic: IP Socket Device
Replies: 8
Views: 18089

Re: IP Socket Device

The buffer size is 128 bytes. So longer strings will get broken into multiple PV changes. I can increase that if you have longer data streams that are causing a problem (your examples weren't too long). I see nowhere in the code where the CRLF gets stripped, but I haven't tested it. And it doesn't a...
by ScottBot
Thu May 18, 2017 12:30 pm
Forum: General
Topic: IP Socket Device
Replies: 8
Views: 18089

Re: IP Socket Device

There's no timeout setting for the Device. I would think they would send the CR/LF along with the rest of the data (not flush the data and then later flush the CR/LF). I don't know if it will help diagnose the issue, but you can enable tracing for the Device. That might show what is happening to the...
by ScottBot
Sun Mar 05, 2017 9:12 am
Forum: General
Topic: New Insteon PIR sensor
Replies: 13
Views: 25147

Re: New Insteon PIR sensor

Steve Horn wrote:Do you want to see the trace log file created so far?
You can send it along and I'll see if I can determine the issue. Sometimes the 'error' messages aren't really errors, they are just recorded to the trace log because they are out of the ordinary and *could* cause other issues.
by ScottBot
Sat Mar 04, 2017 9:50 am
Forum: General
Topic: New Insteon PIR sensor
Replies: 13
Views: 25147

Re: New Insteon PIR sensor

Steve, The trace shows ON and OFF Insteon commands being sent from the PIR device [41.64.62], and the notifications being sent to the HouseBot Device. So that's good. I'm not sure why your HouseBot Power State Property isn't reflecting it. It looks like the data stream got a little confused towards ...
by ScottBot
Fri Mar 03, 2017 1:43 pm
Forum: General
Topic: New Insteon PIR sensor
Replies: 13
Views: 25147

Re: New Insteon PIR sensor

Try setting up a Hardware Interface trace on the PLM.
by ScottBot
Fri Mar 03, 2017 1:42 pm
Forum: General
Topic: Android Client issue
Replies: 4
Views: 12922

Re: Android Client issue

I know the OS will kill the widgets if it needs memory. When the widget goes, it also kills that HouseBot remote app. Let me know if that fixes the issue.
by ScottBot
Thu Mar 02, 2017 9:20 am
Forum: General
Topic: New Insteon PIR sensor
Replies: 13
Views: 25147

Re: New Insteon PIR sensor

I'd try and get it setup with whatever app they are suggesting first. You might be able to get more info about how the sensor works from the app and can verify that it is working the way you want. It might also be helpful to run an interface trace to see if there's any good info there that might hel...
by ScottBot
Mon Feb 27, 2017 9:40 am
Forum: General
Topic: Android Client issue
Replies: 4
Views: 12922

Re: Android Client issue

Couple of questions.
1) About how long until you see the issue?
2) Are you running any widgets?
by ScottBot
Mon Feb 13, 2017 9:41 am
Forum: General
Topic: HB 3.41 serial port identification
Replies: 2
Views: 12156

Re: HB 3.41 serial port identification

Steve, There are several different ways to interrogate the com ports, so it's very possible that the method I chose might not cover every single platform. I recall sending you (or maybe someone else) a COM port test program that interrogated the system in multiple ways. If you have that, can you run...
by ScottBot
Fri Feb 10, 2017 10:35 am
Forum: General
Topic: my.housebot.com not responding
Replies: 2
Views: 12242

Re: my.housebot.com not responding

It's probably caused by a connectivity issue between the my HouseBot server and your local HB instance. When is says you are "Connected" in my HouseBot, it really means that it never explicitly received a disconnect from HouseBot. If you kill HouseBot, or if a socket connection is broken (...