
bobmre
Members-
Posts
61 -
Joined
-
Last visited
Everything posted by bobmre
-
The information on the Smarthome site says it comes with Z-Wave and that you could add the ZigBee to it.
-
Would I be able to use the Zigbee unit in my ISY994 and put it in this unit and have both Z-Wave and Zigbee from one unit? Bob Moore
-
Would I be able to use the Zigbee unit in my ISY994 and put it in this unit and have both Z-Wave and Zigbee from one unit? Bob Moore
-
The problem is now fixed. I needed to update my DNS information. Bob
-
You are correct, it is not wireless. I prefer hard wired for stability. Bob
-
Just a suggestion for people looking for a temperature sensor. If you are using an Elk security system you can add temperature sensors to the Elk. On my system there is one in every room of the house and in the attic as well as outside. Bob
-
Michel, It was not communicating with the Brultech either, but resetting the GFI that it plugs into fixed that. Also, I had to reset the ELK-M1. It appears to be communicating with everything now except the climate module. I can use Mobilinc to connect to the ISY and that appears to be fine. Bob
-
I noticed that the climate module is not being updated by weatherbug. If I go to the weatherbug site and look at my station, it is being updated. It is not being updated on the ISY. Does anyone know what the problem might be? Bob Moore
-
Michel, I have the ECM-1240 working again. I noticed the the kwh is not correct. I don't know if it's a setting on my side or if its in the isy994. If I am not mistaken 26.44 watts should be .0264kwh. Bob Moore
-
Michel, The ZigBee and ECM-1240 were working fine prior to the upgrade. I still can't get them to connect. I tried pressing the F1 button on the ECM-1240 and it did not make a difference. I do see the data light flash about every 10 seconds, which is what I had it set for. My system show the ZigBee is established, but nothing is connected. I have attached a screen shot. Bob Moore
-
My ECM-1240 is no long working again. It wiped seems to have wiped out the set options information again, everything is blank. In configuration it shows it is connected, but if I go to diagnostics, nothing shows up. In the past I could reload an older backup and it would restore the set options information. Now it doesn't restore the information. Bob Moore
-
I noticed that the ECM-1240 is no longer displaying any information. I have attached a screen shot. Bob Moore
-
Michel, I understand your development plans. FYI Yale will be releasing ZigBee HA1.2 radio locks in Q2 2013. They will also be providing an SDK at that time. Bob Moore
-
I do not have ZWave. I have Insteon and ZigBee. I have also heard the ZWave is not very dependable. I know that I can add a ZWave interface to my Elk system, but if you are eventually going to support the ZigBee locks, I would rather not add ZWave. Bob Moore
-
I have seen in previous posts that you have not been able to get the API for the Kwikset locks. I would guess that Schlage probably won't give theirs out because it looks like there trying to sell a monthly service. Have you checked on the Yale locks? Bob Moore
-
What is the monitor port used for on the ISY994i? Bob Moore
-
Thanks Lee It seems to work if I change: Program (Kitchen.Counter.Lights.Motion.Timer) If From Sunset To Sunrise (next day) And Program 'Kitchen.Counter.Motion.Disable' is False And Elk Zone 'Kitchen Motion' is Not Violated (Changed from Violated to not Violated) Then Wait 1 minute Set 'Kitchen.Counter.Lights' Off Else - No Actions - (To add one, press 'Action') Bob Moore
-
Can someone tell me why the Kitchen Counter Lights never turn off? Entry.Keypad.B is the controller for the Kitchen.Counter.Lights Program (Kitchen.Counter.Lights.Motion.On) If From Sunset To Sunrise (next day) And Program 'Kitchen.Counter.Motion.Disable' is False And Elk Zone 'Kitchen Motion' is Violated And Status 'Kitchen.Counter.Lights' is Off Then Set 'Kitchen.Counter.Lights' On Else - No Actions - (To add one, press 'Action') Program (Kitchen.Counter.Lights.Motion.Disable) If ( Control 'Entry.Keypad.B' is switched On Or Control 'Entry.Keypad.B' is switched Fast On ) And Control 'Entry.Keypad.B' is not switched Off And Control 'Entry.Keypad.B' is not switched Fast Off Then - No Actions - (To add one, press 'Action') Else - No Actions - (To add one, press 'Action') Program (Kitchen.Counter.Lights.Motion.Timer) If From Sunset To Sunrise (next day) And Program 'Kitchen.Counter.Motion.Disable' is False And Elk Zone 'Kitchen Motion' is Violated Then Wait 1 minute Set 'Kitchen.Counter.Lights' Off Else - No Actions - (To add one, press 'Action') Thanks, Bob Moore
-
Here is what I would like to do: if its between sunrise and sunset and the kitchen motion sensor is violated and the kitchen light is not on then turn the kitchen counter lights on for 2 minutes. if the kitchen light is turned on and the kitchen counter lights is on then turn the kitchen counter lights off. Does someone have an example of how to do this. Thanks Bob Moore
-
I tested it again and it did change the irrigation requirement. Bob Moore
-
I am using version 3.3.10. Bob
-
At the end of my sprinkler program I added Irrigation - Cycle Complete, which did not seem to do anything. The irrigation requirments were still the same. I had to add Irrigation - Reset Variables to clear the irrigation requirements. What does cycles complete do? Bob Moore