Jump 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.

MrBill

Members
  • Joined

  • Last visited

Everything posted by MrBill

  1. Read it again Larry.... The incandescent bulb is a 120V load, it it flickers BRIGHTER when a 240V load is turned on then the problem is the service neutral.
  2. @landolfi One idea is presented by@kclenden just above, another is to use "Control" rather than "Status" in your program. Control doesn't look at the status as known by the ISY, but instead fires the program based on Events. If 'test door.1 - Door Open' is switched On Then ---- do whatever------------ Else - No Actions - (To add one, press 'Action') In this case Else will never run. A second program could be used for "switched Off" actions. --or-- This construct will make the "switched on" and "switched off" behave similar to "Status", but without the unknown problems you're experiencing: If 'test door.1 - Door Open' is switched On And 'test door.1 - Door Open' is not switched Off Then Set 'LR Lamp 1' On Else Set 'LR Lamp 1' Off In this case Then will run when the door open signal is received and Else will run when the door closed signal is received.
  3. Just call them and tell them you have flickering lights. It's a routine call for them. They will check the connection at the pole and meter, and likely come to do that within a few hours of your call. Its common that a loose connection will cause an unsteady high resistance arcing connection that causes lights to flicker. If an incandescent bulb is flickering brighter when a 240v load such as an electric oven or air conditioning compressor kicks on it's an indication that the above described issue is occurring on the service neutral which is more problematic and needs to be dealt with before it ultimately burns open.
  4. you off your meds? It's quite a stretch to understand the joke that you're attempting to make. Even when understood it's not funny... either that or you need to shut the porn off....
  5. Some LEDs.. mostly cheap LEDs show the problem better. I diagnosed a power company issue at someone else's house and the only bulb flickering was the incandescent bulb in the furnace closet. I looked at a couple of their LED bulbs and the stamped input voltage was 100-240v.
  6. The notification Node server is no slower. Technically it probably is since there's another process involved, but it's not measurable in human reaction time, it only milliseconds. Did you configure the notification Node server then restart it, then restart the admin console? I suppose it is a little bit trickier to get going from ground zero.
  7. This doesn't make sense. If you push this button: in the IoP admin console there is no feedback provided about the number of packages installed. When this button is pressed, the admin console immediately closes. The only feedback mechanism is a series of beeps that means it was successful or complete. Bottom line, if you can make a detailed statement such as "all went well and the 14 packages that pkg noted as needing to be updated were install successfully this time;" thhen you are not updating by pressing the 'admin console-upgrade-packages-button'. Clarification needed.
  8. It works great!
  9. as pointed out by @larryllix I typo'd the numeric operator, but to add to what he said let's take a second look, I've empathized where the motion count goes up and down. So the first program counts motion the second program handles the actually switching, and the third program expires the motion. Program MotionSense If Motion is switched on And $iMotionCount < 5 then $iMotionCount += 1 Run Program MotionLightExpireMotion (if) Run Program MotionLightOn else (none) Program MotionLightON If $iMotionCount = 5 then turn light on else (none) Program MotionLightExpireMotion If $iMotionCount > 0 then wait 10 seconds $iMotionCount -= 1 Run Program MotionLightExpireMotion else Turn Light Off
  10. As @hart2hart mentions there is a factory program that runs at 3:00am that does a system query. The bigger question tho is why does the query program cause things to happen that shouldn't. The first experiment that I would try is to disable the switch that makes the noise you can hear, it may be creating noise on the electrical line also. Most switches can be disabled by pulling the set button at the bottom of the paddle out. If you want to test this during the daytime, find the program in your program tree, most likely named "Query All". The IF statement will be "Time is 3:00am" and the THEN will be "Set ISY Query". You can manually make the query occur by Right Clicking the program name and choosing "Run Then" from the context menu. So try disabling the switch, and then manually running the Query All, and let us know what happens.
  11. yes. technically it requires polyglot 2 or 3. If you don't have yet you can used Network Resources without too much issue, I only lost 1 out of every 500 messages, and that attributable to the crappy cable connection my house has. If you have a better internet connection you don't need to worry.
  12. There are numerous methods to get a message from ISY to Pushover. As you've discovered one method is email. I don't recommend it because there's a middleman or two. Second as @Geddy mentions direct from Network Resources. Probably the fastest, but with a catch-- Network resources is a simple interface that only tries to post the message once. Either the message gets through to Pushover, or it fails and there's an error log entry instead. No retries. Personally my house sits at the end of a long rural lateral with internet provided by giant-philadelphia-cable company and sometime the packets just get lost. It doesn't happen often but it occurs often enough that I knew messages were missing. (at one time I sent every message via 3 methods figuring at least one would arrive.) If a user was using the internet they would just reload the page and never give it another thought, with a critical message that doesn't get sent, it's a whole nuther matter. @Jimbo.Automates created the Notification node server which will also push messages to Pushover. The notification node server has so many message send options it's difficult to document. The key thing tho is that the Notification node server will retry! Certain http errors or failure to return "200 Ok" when the message is sent will cause the Notification node server to keep trying. Just be sure to have an ISY program the monitors the node servers heartbeat and sends notification via other methods if/when the node server dies. This is the program I used to monitor the node server itself, the notification is via a Network Resource directly from ISY to Pushover with the node server in the middle: hb.controller - [ID 0028][Parent 016D] If 'Node Servers / Notification Controller' is switched On Or 'Node Servers / Notification Controller' is switched Off Then Wait 11 minutes Repeat Every 30 minutes Resource 'ISYnotification.NotificationNS.Missed Heartbeat' Else - No Actions - (To add one, press 'Action') the "repeat" loop will end when the node server again sends it heartbeat.
  13. Its very hard to get an accurate link count on a large system with multiple battery powered AND/OR motion sensors. Yet continually the instruction is given to check link count with no regard to that.
  14. i bet @lilyoyo1 hit the nail on the head!
  15. i think you're too late he already solved his problem. Also not that he is using an ISY99 and correctly found the link for the ISY99 admin console..
  16. Also it should be noted that ANY Insteon traffic during a link count will throw the link count off. People seems to give the command "DO A LINK COUNT" without mentioning this. This means No switch flips, no motion and no battery device heartbeats can occur during the link count. If any traffic occurs the pointer will move to whatever that address is in the order and the link count can be very high or very low as a result. If any battery devices exist in the system, you almost need to do multiple link counts until the same number occurs twice or you determine there is a hardware fault. The advice to "Do a link count" is not valid without understanding how link counts work and why they might be invalid.
  17. That depends. There are two versions of the leak sensor (I'm lucky enough to have some of each) One version clears itself as soon as it's dry or picked up. The other version stays "wet" until the contacts are out of water AND you have pressed the button once.
  18. You should be able to uncheck the box "Migrate ISY Portal License" and everything else should migrate fine. I haven't done it yet tho.....
  19. Create a integer variable and use several programs, such as: Program MotionSense If Motion is switched on And $iMotionCount < 5 then $iMotionCount += 1 Run Program MotionLightExpireMotion (if) Run Program MotionLightOn else (none) Program MotionLightON If $iMotionCount = 5 then turn light on else (none) Program MotionLightExpireMotion If $iMotionCount > 0 then wait 10 seconds $iMotionCount -= 1 Run Program MotionLightExpireMotion else Turn Light Off Disclaimer: I don't have an ELK M1 and don't know how often motions can retrigger. The wait and motion count above also may need adjustment based on that answer and personal preference. When I started writing this example I assumed it would use a State variable rather than an integer variable, but the solution is much more complicated using a state variable. Since the 2nd and 3rd programs only have an integer variable in the If statement they will never run unless called by another program. The first program is triggered on motion and only continues to accumulate the value if the motion value is less that 5. Since the second and third program won't run on their own, it runs them. The second program has one job only when the motion count gets to 5 it turns the light on. the third program expires motion and anytime the value reaches 0 turns the light off (it may not be on but this minor inefficiency shouldn't cause problems, a fourth program could be used to turn off the light when the variable returns to 0 but it would need to be run from the else that currently turns the light off.)
  20. I doubt there will be hording. Personally I will increase my spares inventory for 2477D but only by about 2-3 units. I already have plenty of PLMs in spares but I suspect for those that remain with Insteon systems everyone that doesn't have a spare will buy a spare. One thing I might buy an unusual qty of is white paddles for 2477D. The old ones yellow with UV exposure I have several that are yellowed now and its quite obvious because the plate isn't yellowed.
  21. there are users that are paying twice. I'll be in the same boat if I choose to migrate. I'm paying both ISY and Polisy portal licenses. The second sentence of OP's original post establishes that he is also paying for both:
  22. I think you have to email support. Apparently they must not have it linked anywhere. I also use BalenaEtcher for other things and would have no problem if the process was just outlined somewhere and a link to the file.
  23. There appears to be a method as described in this post. However the BalenaEtcher method has never been disclosed in the forum or the wiki. The wiki says: If you are a geek, you can reflash your SSD yourself. Please submit a ticket
  24. New email from Insteon: Hi all, We have received a lot of questions regarding products. The team has been working hard with our factories, it has been particularly challenging given the global supply chain issues. But, I am happy to announce we can now accept orders for products (https://shop.insteon.com). You will notice we have transitioned to a more robust shopping platform that will lead to a better user experience for you. If you have not done so already, please make sure you have created a new account on this store, including creating a new password. NOTE: This user name and password are not tied to your Insteon account that you use to log in to your Insteon mobile app. This is for the new store only. The current product offering and quantities are limited so we have set a maximum order quantity for some products. And while we have limited inventory at this time, I assure you more product is on the way. Be sure to follow @insteon on social media (Facebook, Instagram, and Twitter) as we will be posting store inventory updates there. We currently do not have any 2477D Dimmer Switches but they will be here very soon. The first 2477S On/Off Switches we received are almond. If you need white, you can order a 2400SWH Paddle Change Kit or, if you are replacing an existing switch, you can switch the almond paddle with your current switch. We know there is a great need for PLMs (PowerLincs 2413S and 2413U) and, while we have them on order, there is an availability issue of one of the chips. We continue to look for other suppliers for this chip but at this time it looks like we will not have PLMs until the first quarter of 2023. Thank you and I appreciate all the feedback we have been receiving.
  25. Proceed directly from 4.9 to 5.3.4. Be sure to make a backup before upgrading from 4.9 (File > Backup ISY). If you don't have Z-wave or any "adjust scene" it shouldn't be much of effort to upgrade to v5.3.4

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.