Search found 7 matches
- Mon Oct 13, 2008 6:59 pm
- Forum: Feature Requests
- Topic: iPhone Software Remote
- Replies: 0
- Views: 12511
iPhone Software Remote
It would be nice to have a client for iPhone.
- Wed May 28, 2008 9:08 am
- Forum: Bug Reports
- Topic: Manual task lock-ups
- Replies: 0
- Views: 15325
Manual task lock-ups
Under certain circumstances, like when in a manual task we keep alternating a property of a device (on-off-on-off-on-...) then deleting the first action or modifying one of the actions may cause the task to get stuck at the next execution (right click/"run task now"). Right click/"run...
- Mon Nov 05, 2007 12:32 pm
- Forum: General
- Topic: Z-wave USB
- Replies: 8
- Views: 3472
- Mon Nov 05, 2007 11:02 am
- Forum: General
- Topic: Z-wave USB
- Replies: 8
- Views: 3472
Until then .. . Can you let me know if there is any chance to use the current Z-Wave USB plugin with ACT's new ZCZ101 interface. Unfortunately this interface comes with a new driver http://www.act-solutions.com/pdfs/HomePro/ZCU101_and_ZCU201-Drivers-051807.zip that only allows the USB interface to a...
- Mon Nov 05, 2007 9:42 am
- Forum: General
- Topic: Z-wave USB
- Replies: 8
- Views: 3472
ACT ZCU101/ZCU201
Has anybody tried ACT's new USB interface (ZCS101) with HouseBot? Is it supported at all? Scott, browsing the posts I found your concerns about z-wave not really being two way. It was true in the past but they are moving forward. The new ACT wall switches can be set to automatically update the PC in...
- Sun Sep 23, 2007 2:54 pm
- Forum: General
- Topic: %d% works only with 2 digit decimal numbers
- Replies: 2
- Views: 845
AFAIK %1% sends out ASCII bytes. I use it somewhere else and it works OK. I got around this issue using %x% substituting hexa values. I just wanted to know whether it is a bug with the decimal values. Sometimes it can be useful to be able to send out decimal values without converting them to hex. An...
- Sat Sep 22, 2007 5:09 pm
- Forum: General
- Topic: %d% works only with 2 digit decimal numbers
- Replies: 2
- Views: 845
%d% works only with 2 digit decimal numbers
If I try to send out a decimal value using %d% in Generic Serial Module's Command Write Data it seems that only the last two digits of the decimal number is sent out correctly. The first digit will create another byte. Does this mean that I can't use it for sending out any numbers over 99. Any exper...