Jump to content

dbwarner5

Members
  • Posts

    1173
  • Joined

  • Last visited

Everything posted by dbwarner5

  1. this may be a bit of a wish.. there is a limit of 1000 "devices in scenes". So for example in my basement I have ~20 switches.. if I put tougher 10 scenes with those 20 switches, I have used up ~ 200 of the 1000. I had to replace all my basement scenes with programs (much slower) to avoid overloading this limitation And to be clear, this limitation is with the PLM, nothing else. (disclaimer, I may not have all the correct "technical aspects" of the above, but the concept is relatively close to correct)
  2. Ok.. I tried once more by changing it to 90, then back to 84 and VOILA! it worked.. Strange.
  3. Have tried to delete the 84, put in 80, saved it, stopped and restarted PI.. then did it again, but deleted the 80 and put in the 84, saved, stopped restarted. Still not working. Thanks.
  4. upon further investigation, it doesn't seem to be going to the right port. From the log: wc:fetch_data: Fetching data from URL: http://192.168.68.44:80/getall.cgi 2024-10-28 13:30:27.713 Thread-76 (poll) udi_interface ERROR wc:fetch_data: Error fetching data: HTTPConnectionPool(host='192.168.68.44', port=80
  5. I have two Web8 controllers. I have installed 2 plug-ins with different IP addresses etc. At first they both worked. Had a lock up on my eisy. Upon restart I could not get web8 RIGHT, to work at all. I am remote, so I went directly into the web8 to ensure it was connected. It is and I could access all the screens w/o problem. Went back into PGX, erased some of the config values, put them back in, and it still shows as Disconnected, but it did retrieve my temperatures. I have stopped and started it a few times, no changes. attached is the log fyi. The other plug in shows a 1 in the ST driver vs zero in this one. Thanks. WebControl8_10-28-2024_13416_PM.zip
  6. @gschoffstall I keep both the admin.jnlp and the start.jnlp on my desktop. When I am local, I only use the admin shortcut as it is so fast to open up the login page. I use start when I am traveling and need to use the portal route instead.
  7. @gschoffstall try this and seeif you get anything.
  8. I have found that sometimes the AC Finder can be really really slow in "finding" my eisy, even if I put in the address manually.. One thing you may try is to put this into a browser: http://192.168.xx.xx:8080/admin.jnlp where the 192.... is the INTERNAL address of your eisy. This will download a file called admin.jnlp. Clicking on this downloaded file should open you up immediately to the login for your Esiy.
  9. @CoolToys Not sure about the bedroom yet, but a couple of points about your programing that yo may need to watch out for: Occupied_Guest_Edit and Occupied Guest Check - looks like they should work together. Auto Late Arrival Auto Off - [ID 0010][Parent 0001] If $sLate_Arrival is 1 Then Wait 10 minutes $sLate_Arrival = 0 Set 'Garage Drive Spots' Off Wait 20 minutes Set 'Kitchen Under Cabinet' Off Wait 10 minutes Set 'Downstairs Office Lamp' Off --I would move this line $sLate_Arrival = 0 to the last line. Each time a WAIT completes, it rechecks the IF statement, so this program will never complete. After the second wait, it will evaluate as false. The last program looks solid.
  10. Are your bedroom lights the only ones that are acting up? is it one Insteon switch? or several? If it's one, it may just need to be factory reset and restored from the AC? (you have probably done that, but just checking the simple things) I have one light that is through a micro module.. it has its own spirit.. comes on / off whenever and however it wants.. nothing will be running.. I have factory reset it to no avail.. luckily is a light I can live with being random. Need to buy a new micro switch for it sometime. Another trouble shooting thing you could try is: set up a new program that if the bedroom light comes on (during the night or when your bedtime variable is set), then send a notification, email, or turn some other obscure light on. Or it could just be a blank THEN and just see if the program turns true. This will test if the ISY is actually recognizing that the light is on, or if it's something "local" in the switch itself?
  11. @CoolToys From a problem solving perspective are you familiar with the Find/Replace command in the AC? It's a great way to find a variable hidden in a program, or a program being called from another program etc. You just pick what you want to find and then hit the find button repetitively until all instances are found. It wont replace anything unless you press the replace button. This has saved me many many times. Also you said above "Last night both "sEarly_Morning" and "sNight" were "1" which should not happen. That program is here too. I manually changed them both to zero and hit bedtime. This morning they are both still zero." If I understand your programs, at 4am, sNight goes to zero, and at sunrise +4mins, sEarly_Morning also goes to zero. So unless you checked these variables BEFORE sunrise+4min, then they would both be zero as you noted. If you checked it before that then they should be 0 and 1. So I am not sure what the question is anymore.... After some more trouble shooting, if you could try again to explain what you are running into adn when posting programs, right click on the program and select the bottom option of "copy to clipboard", then when you paste it into this forum, the complete program gets inserted. Good luck!
  12. (on a Mac, if you copy something on your phone, you have access to paste it immediately from your computer clipboard. super easy! )
  13. Again, this is for a hue spot light in the ceiling. the switch is an Insteon switch. Switch is always on to give power to the hues. Insteon program turns it back on, if turned off, after turning hte hue off.
  14. Here are the programs that I "waterfall" with. I dont have a time out, but I do have a 1am reset on these. Hope this makes sense.. I have five different settings from the same switch, in sequence. Mbed Doug reading 1 SD - [ID 01C8][Parent 01CF] If 'MBed Reading Doug' is switched On And 'MBed Reading Doug' is not switched Off Then Resource 'Doug's Reading on bright' Enable Program 'Mbed Doug reading 2 LD' Disable Program 'Mbed Doug reading 1 SD' Mbed Doug reading 2 LD - [ID 01C9][Parent 01CF][Not Enabled] If 'MBed Reading Doug' is switched On Then Resource 'Doug's Reading on full bright' Enable Program 'Mbed Doug reading 3 LD' Disable Program 'Mbed Doug reading 2 LD' Mbed Doug reading 3 LD - [ID 01CA][Parent 01CF][Not Enabled] If 'MBed Reading Doug' is switched On Then Resource 'Doug's Reading on Blue Dim' Enable Program 'Mbed Doug reading 4 LD' Disable Program 'Mbed Doug reading 3 LD' Mbed Doug reading 4 LD - [ID 01CB][Parent 01CF][Not Enabled] If 'MBed Reading Doug' is switched On Then Resource 'Doug's Reading on Red dim' Enable Program 'Mbed Doug reading 5 LD' Disable Program 'Mbed Doug reading 4 LD' Mbed Doug reading 5 LD - [ID 01CC][Parent 01CF][Not Enabled] If 'MBed Reading Doug' is switched On Then Resource 'Doug's Reading on green dim' Enable Program 'Mbed Doug reading 1 SD' Disable Program 'Mbed Doug reading 5 LD' This one resets the loop when I turn the switch off. Mbed Doug reading Turned off - [ID 0350][Parent 01CF] If 'MBed Reading Doug' is switched Off Or 'MBed Reading Doug' Status is Off Then Run Program 'Mbed Doug reading off' (Then Path) Set 'MBed Reading Doug' Fast On Mbed Doug reading off - [ID 01C2][Parent 01CF] If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Wait 1 second Resource 'Doug's Reading Off' Run Program 'Mbed Doug reading reset loop' (Then Path) Mbed Doug reading reset loop - [ID 01CE][Parent 01CF] If Time is 1:00:00AM Then Wait 2 seconds Enable Program 'Mbed Doug reading 1 SD' Disable Program 'Mbed Doug reading 2 LD' Disable Program 'Mbed Doug reading 3 LD' Disable Program 'Mbed Doug reading 5 LD' Disable Program 'Mbed Doug reading 5 LD' Else - No Actions - (To add one, press 'Action')
  15. @bpwwer I know this topic has been covered before. Any thoughts on trying to accomplish back engineering for this? I was just reminded today why I would really appreciate a Plug in for this: I am traveling and have my Elk alarm set to Away mode. The Roomba set off the motion detectors today and the alarm went off!.. I have to remember to manually set up a program that disables the alarm when the Roomba runs. But it's going to be hit or miss as the Roomba kinda does things on its own time line etc. Having a natural link between the Eisy and the Roomba would allow for automatic disarming etc. cheers, Doug
  16. I do something similar for my back deck lights. They are "checked" into correct settings, but if I want them to STAY off, they would come back on as you said. So I set up a trigger program that says IF light is on and is turned off, Then Decklightsstayoff =1. Then in my original program, I add that variable to the IF statement so that it wont run if the variable is 1. Some more needed than above to fine tune things and reset the trigger etc, but hopefully this gives you the path to go on. If you need more, let me know and I can show some programs. Cheers.
  17. Nice summary. I have hues and the plug in. They are in so many scenes that I hate to have to go and see each of their settings for each scene and then add them to a new scene. But someday maybe. One other idea you may consider is to run a "waterfall" of programs that change the hue bulb every time the light switch is hit. For example, the first one turns on the defined scene you have. then a program is then looking for that switch to be on AND switched on., and then changes its color / brightness etc, disables itself, and enables the "next" program in the water fall. You can add time elements as well which will force it to reset to the first color if no body has hit the switch recently, etc. I have this set up for a. pari of hues and it works well. cheers.
  18. I think what Larry was trying to point out that ANY program reflects the LAST state it ran in. Check any of your other programs like the 4am program. If a program got triggered true because of a time, or variable, it will run the THEN, and reflect green up UNTIL it runs false. So any sunset program, will turn true at the sunset time, run the THEN, and stay green until it runs false. It doesn't mean that it will run again, or keep running, just that the last time it was tested, it turned true. Hop;e this helps. Simple question, are you sure your time zone is correct and the sunset time reflected at the top of the AC is correct?
  19. Added note: I do two steps after every upgrade, while I am on the same network:: 1) open the launcher and make sure each of my paths to the eisy are there: (notice the different ports for https and http) -https://192.168.xx.xx:8443 -http://192.168.xx.xx:8080 -https://{dyns server router address}:8443 -http://{dyns server router address}:8080 -https://my.isy.io/isy/{admin consule address from Portal}/desc Then I hit SAVE and put it on my desktop. Then anytime I am having a problem with them loading, I simple hit LOAD and select this file. I also save a text copy of each address (I happen to use 1Password, but it can be in any text file format: email, text, Note, etc) so that if I need to add one of them specifically, I can do that by copying from. the text file into the ADD button. 2) I to go to http://192.168.xx.xx:8080/admin.jnlp A file will download. As a layman, I call this is a LOCAL copy of the AC. You use it just like the Start.jnlp file. It's called admin.jnlp. The BEST thing about his is that it takes you directly to Login of the ISY in one FLAWLESS path.And it's much quicker. I keep start.jnlp right next to admin.jnlp on my desktop and as long as I am LOCAL, I click on admin.jnlp. Cheers.
  20. @Mitch yea.. I actually have no knowledge of those particular devices, but am trying to think thru some trouble shooting ideas. If I understand it correctly so far.... -The two thermostats are talking correctly to each other. -The furnace is behaving as the thermostats say it should (?) -The isy shows the INCORRECT status of the thermostats and if the above is true, the furnace incorrectly as well.?? If those above are true, it has to be the ISY to the "thermostat system" that is wrong. So what different combinations of manipulation of the four devices in the isy can be tried next? ie: -delete all 4 devices and read only the 2 ZTHs? -delete all four and only add the 2 THs? -if you only have two devices in the ISY, delete them and add the opposite --> ZTH delete, add TH or TH delete add ZTH -Other?? Maybe these steps dont make sense if I have misunderstood the set up, so let me know.! Cheers and good luck!
  21. @Mitch this may be too simple but are you looking at the right device? Meaning which device will actually report back the correct status of the furnace: the TH or the ZTH?
  22. @Mitch You stated that you know this system well and that nothing has changed, but then you mention that each thermostat is now connected to a wireless device. Which device is actually connected to the ISY? Or is it the wireless device? I assume the wireless device actually "controls" the actual thermostat? Just trying to understand it better. Have you tried factory resetting the 2441TH? Factory Reset 1) Press and hold Insteon Thermostat’s Set button until it beeps. Insteon Thermostat will beep. Insteon Thermostat Set LED will blink green. 2) Press and hold Insteon Thermostat’s Set button again until it beeps. Insteon Thermostat will beep. Insteon Thermostat Set LED will blink red. 3) Double-tap Set button. 4) Press and hold Set button again for about 10 seconds. Insteon Thermostat will emit a long beep and its display will blink all segments. 5) When blinking/buzzing stops, release Set button and wait 10 seconds. Insteon Thermostat will perform a series of self tests, then return to normal operations. Insteon Thermostat display will return to normal. I also dont quite understand why you have the ZTH hooked up to the TH? Doest the ZTH run a thermostat on its own? I see from the Owners manual --> http://cache.insteon.com/documentation/2441ZTH-en.pdf Adding Insteon Wireless Thermostat to an Insteon Thermostat Link Insteon Wireless Thermostat to Insteon Thermostat to provide a portable thermostat wherever you want temperature control. You can add up to two Insteon Wireless Thermostats to an Insteon Thermostat. Where I am going with this, is are you sure that you havent created some strange loop or feedback that is confusing the ISY? You may want to start over with these devices by deleting an re-adding them.
  23. Another option is to set your geofence to turn a variable to 1 for entrance and 0 for exit. This manner offers the future flexibility and ease to trigger ANY program by writing it in the AC vs utilizing the geofence in UDM to add programs etc. Additionally with two phones (mine and my wife's), I am able to distinguish which one is home to open the correct garage door and in the case that we both come home together, it opens the most likely garage door that houses the car we usually drive in together. A lot more flexibility this way.
  24. It appears Kasa changed the structure for this outdoor Y plug. They used to have a name for the whole unit (parent) , with subnames for the two plugs (children). These are my xmas light switches so havent been used since last year. Testing them today, they only showed in ISY as the main unit with the two plugs greyed out. reflecting pgx. I since deleted them in the KASA app, and re-added them to the KASA app. Now in the Kasa app, they only show as plugs one and two. There is no longer a name for the "parent". In pgx, the old three names still showed: main unit, plug 1, plug 2. I was able to delete them by deleting the children first and then the parent node. After several restarts of hte PI, nothing changes; no recognition of the new plug 1 and 2 nodes, nor the parent name. I figure they changed the structure somehow so that the PI no longer recognizes that the children are nodes. so needless to say, ISY will be wrong as long as the PI is wrong. Any help? Thanks.
  25. dbwarner5

    Notifications

    Do you have Pushover? its a great app that can link to the Notifications plug in. Then you messages come across thru the pushover app and are easily customized and managed. the direction are quite complex but there is a "notifications for dummies" that between the imbedded directions under configure and readme combined should get you there. Once set up properly, a notification "node" will show up in your device tree and is selectable in a program to send a customization, which is essentially the text of the emails that you are trying to send. These are my notification Services from Pushover. This is an example program: Wind E - [ID 0226][Parent 023F] If 'WeatherFlow / Outside' Wind Direction >= 79° And 'WeatherFlow / Outside' Wind Direction <= 101° And $Wind_Direction_Trigger is 1 Then Set 'Notification Controller / Service Pushover WIND' Send Sys Custom With Params Content 32 Notification ID (ID=32) $Wind_Direction_Trigger = 0 Else - No Actions - (To add one, press 'Action') The results in a weather message that comes from my "customization" section that looks like this: Resulting in a message on my phone that looks like this: (and yes I need to fix my typo in weather! lol) Once you get the Pushover set up and used to it, its works fantastic.
×
×
  • Create New...