-
Posts
14922 -
Joined
-
Last visited
Everything posted by larryllix
-
I have two Zwave devices, both Aeotec Smart Switch 6 and Smart Switch 7, receptacles. The Smart Switch 7 receptacle connects to ISY but I cannot get it to self update the energy monitor. This is the same as the 12 series 3 receptacles I have. No those are not in my system right now, and do not exist in polISY. The only way to update the energy monitor is to poll the device. The Smart Switch 6 receptacle cannot be found with polISY at all. The information on both devices is very sketchy but the user guide tells how to connect with security and without. I have tried both. The active and included Smart Switch 7 device is about 4 feet from the series 6 device. One other thing. WTF are all these nodes and duplicate nodes doing in ISY??? This appears like some device that is not fully developed in ISY yet. Looks like a mess. Any tips to what is going on with these devices? Do any Zwave devices self update ISY or do they all have to be polled for secondary nodes?? If that is true I could have stuck with much cheaper series 3 devices?
-
IsY offline not responding!
larryllix replied to X-10's topic in New user? Having trouble? Start here
Do you have your ISY set to use DHCP for a self assigned IP address from your router? Do you have your router's DHCP reservation table set to permanently assign your ISY's IP address at a fixed address, based on it's MAC address? If No to either, you may have conflicting IP addresses on your LAN and this can cause one, two, many ot all LAN devices to not respond or be intermittent. Hey, as an aside: do you want any Quindar SCADA RTU boards? -
Sunset Sunrise Issue with just one switch
larryllix replied to MHB's topic in New user? Having trouble? Start here
AWesome! Glad you got it working. However there are few instructional posts in your thread here, you should read and try to help yourself in the future, including upgrading to a less buggy version of ISY, and how to copy and paste your program in your posts for best readability. It makes it much easier for people to help you with your programs. -
No. You wouldn't have to pay twice but it is always possible your ISY dropped the permission to use and UDI could renew it. Sent from my SM-G781W using Tapatalk
-
NRs can be a subscription paid service. Have yours expired? Maybe contact UDI with your UUID and check to see if the account is enabled correctly.
-
Change your Themes|Fonts setting to something other than 13. This is a bug in the GUI where some programming selection is based on a screen or box size. Doing some programming myself. this is a very hard thing to line up for some font sizes or styles. The boxes end up being too small for the number of characters needed and show '...'.. You may also try changing your Windows screen magnification back to 100% but that may make things really hard to see for you. You can try changing your Windows mag setting to 100% while the admin console is running, temporarily to prove it for yourself. Oh yeah....if you are running a ISY994 then upgrade to v5.3.4. They fixed a lot of quirky bugs.
-
I don't know all the nuances of python2 to python3 but there wasn't that many unless you did some uncommon code things. AFAIK you should be able to just delete the spaces behind the print statement and it should work on polisy. Since print() is a function in python3 it should look like this print("xxxxxx") If you are not familiar with python you should likely stay away from your polisy and use a RPi as your "proving grounds" first. After you are confident the code works and understand some of the basics hen port it over.
-
some simple "big picture" questions about polisy and polyglot.
larryllix replied to someguy's topic in IoX Support
polisy is a small CPU box hardware that can replace ISY994i and simultaneously hold polyglot and node servers in the same box. ISY994i could only house ISY software. Polyglot is a piece of software that works as a "sidekick" or extension to ISY software. There are various versions of polyglot. PG1 was the original. PG2 is the current running version. Polyglot cloud (PGc) is an option for some. PG3 is the coming version of polyglot (being developed) that can manage compensations for NS writers. Polyglots are basic software that services the node servers that users write. -
I run several python3 scripts on my polisy. I had them running with PG1 but when PG2 was released they began to fail about once per month or so. I switched them back to a RPi for a time and now they are back on my polisy again, running without problems, so far. Time will tell. My ~25 WiFi RGBCW bulbs and strips run off this software on polisy, as a bridge between ISY NR and WiFi signals. You may need to upgrade your script to python3 syntax. I don't know much about python2 code but I doubt the print statements will run without losing the space between print and "(".
-
I looked at the time/date nodeserver but one thing that seems to be missed is a combination Month and day combination variable. However two conditions would suffice to accomplish any date with a yearless condition. I use a few programs to use the ISY internal system variables that already have that information. When we had to rely on connections, routers and cables to connect with polyglot the one box solution seemed much more reliable, at that time. Now, with a single box polisy that argument becomes somewhat moot. Have a look at this technique. I use it for most holiday lighting scenes and many other functions. It only uses one trigger variable for triggering other programs.
-
@asbril would be the best source I know for that subject. (note I flagged him)
-
Basically the same here. However I only have one X10 module left and I only monitor and turn it off with the middle of the night complete shutdown every night. It's connected to a heavy duty contactor that runs my shop dust collector, always run from an X10 remote pushbutton that sits on the chop saw. Michel told me X10 was working so I assumed it was my USB PLM on my polisy that doesn't support X10, anymore.
-
I never use in wall receptacles since my X10 days. Too much wiring when you move or they burn out. Never had a plug-in burnout...well except the X10 appliance module I tried to control my 2 HP dust collector motor with. LOL
-
ISY on Polisy v5.3.0 (IoP) - OUTDATED
larryllix replied to Michel Kohanim's topic in Previous Releases
I purchased the SiLabs dongle (cheaper $ and regularly updated firmware) and from my trials with 2 series 300 Aeon receptacle/energy monitors, it (SiLabs dongle) worked fine with polisy. They need to be polled so I don't want then to be installed permanently in my polisy. -
ISY on Polisy v5.3.0 (IoP) - OUTDATED
larryllix replied to Michel Kohanim's topic in Previous Releases
Ohhh. You are using PG3? I didn't think it was ready for the wild yet. -
ISY on Polisy v5.3.0 (IoP) - OUTDATED
larryllix replied to Michel Kohanim's topic in Previous Releases
Sounds like some self-initiated factory reset almost. Have you tried to just power cycle your polisy and retest? How about your router dropping the IP reservation for your polisy? Of course your Ethernet connections tight in their jax at both ends of the cables? -
If you run Win 10, look in your Start menu under UDI folder. I find it on my desktop sometimes and other times in my start menu pullup.
-
I spent hours the last time attempting to get the ISY Launcher. As it also happened a few years ago, it put it into my start menu on Win 10. Took me hours and many, many trials to remember it was in my start pullup menu under UDI.
-
V5.3.4 fixed a few bugs from v5.2 and is the latest for ISY994i. The bugs and complaints you are likely seeing are for the polisy box, and not ISY994i. The transfer over is a much tougher transfer and has some outstanding fixes needed. V5.3.4 should drop in transparently from v5.2
-
Yeah, Grabs the info at bootup time.
-
Sunset sunrise different between ISY on Polisy and ISY on 994
larryllix replied to stevehoyt's topic in IoX Support
My polisy showed LA time also and it was never set to that. It was a bug in a version of ISY on polisy that has been somewhat fixed. I still have some system times indicating incorrectly, and variables with Last Changed Values about 5 hours too early, depending on what changed them. -
Isy not receiving status from device
larryllix replied to Matt M's topic in New user? Having trouble? Start here
Write a dummy scene to your device would have rewritten the link table in the device, correcting some lost links. A simple Restore, from the admin console, would have likely done the same correction. You likely have bad comms to this device and a damaged link table inside the device. Try removing the scene and see what happens. -
ISY on Polisy v5.3.0 (IoP) - OUTDATED
larryllix replied to Michel Kohanim's topic in Previous Releases
There isn't much call for such a thing once ISY994 fades into the background and/or polisy migration slows down. The original crowd-sourced idea behind NSs was that users could create them themselves and have some input into where ISY was going. -
More power to you for the future!