Search found 2525 matches

by ScottBot
Wed Jul 24, 2019 12:33 pm
Forum: General
Topic: What's new in HouseBot (Watch this topic for updates)
Replies: 47
Views: 222210

Version 3.52.04 has been released

3.52.04 contains the following changes:
  • Added Google Assistant support for Blinds/Curtains.
  • Fix to sleep timer to persist remaining time between HouseBot restarts.
  • Doubled the size of the ZWave hardware interface receive buffer.
by ScottBot
Wed Jul 24, 2019 12:31 pm
Forum: General
Topic: Voice setup - Google Assistant
Replies: 6
Views: 28297

Re: Voice setup - Google Assistant

Martijn,

Richard hit on the problem. I never released the version with that support, although I updated the web help.

I just released an update with the support you are looking for. Sorry about that.

Scott
by ScottBot
Tue Jun 11, 2019 10:12 am
Forum: Bug Reports
Topic: Fresh install, Win Server 2008 r2 sp1 - immediate crash
Replies: 3
Views: 6459

Re: Fresh install, Win Server 2008 r2 sp1 - immediate crash

Unfortunately, I don't have a copy of Windows Server 2008 to test with. I would first try and install HouseBot with the bare minimum of plugins. If that still fails, try running Dependency Walker . It can be a challenge to filter out the true problems from the output. Definitely ignore any dll loadi...
by ScottBot
Mon May 27, 2019 10:14 am
Forum: General
Topic: Standalone Automation controller?
Replies: 4
Views: 9083

Re: Standalone Automation controller?

Depending on the environment and number of switches, Z-Wave might work. However, it may not meet your economical criteria, since you would need to replace the X-10 devices.
by ScottBot
Fri May 17, 2019 3:05 pm
Forum: Bug Reports
Topic: Fresh install, Win Server 2008 r2 sp1 - immediate crash
Replies: 3
Views: 6459

Re: Fresh install, Win Server 2008 r2 sp1 - immediate crash

Does it show the loading splash screen at all? If so, how far does it get?

Are you doing this with an older HouseBot configuration directory/file, or is this on a clean configuration?
by ScottBot
Tue Feb 19, 2019 1:03 pm
Forum: Bug Reports
Topic: Android remote
Replies: 3
Views: 5823

Re: Android remote

Other than controls and fonts not looking exactly as they do on the server theme designer, there really should be any difference between using an Android remove vs. a Windows Remote. Every configuration is different, so if you have screen shots that show the issues or describe in detail how to repro...
by ScottBot
Wed Feb 06, 2019 3:56 pm
Forum: Bug Reports
Topic: Android remote
Replies: 3
Views: 5823

Re: Android remote

The android themes do not display exactly as in the theme editor like the windows remotes do. This is mainly due to the differences in fonts between android and windows.

What type of problems are you seeing?
by ScottBot
Thu Jan 31, 2019 10:37 am
Forum: General
Topic: What's new in HouseBot (Watch this topic for updates)
Replies: 47
Views: 222210

Version 3.52.01 has been released

Version 3.52.01 fixes a serious build related issue. If you downloaded 3.52, please install this patch.
by ScottBot
Wed Jan 30, 2019 11:01 am
Forum: General
Topic: What's new in HouseBot (Watch this topic for updates)
Replies: 47
Views: 222210

Version 3.52 has been released

Version 3.52 is a minor update with two additions and some minor bug fixes.
  • Added Activation and Deactivation Tasks to Mode setup.
  • Added JScript as a language option for the Script Device and all HouseBot scripting.
by ScottBot
Thu Oct 11, 2018 12:55 pm
Forum: General
Topic: Sending Binary data using the IP Socket Device
Replies: 10
Views: 34470

Re: Sending Binary data using the IP Socket Device

So is it node.js (runs a webserver) that you want, or just javascript?
by ScottBot
Wed Oct 10, 2018 5:15 pm
Forum: General
Topic: Sending Binary data using the IP Socket Device
Replies: 10
Views: 34470

Re: Sending Binary data using the IP Socket Device

So are you guys looking to be able to write nodeJS code (instead of VB code) for the script device/task, or is the need to be able to call into HouseBot (maybe through the external control device) through a nodejs module (housebot API) from an externally running nodejs?
by ScottBot
Tue Oct 09, 2018 1:58 pm
Forum: General
Topic: Sending Binary data using the IP Socket Device
Replies: 10
Views: 34470

Re: Sending Binary data using the IP Socket Device

I haven't looked into it. I suppose if it had a good API and library to make it easy to add, I could consider it.
by ScottBot
Mon Oct 08, 2018 11:06 am
Forum: General
Topic: Sending Binary data using the IP Socket Device
Replies: 10
Views: 34470

Re: Sending Binary data using the IP Socket Device

I can't think of any way, unless there is a way to have the receiver interpret the data as a hex string instead of an integer. I could probably add some kind of escape sequence to tell the device to convert a hex byte to integer. If you can't find a way around it, let me know and I can look into that.
by ScottBot
Sat Sep 08, 2018 10:19 am
Forum: General
Topic: What's new in HouseBot (Watch this topic for updates)
Replies: 47
Views: 222210

Version 3.51 has been released

Version 3.51 has been released with the following changes. New: System Time property for 'Time and Date without Seconds'. New: Trace Device. This device will reflect the last trace message information. Fixed theme issue of duplicating control IDs when buttons were duplicated. Fixed Task UI issue wit...
by ScottBot
Wed Aug 29, 2018 9:34 am
Forum: Feature Requests
Topic: MQTT support
Replies: 11
Views: 60493

Re: MQTT support

The latest version has an 'MQTT support' setup option (not installed by default). This will give you an MQTT device that allows simple publish and subscribe functionality. You need to handle all the specific logic in a task or script.