
jkmcfadden
Members-
Posts
43 -
Joined
-
Last visited
Recent Profile Visitors
780 profile views
jkmcfadden's Achievements
-
I have done something similar using just scenes, but it is pretty convoluted in my opinion. You have to set a key "on" status to "off" and the like. So, I generally use programs to do this. I find them easier to understand and maintain. Create a scene for each key and assign just the one key as a controller for the scene. The create a program for each key that, when triggered, executes whatever you want to do but also turns the other key scenes off. I use this procedure for my ceiling fan buttons. When I press the 'low" button, it sets the fan to low and turns the other buttons off. Similar programs for med, high and off. I group all my key programs in a folder for readability. You have to create a scene for each key because, while you can recognize a key press in an if statement, you can't control a specific key in the resulting then/else. So, you control via the scene.
-
I love the Zen32 but as you have discovered (which I did as well) there is no obvious small button "off". I was fine with that since I use them primarily as fan controllers, so each of the buttons triggers a program to set a fan setting. And it "turns off" the other button by just turning off the led. In my setup (details attached) the big button controls the fan light and the small buttons control the speed via an Insteon fan controller. zen32-bed fan-howto.rtf
-
In my yard utility room, I ran power to the low voltage transformer through a smart on/off wall switch. I am currently using z-wave, but an Insteon switch (or any other controllable by eISY) would work just as well. With my setup, I can control manually at the switch or programmatically using my eISY. It is currently part of my sunrise/sunset program. My setup is just on or off only. Nothing beyond that.
-
Can no longer send notifications to tmobile phones
jkmcfadden replied to photogeek54's topic in eisy
It is likely tmobile doing this. Verizon started disallowing this as well several years ago. Though I was too lazy to completely remove my text notifications and still occasionally I get one hours or days later. I now just depend on email notifications. Those seem solid. Try googling tmobile email to text notifications and see what might come up. -
Major Kudos to bpwwer - Amazon delivered my Bond Bridge an hour ago. I fired it up and got it talking to my gas fireplace. Then I added the BOND plugin to my eISY (best $11 ever) and, after a restart of the admin console, it just magically showed up in my devices list. I added on and off as a responder to my Fireplace scene and now I can control my fireplace from button "F" (what else would I choose ) on my 8 button keypad. Thanks again!
-
Eisy:User Guide - Universal Devices, Inc. Wiki Yep - I had to do this once before. It restores it to its original setting and then you can install your most recent good backup. Good Luck!
-
Add me to the list of failed upgrades. I was on 5.8 something. I waited over an hour and nothing, so I rebooted. Still nothing. I had a backup so I could do a hard reset and reinstall, but I figured what the heck. So, I connected up my monitor and executed the command listed above by cutthroat and that worked for me. I love my eISY but I cringe and hold my breath every time I do an upgrade. It is the only time I ever have issues. I agree, some type of status should be available other than "it should take about 30 minutes".
-
Thanks again. I will have a local temp sensor as part of the integration as well. My Bond Bridge is scheduled for delivery today. My plan is to get it working and then install and start playing with the Plugin. I have not used plugins before, so this will be a learning experience for me. I'll update this post with my results.
-
Thank You! I will absolutely take a look. I was looking at the PlugIn list, but nothing jumped out. My plan is to trigger it when our hvac heating kicks on/off (an Insteon thermostat) to use as supplemental heat. So triggering on and off is all I really need.
-
Personally, I just don't trust any battery status indicator. I have a yearly reminder in my calendar to replace any battery for my remote sensors. Water leaks are too critical to worry about a battery. That is just the way I have decided to deal with it.
-
I have hunted around and am not finding anything that seems applicable. I have a new gas fireplace with a Radio Frequency remote to turn it on and off. I would love to be able to interface it to the eISY so that I can automate on and off. I know there are plugins that interface with other RF devices (ROKU, SONOS, etc) but what about a generic RF? Maybe a device that can learn my RF signal? I am considering trying to retrofit a Zooz Zen16 800lr relay. I installed one in a different gas fireplace but that fireplace was older and more compatible with the relay. I thought I would check here before I go down that path. Any thoughts? Has anyone else faced or solved this problem?
-
I also could see this being useful. But I don't see '$Timer' anywhere in my dropdown choices. Can you show a more detailed screenshot?
-
Did you use the eISY migration guide? I have migrated two systems with very little issues using these procedures. Just make sure to follow them to the letter (especially if you have any Zwave devices). I misread some items on my first attempt but just did a hard reset and then tried again. All was well. Eisy:User Guide - Universal Devices, Inc. Wiki
-
Hi @mikek - for the big button, I have left it alone so I can reference the on and off status - even though in my ceiling fan setup I don't have a load wire installed. I just use it to programmatically turn on and off the separate light option in the Insteon fan controller. My Insteon fan controller is permanently wired "hot", so everything is controlled via the Zen32 keypad even though not physically wired. I do have the "load" wired in my "bath" setup. In that case, I also turn on and off a separate light (in addition to the light it is physically wired to) when the "big" button is pressed.
-
Hi @mikek for the button lighting status, I just set the parameter for the particular button in my program to either light on or light off. For instance, this is my "turn the ceiling fan off" program which turns the status light of button 4 (lower right) on and turn the status lights of the other small buttons off. Based on my experience, there is no on or off status for these small buttons, but a program gets triggered as "Switched ON" when pressed. If they do ever get out of sync (it happens rarely but occasionally) then just pressing a button clears everything up. Parameter 2 is upper left, parameter 3 is upper right, parameter 4 is lower left and parameter 5 is lower right. The setting of "2" turns the status light off and "3" turns it on. It would have been nice if the parameter button matched the scene button number, but it is what it is. U Bed1 Fan 4 Off - [ID 0032][Parent 0034] If 'U Bed1 Fan Light ZW / ZY 029 Scene Button 4' is switched On Then Set 'U Bed1 Fan-Motor' Off Set 'U Bed1 Fan Light ZW' Set Configuration Parameter 2 = 2 Set 'U Bed1 Fan Light ZW' Set Configuration Parameter 3 = 2 Set 'U Bed1 Fan Light ZW' Set Configuration Parameter 4 = 2 Set 'U Bed1 Fan Light ZW' Set Configuration Parameter 5 = 3 Else - No Actions - (To add one, press 'Action') One final issue I discovered, the scene button 'if' must be based on a "control" status, not the "status" option in the selection drop down box.