For those of you who don't keep up with the bug tracker or release notes.
The IT-100 works for the most part now.
Search found 8 matches
- Wed May 02, 2012 5:00 pm
- Forum: DomotiGa Forum
- Topic: DSC Power 832 and IT-100
- Replies: 2
- Views: 6311
- Fri Apr 20, 2012 9:04 pm
- Forum: DomotiGa Forum
- Topic: How to connect to webserver.
- Replies: 17
- Views: 16469
Re: How to connect to webserver.
Did you follow the instructions here: http://domotiga.nl/projects/domotiga/wiki/Clients
- Tue Apr 10, 2012 4:06 pm
- Forum: DomotiGa Forum
- Topic: domotiga.nl down?
- Replies: 6
- Views: 6574
domotiga.nl down?
Was going to look up something and got a timeout.
http://www.isup.me/domotiga.nl reports that it is in fact down for more than just me.
http://www.isup.me/domotiga.nl reports that it is in fact down for more than just me.
- Tue Apr 03, 2012 7:04 am
- Forum: DomotiGa Forum
- Topic: Date Math Error
- Replies: 1
- Views: 3643
Re: Date Math Error
I think I found a workaround: Now - Dev_1_LastChanged - Time (0,"10",0) > 0 This will check to see if Dev1 has changed in the last 10 minutes. If you change the 0 to ANYTHING else, it throws a syntax error. Hopefully this helps anyone else trying to do motion based triggers for lights that...
- Sun Apr 01, 2012 4:11 pm
- Forum: DomotiGa Forum
- Topic: Date Math Error
- Replies: 1
- Views: 3643
Date Math Error
When trying to enter the following as a condition, I get a syntax error when I try to Eval, and the editor will not let me save, saying to enter a boolean expression. DateDiff(Dev_15_LastChanged,Now(), gb.Minute) > 15 From the Gambas wiki on DateDiff : Count = DateDiff ( Date1 AS Date , Date2 AS Dat...
- Sun Apr 01, 2012 2:25 am
- Forum: DomotiGa Forum
- Topic: DSC Power 832 and IT-100
- Replies: 2
- Views: 6311
Re: DSC Power 832 and IT-100
I don't mean to necro this thread, but it is relevant for me. I have a DSC 1832 (the new version of the 832) with an IT-100. It appears that some of the DSC interface magic works (thanks Timo!), but not all. Since the DSC IT-100 command reference are posted in various placed ( here's the first one i...
- Sun Apr 01, 2012 2:17 am
- Forum: DomotiGa Forum
- Topic: Honeywell Z-Wave Thermostat and Domotiga
- Replies: 1
- Views: 3627
Re: Honeywell Z-Wave Thermostat and Domotiga
I answered my own question on the cm19a linux driver. I wrote a bash script to convert on p2 to +p2 and then echo it to /dev/cm19a0 This is very basic, one way, and will probably break your computer. #!/bin/bash deviceid=$2 command=$1 level=$3 repeat=1 cm19a='/dev/cm19a0' case $command in on) output...
- Fri Mar 30, 2012 8:18 pm
- Forum: DomotiGa Forum
- Topic: Honeywell Z-Wave Thermostat and Domotiga
- Replies: 1
- Views: 3627
Honeywell Z-Wave Thermostat and Domotiga
I recently purchased a Honeywell YTH8320ZW1007/U Z-Wave Enabled Programmable Thermostat ( link ) and was hoping to add it to my Domotiga setup. I have an Aeon Labs Z-Stick 2 as my z-wave controller. It appears that there is no support in Domotiga for z-wave thermostats yet. Is there any plans to sup...