Everything posted by apostolakisl
-
Need clarification on From/To program running after boot
Yeah, I should have been more clear. No two "control switched x" can ever be true simultaneously, but the "if" clause can be true if you connect them with "or". And for anyone new to ISY, a little trick is to connect two opposites with control. In this fashion, one program will be able to do 2 things. In this way, both hitting the on paddle and hitting the off paddle are triggers. The on paddle goes true, the off paddle goes false. If control switched on or not control switched off then do something else do something else
-
Need clarification on From/To program running after boot
I'm pretty sure a blank "if" clause evaluates as true during a "run at startup" and hence, you get execution of the "then" without any "else" clause needed.
-
Subroutines with no Call Stack - how?
Typically you disable the program rather than using lots of variables. Also, for flags, just use a PGM status rather than a 0/1 variable. Pgm1 If motion And PGM on vacation false Then Run then pgm2 Pgm2 disabled If blank Then Disable pgm1 Turn on pump Wait 15 minutes Enable pgm1 Turn off pump Only caveat is if you happen to reboot during the 15 minute wait, the program will be disabled at start and be stuck. So I use a single program that runs at startup to ensure that all of those programs are set to the correct state. As a side note, programs with blank if will run true if set to run at startup.
-
Tesla Node Stopped Working
I didn't do an update. I put it in the same slot as the previous, but completely different Tesla node was. Then did a fresh install of the new one. I just drove the car and it currently shows good data. I will see what happens in a bit and send a log.
-
Tesla Node Stopped Working
If I put it in a different location I will need to rewrite all of my programs. I just don't see why it would have a problem at one node location and not another. They all function the same using the same code and same hardware. And yes, unknown and not reported is what it says on the admin console until I hit the update button. Then after a period of time, maybe 10 or 15 minutes, it reverts to unknown/not reported
-
Need clarification on From/To program running after boot
Not sure the context of "work as expected". But ISY is event driven, which is not like C. It is not driven by unchanging conditions, it only triggers on events. Your if clause must contain an item that has experienced an event or it will sit idle. Things that will make an if clause go include: 1) IF Status . . the status of the device must CHANGE 2) IF control . . . the specific control command must have happened. "control on" for example means the on paddle was pressed. Dimming up, switching off, etc do nothing. 3) Run at startup . . . startup of course is the trigger 4) A different program can cause the execution of an if clause with a "run if" command Once the "if" clause is triggered, then all of the conditions contained are tested for true/false status. Understand that instantaneous conditions like "control switched on" will always evaluate to false unless the trigger itself was that event. For example, a program that contained two "control switched . . " lines would never be true. And there would be no point in having a "run at startup" for a program that had a "control switched . . . " command since it would always be false (unless for some reason you wanted that program to run the else at startup). The above "repeat while" command will only be repeating if the then/else clause got started somehow. Either by the programs on "if" clause being triggered, or by some other program sending a "run then/run else/run if". Or of course a run at startup.
-
Insteon device "already added"
Did you try clicking on the "network" folder at the top of the tree on the left to bring up the itemized device lift in the right pain? You can sort by Insteon address and confirm that indeed the device isn't still there and just hiding from you in the regular tree on the left. I suspect you will find the device is there and thus you can delete it and then re-add. If the device truly isn't there, and you say it is in the links table, do you mean the links table on the PLM, or the links table that ISY believes is on the PLM? If it is only on the actual PLM and not the ISY link table, then you could restore the PLM.
-
Tesla Node Stopped Working
-
Tesla Node Stopped Working
Everything seems to work. Then, after a few minutes, all the fields change to unknown or not reported and I have to hit the update status button. And after hitting update, it only updates the screen I'm on. The climate screen for example continues to say unknown after hitting update on the charge screen. Even though it reports the last update as 0 minutes ago.
-
Tesla Node Stopped Working
I just went to update to what is apparently finally a working version of the node and it would seem that it is asking me to buy it again.
-
Tesla Node Stopped Working
Is anybody actually working on this? It has been like 9 months now.
-
Wireless tag Fail/Disconnect/Connect
The errors riebel is getting is not from the wireless tags, it is the PG3 node.
-
Openweather all 0's
Turns out, at least in my case, I didn't. After about 10 minutes, it started working with the same key.
-
Openweather all 0's
As is usual for these things, it is as clear as mud. I subscribed to the 3.0 version and gave them my cc info and they say it is active. But I still get all zeros. I am still using the same key and as far as I can tell, that is the key you use. I restarted the node a couple times and still all zeros. I will give it some time to activate perhaps.
-
Openweather all 0's
I came back from vacation to find my openweather map reporting all zeros for everything. I restarted it, even uninstalled and reinstalled. I don't know what to try next.
-
Icon request for a fountain
Indeed, I just missed it. And curiously, on this computer, both of the water fountain icons above are blue. Computer at home, one is red and one is blue. This is curious. No matter, they are the correct color on UD mobile.
-
Icon request for a fountain
But advanced options is the only way to use a custom icon even if you don't want to map to any particular value. I ended up putting a node in there that is always off as a work around.
-
Icon request for a fountain
This one tile lacks several of the choices like advanced status config. Edit. Looks like you must have a display node to get advanced options. However also it is showing the wrong icon in upper left corner. That is supposed to be a light bulb. It does show a light bulb after a while.
-
Icon request for a fountain
For reasons that aren't clear, they now show up as blue and red despite doing nothing.
-
Just installed wireless tag node server and not working
Never mind, deleted the node and started over and this time it "took"
-
Just installed wireless tag node server and not working
PG3 console shows it as connected with 2 nodes. ISY shows disconnected and no nodes. The sign in to wireless tag went fine and it said it got authorized and indeed I have two devices. Tried a full reboot of Polisy and did not fix it.
-
Icon request for a fountain
I got it to work with two url's one for each color. But what is not clear is why they both show up as blue on this website and the one is red and the other blue on UD mobile. https://lh3.googleusercontent.com/d/1YggIgfB681Rp3bLwxBVPOA2wNQY6Gpgv https://lh3.googleusercontent.com/d/1iBEDJtkUlm3NYaSeevobRod6QGrtY558
-
Icon request for a fountain
@Javi I tried that and it didnt't work. Still just get a red box when I tried to change the color to red. I opened the icon in my photo editor, saved as a png file, uploaded to google drive and then put the id into the format listed on the webpage. You can see it is a png file in google drive. https://lh3.googleusercontent.com/d/1iBEDJtkUlm3NYaSeevobRod6QGrtY558 Also, when I open ud mobile after not using for a while, the value isn't populated at all. So why would listing any value or value range trigger the substitution of the desired icon when there is no value at all? I tried "greater than or equal to 0" and it still puts the default icon up for about 5 seconds until the values populate. EDIT: I found an online tool that lets me replace all the pixels of one color with a different color. So I can just have two icons of different colors that are otherwise identical. It appears that UD mobile access the URL every single time it uses the imgae. Correct? Rather than download and save the image?
-
Icon request for a fountain
Here is an icon I found and loaded it up for my fountain. That same website has a bunch of variations as well. https://img.freepik.com/premium-vector/water-fountain-icon-logo-vector-design-template_827767-158.jpg The problem I have with it is that when the fountain is on, I want it to turn red, but setting it to do that just overwrites the entire box with solid red. I could make a second icon that is red, but as far as I can tell, you can only upload an icon from a url. While I could probably figure a way to load an image to a website so that it is accessible by url, is there an easier way? Other issue is that since it is not the default icon, I can only configure a custom icon in the advanced settings section which are triggered to appear only when the conditions you set are met. Since it takes a few seconds for the status of the node to populate, it defaults to the standard icon and then only shows the custom icon after the value is populated. @Javi
-
Tile size wrong on ud mobile
Just installed 1.1.79 and am happy to report the issue is fixed.