Jump to content

larryllix

Members
  • Posts

    15008
  • Joined

  • Last visited

Everything posted by larryllix

  1. I have no problem installing it. I just have problems finding it or instructions how to find it. Thanks but I don;t run Norton on anything for the last twenty years. It is a virus that interferes with an O/S..
  2. My upgrade from V5.5.2 worked flawlessly except for the 4 beeps. I got 5 beeps and then a single beep a few seconds later. This was my second successful update from my Admin Console. No rebooting or restarting my Ecobee NS was required. Previously only the SSH method ever worked properly. Minor bugs existing for a few versions now, are still not fixed.
  3. Like this. https://www.amazon.ca/Jasco-Direct-Wire-Lighting-Bypass-52327/dp/B08ZJQV7W2/ref=sr_1_5?crid=284MXKKTB28XK&keywords=dimmer+flicker&qid=1673965665&sprefix=dimmer+flicker+%2Caps%2C102&sr=8-5
  4. Yes. BTW: a state variable value change always causes a trigger in the If section of an Enabled program. Depending on outcome of the If section logic, Then or Else is run.
  5. Like they say. 'it's not what I know, it's the Asbril that you know.' Sent from my SM-G781W using Tapatalk
  6. I would be loading various app to see if any will find them and be compatible. That is how you can discover a compatible protocol and NS to be compatible with them. Most of the WiFi bulbs now are either Tuya or LEDenet/Magichome protocol now. Both have plenty of hacks for them. MagicHome app would find them and offer to co next to them by itself if they are compatible. Sent from my SM-G781W using Tapatalk
  7. UDI has always included more fixes than mentioned in docs. Of course there are still many bugs from jumping to V5 yet that may have been forgotten with all the Zwave, eISY, PG3, and now Matter excitement.
  8. It doesn't appear it would solve @GeorgeRufle's problem of finding the last day of each month. I would have thought that would have been a supplied field since I have only ever figured any way except a bruteforce method using a list of 12 and some logic magic for leap years. IIRC, I wanted to accomplish this myself once but ended up changing my human logic instead and went for another date in each month instead. An even more perplexing one is to determine Easter but I think @asbrilhas the NS for that one using a Google calendar.
  9. I would backup my v4 programs well and check them, then migrate to V5. IIRC the process has been smoothed out a lot and fairly easy now. When I migrated right at the birth of V5 it made a mess and was a lot to clean up. However then you can run polyglot v2 on a RPi or use the calendar functions I created to not rely on any other hardware devices...and cheaper too.
  10. Old thread here but...I just went through this horrible attempt to update and then install the newest IoX Launcher again. It took me over 30 minutes to find out how to install this gadget again. I thought the idea of the ISY Launcher was so we wouldn't have to keep updating the Launcher and yet here we are back to ISY v4.xx again, having to delete everything and reload the correct Launcher again??? I thought that was fixed to automatically match the launcher to the ISY version?? What have I missed?
  11. You could make a list of the dates you want it to trigger on in your If section for the last day of each month, but the OP was asking about once per month. The beginning of each month, or particular date in each month would definitely be much easier to detect. The floating holidays (long weekends) take a second line or ore to detect the day is Monday. You may also note in the program linked to there is a variable $sISY.DayOfMonth that will tell you when it is the 28th, 30th or 31st but you would still need to parse these out for each particular month. As @jec6613 posted above, now that PG3 can be contained in the same box it may be more secure to use the node server but it does require dependence on more cloud services than just the ISY clock. I am not sure if there is a last day of the month flag provided. I have never used other NSs except to test for current technology growth.
  12. I have layed this out several times before. I use it throughout my ISY programming for events that repeat every year. Isolating a monthly change should be quite easy.
  13. Temperature is classically an analogue value. In an iSY program you can add logic lines such as If xx.temperature <= 23 degrees Then set heater On Else -- The result of a tested analogue is a logical status.
  14. Typically, web cams do not make good motion sensors. Cams work on visible light and MSes typically work on iR light which detects less glitches and can be illuminated without blinding humans. Of course the wild animals can be very attracted to the iR light. Many better quality cams have a separate MS sensor to trigger recording.
  15. 3 of my four ASUS routers worked much better...99% when they weren't overheating, living on a muffin fan. The other one was a manufacturing defect...bad design and ASUS knew it and added more memory without telling or compensating the thousands of already owners. Sent from my SM-G781W using Tapatalk
  16. After four different ASUS routers I found they do not properly reboot with the reset button or software reset for certain problems. Try the power cycle method with a good 5-10 seconds of off time. You may want to power cycle your polisy at the same time allowing plenty of time after the router stabilises. BTW: Check you posted IP address. IIRC: The 192.168.50.x subnet was only for the initial factory reset of some ASUS routers. I would change that to the 192.168.0.x subnet or you may be in for a world of pain with your whole house of devices.
  17. Open a support ticket with UDI. Michel will get you sorted out. I had similar problems way back and it always seemed to me some files were located in directories with locked out permissions because they wouldn't stay.
  18. I do the same thing with my Magichome bulbs and LED strips. However I do not know what the drivers look like you are using as I use my own bridge software. With my software I use NR commands to send the colour, brightness levels and a list of bulbs I want affected and my NRbridge software distributes the commands to the appropriate bulbs. All my Alexa commands operate programs and the ISY programs control all the levels and colours. Sent from my SM-G781W using Tapatalk
  19. Save that for the second or third time you get caught on the same thing. Sent from my SM-G781W using Tapatalk
  20. That is a lot of steps to BC. Sent from my SM-G781W using Tapatalk
  21. Most just need to have their link button tapped once the sensing pads have been dried off. Sent from my SM-G781W using Tapatalk
  22. The EIA232 spec defines the 8 pin RJ45 connector as an RS232D standard hardware since 1990? http://www.interfacebus.com/Design_Connector_RS232.html The RJ45 connector is very commonly used in serial ports for larger data equipment where space is a premium. This makes the Ethetnet cables useful for both applications. Sent from my SM-G781W using Tapatalk
  23. PLM uses an RJ45 plug but it was always only serial port using TTL logic signal levels. Polisy's serial port is not using that hardware configuration. You will need the serial cable that come with the PLM.
  24. 75% of my Ethernet devices do not support manual IP address selection now. I guess those devices could never be used on a complex commercial LAN. These day we have computers and programs to do the tasks humans do not want to do. There are also courses on how to set up DHCP servers properly. On a small system with less than 2-4 devices I could understand not wanting to bother with the complexity of setting up a DHCP server properly. There will always be situations that bypassing current technology could apply but there is usually somebody working on power steering and rustproofing iron. OTH: Insteon addressing is static and permanently assigned without only the factory as a manager, but it is not a publicly accessible system....yet.
×
×
  • Create New...