Skip to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Andy P

Members
  • Joined

  • Last visited

Everything posted by Andy P

  1. Andy P replied to 4481hoods's topic in MyQ
    Fixed it! Thanks, @Goose66 My automations are working again! I use the MyQ nodeserver nodes in a program to turn on lights in an 8 button KPL whenever a garage door is open. Appreciate your quick update. Andy
  2. Yes, same problem here - same message, not working at all. Should probably close this thread and stick with that other one.
  3. Thanks for the info. If you have it set to Momentary C, do you also have a sensor with set of contacts wired to the 2450? I'm pretty sure I was using Momentary B before switching to myQ openers but I can't be 100% sure. You could potentially try switching it to Momentary C and see if that works then go back to debugging mode C. Momentary C Use the I/O Linc sensor input to determine whether the I/O Linc relay will trigger. An ON command’s desired state can be programmed to either open or closed. I/O Linc will use the opposite for the OFF command’s desired sensor state. For example, if an ON command is programmed to trigger only when the sensor is closed, an OFF command will trigger only when the sensor is open
  4. Hi, probably need a bit more info to help. Can you describe a little more about what is working and what is not. 1. So you have the 2450 attached to the garage door using the COM and NO terminals? 2. You have the 2450 set to Momentary B mode? 3. When you say the remotes are working, is that the remote that came with the garage door or an Insteon remote paired to the 2450? 4. Have you been able to discover the device using the ISY and how does it show up? 5. What is not working with the ISY? You can screenshot any info that could help the readers here provide advice. Andy
  5. Interesting that the sample photo has 'BASEMENT' lights (barely fitting) but the order form has a max of 7 letters. I guess I am going to have to use BASEMNT or is there a way to get 8?
  6. Andy P replied to JoePVW's topic in eisy
    I used to directly link the MS to the lights as well, but wanted a way to override the motion if I used the switch. So I have a program that sets the dim level to 59% if turned on by motion. The default brightness of the manual switch scene is 50%. And opening the door also triggers the light to 59% similar to motion. Adjusting the brightness to anything other than 59% also disables the motion off. Mud or Hall Motion - [ID 0011][Parent 0010] If ( 'Motion Mudroom.1 Motion' is switched On Or 'Motion Hallway.1 Motion' is switched On ) And 'Main Hallway' Status is Off Then Set 'Main Hallway' On 59% Set 'Main Hallway Remote' On 59% Hallway Motion End - [ID 0033][Parent 0010] If 'Motion Hallway.1 Motion' is switched Off And 'Motion Mudroom.1 Motion' Status is Off And 'Main Hallway' Status is 59% Then Set 'Main Hallway' Off Set 'Main Hallway Remote' Off Mudroom Motion End - [ID 0013][Parent 0010] If 'Motion Mudroom.1 Motion' is switched Off And 'Motion Hallway.1 Motion' Status is Off And 'Main Hallway' Status is 59% Then Set 'Main Hallway' Off Set 'Main Hallway Remote' Off Side Door Opens - [ID 0046][Parent 0010] If 'Breezeway Door' is switched On And 'Main Hallway' Status is Off Then Set 'Main Hallway' On 59% Set 'Main Hallway Remote' On 59% Andy
  7. Every once in a while launching the finder does not find either of my EISYs, so when it did find them, I did a SAVE file. Now when it doesn't find the EISY, I just do a LOAD and it allows me to get to the admin consoles without any problem. Never figured out the pattern for when they don't show up in the finder. Andy
  8. This is what the log entry should look like: Tue 07/25/2023 06:36:46 AM : [55 A9 F 1 ] DON 1 Tue 07/25/2023 06:36:46 AM : [55 A9 F 1 ] ST 255 (uom=100 prec=0) Tue 07/25/2023 06:36:46 AM : [55 A9 F 1 ] DON 1 Tue 07/25/2023 06:37:22 AM : [55 A9 F 1 ] DOF 1 Tue 07/25/2023 06:37:22 AM : [55 A9 F 1 ] ST 0 (uom=100 prec=0) Tue 07/25/2023 06:37:23 AM : [55 A9 F 1 ] DOF 1 Here are my settings: Andy
  9. This is the MELE Quieter3 document - it labels the hole CMOS Reset/BIOS Reset
  10. Pul all of the away programs in a folder. I use the name Random because the lights have a random pattern. Create a State (boolean) variable $State_Random. Set the folder condition to IF $State_Random is 1 Put a scene controller by the door that you exit - use that to turn the random mode on and off. Very easy as you leave the house! Assign one of the buttons of the scene controller to a scene called Switch Random. Create these programs SC Random On Switch If 'SC / Mudroom Scene.B' is switched On Then Run Program 'Turn Random On' (Then Path) Resource 'Notify Random On' SC Random Off Switch If 'SC / Mudroom Scene.B' is switched Off Then Run Program 'Turn Random Off' (Then Path) Resource 'Notify Random Off' Turn Random On If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then $State_Random = 1 $State_Random Init To 1 Set 'Switch Random' On Else - No Actions - (To add one, press 'Action') And Turn Random Off If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then $State_Random = 0 $State_Random Init To 0 Set 'Switch Random' Off
  11. OK, Thanks, very helpful to confirm that the scene buttons only turn on and I didn't mess anything up. Based on this, I have changed my usage as follows. created a scene with the loft light switch added shop stairs button 2 as a scene controller to turn the scene ON. added shop stairs button 4 as a scene controller to turn the scene OFF. set the color of button 2 LED to green (parm 8=2) set the color of button 4 LED to red (parm 10=3) created a program that runs when the loft light status changes to turn the button leds on and off So now, I can turn on the loft light with button 2. Turn off the loft light with button 4 and when the program runs, it either turns on the green light on button 2 or the red light on button 4 and turns the other light off. Here is the program - had to add the waits to get it to work correctly Loft light status - [ID 0009][Parent 0007] If 'Shop Loft-Binary' Status is On Then Wait 1 second Set 'Shop Stairs-Binary' Set Configuration Parameter 3 = 3 Wait 1 second Set 'Shop Stairs-Binary' Set Configuration Parameter 5 = 2 Else Wait 1 second Set 'Shop Stairs-Binary' Set Configuration Parameter 5 = 3 Wait 1 second Set 'Shop Stairs-Binary' Set Configuration Parameter 3 = 2 Doing the same for the attic light so this effectively gives me a switch that can turn the stairs light on or off with the big button and turn the loft and attic lights on and off with each using a pair of small buttons and including indicators of being on or off on those buttons. Thanks for your help! Andy
  12. I am in the process of moving my z-wave devices from Hubitat to the z dongle on EISY (5.6.0, 5226, 21100), and have a lot working but some strange behaviors. I followed the process of exclusion, factory reset then inclusion to get the best results. The ZEN32 has one button (called the relay and also called button 5) and 4 smaller buttons are called 1 through 4. Adding the device creates 11 nodes: 1 node for the relay called _1 Binary Switch 5 nodes for the small buttons plus the relay called 201N001 through 201N005 Central Scene Control Button 5 nodes for the small buttons plus the relay called 252N002, 4, 6, 8 and 10 Basic Association So, the normal operation of the big button does cause the Binary Switch node to change from On to Off and back again, and I can also control it through programs - all good. Pressing small button 3 generates a log entry. Sun 06/25/2023 08:27:09 AM : [D2D EVENT ] Event [ZY017_201N003] [DON] [0] uom=115 prec=0 Sun 06/25/2023 08:27:09 AM : [ZY017_201N003 ] DON 0 (uom=115 prec=0) Sun 06/25/2023 08:27:09 AM : [ZWAVE-CTL-EVENT ] Basic Set from 17.0 unmapped (ignored) So, it says unmapped ignored (although it will trigger program execution). First questions - when I turn on zwave -> detect button presses I can get the dialog box to pop up, but there is no node than allows me to 'right click on an association only node' and map the button - so does that actually work? Second question - when I press button 3 again, it again generates a DON event. No matter which button I press, or how many times, they only generate DON events, never DOF. I reviewed the advanced settings for the device and there is no setting that would appear to cause this behavior. SO, how do I get this device to generate both DON and DOF events? One side effect of this behavior is that when I assign a button to a SCENE as a controller and add another switch to that scene, I can turn that Scene ON but cannot turn the scene back off using the ZEN32 buttons. I also tried using the Basic Association nodes, but they don't seem to generate any events at all in the log (at level 3). My work around right now was to create a program that basically uses the DON events to toggle the other switch - here using button 1 which toggles the loft lights when the stairs button is pressed repeatedly. I am using 'switched on' instead of 'status on' because if you use 'status on' the program just goes into a loop turning itself on and off. Zen32 - [ID 0018][Parent 0007] If 'Shop Stairs-S1' is switched On And 'Shop Loft-Binary' Status is Off Then Set 'Shop Loft-Binary' On Else Set 'Shop Loft-Binary' Off I can live with the work around, but it means that the LED indicator is out of sync sometimes with the on/off status so I would really like to get the buttons to generate off events and get the scenes working. Any ideas? I am reaching out to ZOOZ as well for firmware updates. Andy
  13. I just received my dongle as well - no instructions in the box, but found the answer in this post - nice to have an active user community!
  14. I had a similar issue - the backlight setting of zero doesn't equate to off. But then I found under Options there is a checkbox setting called No LED. Checking that turned it off entirely. Don't know how to access that programmatically, but I turned off the bedroom switch LEDs using that option.
  15. I'm hoping Michel has access to an early version of the 4-button keypad so we can use it with the EISY as soon as it ships!
  16. I had a similar problem a couple years ago and had no idea that the UPS I plugged in to a circuit near the PLM was causing it, but after going around unplugging almost everything in the house, it turned out to be the cause. It was great that plugging the UPS into a noise filter fixed the problem immediately. I just recently started having issues in my barn with the mini-remote not turning on some switches and then I realized I had a UPS there with no filter. After adding the filter, the remote works every time. Definitely recommend adding the filter for reliability.
  17. Andy P replied to Dr. Q's topic in eisy
    I have to agree with that - I always use 'add device and remove existing links' to avoid unexpected consequences
  18. Andy P replied to Dr. Q's topic in eisy
    I walked away from Indigo three years ago and started over with a 994. Now running on the EISY. The UD hardware and software is rock solid. I miss two things from Indigo, though. The admin console equivalent was a bit easier to use and navigate and the ability to create web portals with device control and status was amazing. There were some issues with compatibility with new MacOS releases at the time which was annoying. During the transition, I bought a new PLM and set up everything in parallel with Indigo before shutting it down. Also tried using the ISY bridge software to sync status to indigo for a while after removing the PLM from indigo, but decided that was not responsive or reliable enough to continue. I ended up using Hubitat for the zwave stuff, but once the zwave/matter usb device is in stock again, I plan to get one of those for the EISY. Good luck with the transition! Andy
  19. Just tried this node server. Installed ok and created two nodes - one for the connection and one for the spa. Yes, I set the host parameter to the IP address. But all the values are zero. In the log, there is a message :AttributeError: module 'pybalboa' has no attribute 'BalboaSpaWifi' when I try to set any value I looked at the package on github and there is no pybalboa.py in the package. So then I searched github for pybalboa and found that in a separate project. It looks like that module has had extensive changes including deleting pybalboa.py and replacing it with client.py So the question is - is there any active development on this node server and does the nodeserver need to be updated to use the new version of pybalboa or to have an old version of pybalboa included in the 3.0.0 version? Or am I doing something wrong? Thanks, Andy
  20. It works!!! Thanks, Bob - perfect fix. Now I am getting all the button events in the polyglot console and the admin console and the programs are triggering properly. I went ahead and bought the production version - but, oops, on the wrong EISY. So bought another for my House EISY. Now I just have to buy a Lutron hub for my barn so I can use the Pico remotes over there. Thanks again, Andy
  21. Thanks! i will give it a try as soon as i have a chance and let you know. Andy
  22. Just to add that. when I use the PJ2-3BRL remote, I see these entries as expected 2023-05-25 12:43:40,489 Thread-2 udi_interface DEBUG picos:btn_off_callback: Button off was Press 2023-05-25 12:43:40,489 Thread-2 udi_interface.interface DEBUG interface:send: PUBLISHING {'command': [{'address': 'device11_1', 'cmd': 'DOF'}]} 2023-05-25 12:43:40,507 MQTT udi_interface.interface DEBUG interface:_message: QUEUING incoming message command 2023-05-25 12:43:40,507 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING command 2023-05-25 12:43:40,801 Thread-2 udi_interface DEBUG picos:btn_off_callback: Button off was Release
  23. Yes to everything about the node created for each button. And exactly how I set up the programs. The problem is, no event is generated at all for any of the buttons and so no programs run. I turned on debug logging in the polyglot console and there is no log entry when I press a button and no action in the EISY admin console either for that remote. If I set that exact remote through the lutron app to control a light, I do get events for the light in both the log and in the admin console as I mentioned. This is the PICO remote model that has no Favorite button in the middle, but other than that seems to be the same. Andy
  24. Hi Bob, first of all, I am trying out the Caseta node server. No problem loading it up and getting it to recognize my hub, three switches, shades. But although the node server creates a node for the 4 button PJ2-4b, there are no events in the log when any button is pressed. Any idea what is happening? I can set that remote in the Lutron app to control a light and will get the events in the log for the light. But I wanted to repurpose the remote to control insteon devices so I need to get the events directly without controlling a caseta switch. Node Name 12AddressNodeDefPrimary NodeHintEnabledIs PrimaryDelete Study_Pico - Adevice19_1pico4bdevice19_10x00000000truetrue✖ DriverUOMValue ST251 Thanks, Andy
  25. Based on my migration experience which is in another post, I would recommend that before shutting down the old ISY, go into Tools - Diagnostics and look at the existing PLM links especially the count and make a note of it. When you get to step 5 on the EISY, do Tools - Diagnostics - PLM Info/status and make sure it says connected before performing step 6. You can use the Tools - Diagnostics - Event viewer while it is writing the link table to the PLM to see progress. When Step 6 is done, again do Tools - Dianostics and verify that the link count on the new PLM is the same as you had on the old one. Andy

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.