Jump to content

paulbates

Members
  • Posts

    5672
  • Joined

  • Last visited

Everything posted by paulbates

  1. paulbates

    Java Problem?

    Joe If you use 4a or b from the directions, its a one time download of the admin.jnlp java executable to your computer. After it installs, it will add a blue admin icon with a globe and a house. That java app is then on your local system. Normal networking applies. If you put a local NAT address in the isy finder, no it won't go to the internet. If you use a NAT address`and your ISY is across the internet, it will. If you look at the ISY Portal, that may be a product that can help you securely, as well as not having to move the ISY to modify it or use a VPN. Paul
  2. paulbates

    Java Problem?

    Joe If you download the admin java app to your computer, and run it locally, the ISY finder starts automatically, its a smaller window that pops to the top. It uses UPNP to find your ISY, if you have that activated. If you go back to the page in Current Releases, Beta and Bugs for your particular release, there will be a link to download the admin console under step 4. a) Paul
  3. paulbates

    Java Problem?

    Joe- I agree with Teken that is an unusual way to do this and "against the grain" of how ISY's are managed. The UUID is the same as the Ethernet Mac address, which is also used to locate the ISY. The UUID is unique to a particular device and explains why you are seeing this behavior... ISY #2 has a different MAC address than ISY #1 and the ISY finder is confused. I haven't tried this, but what will probably work is to create a separate entry in the ISY finder, after connecting ISY #2. Since I've never done this, I don't know that the finder will allow two entries for the same local IP address, and have no way to know how it will work. You would then pick the correct ISY off of the ISY finder on the PC. Suggested alternative: If you are trying to keep 2 homogenous runtime network environments for the ISYs to run in, I would suggest using router assigned DHCP, and having the router assign the ip address to the ISY on each local network. The address could be the same ip when running them separately, but supply 2 different addresses where locally on the same LAN. That will give you the same ip address in each separate network. Network # 1 (Where #1 is always used, and #2 is sometimes used too) ISY #1 192.168.0.10 ISY #2 192.168.0.11 (when its located together with #1) Network #2 ISY #2 192.168.0.10 (when its on its own network) Paul
  4. paulbates

    Thermostat wire

    For that much, I would consider an HVAC supplier / contractor, especially if you can present yourself as a contractor.
  5. If things are happening faster than I thought, I'll call it a good day . I might put that post under the tree this year The portal will give me a clean way to access my had pages from my heavily locked down corporate laptop, as well as my tablet, while travelling. I know that the UDI team and Benoit work very hard in the face of multiple responsibilities and a rapidly shifting technical landscape.
  6. Great news Kman, I missed it! Paul
  7. Jon I made an inquiry about HAD availability via the portal a while back and Michel indicated it was added to the list, but I don't think its been added yet. EDIT: Kman corrected me, its available now. Paul
  8. Hey Teken I don't know how to do it via email. However you could use REST calls to set a variable. It does require an initial login, I think. The network module or email could be used to send a message back out Paul
  9. No Problem, we all started at some point For 4.x or 5.x firmwares, you'll need the Network Module to see the web page option to see the ISY's folders and files. I may not be clear on what you mean by "secure". If you access the ISY default pages or HAD from another system, it will challenge you for the admin account and pw. The ISY file system does not have ACL capabilities that I have seen. You could do that if you looked for the directions for hosting the pages on your own server Paul
  10. Accessing HAD & Security: Its always secured by the ISY.. you have to give its credentials to get access to the pages. For more recent firmwares, you can turn HAD on or off by accessing the ISY's Web page, Settings and Default UI. You'll get a "generic version" of the pages that can be customized. Modifying HAD: Do you have the Network Module? Configuring and loading HAD is under Networking / web page. If you read through the HAD wiki & forum, you'll see where me and others got great support from Benoit Mercier, the author of HAD, on how to customize it. Ultimately, copying files onto the ISY using the admin console gets tedious. After you get used to changing HAD on the ISY, there are directions in the forum for running it off of another lan web server. I use my NAS's web server to host the pages.
  11. 3. HAD: Its a UDAJAX customizable replacement for the default UDI ISY Web page. Functionally, you can use it for dashboards, control panels and reporting. As web pages, they are OS agnostic. Here is the WIki There's a forum on the board under Home Automation Dashboard, the needs to be reviewed Here are examples, and if you look in the forum, a lot more controls and capabilities exist: 4. You can run the java admin console through the Portal. My tablet device is an MS Surface which runs W10 & Java, that's what I settled on. I'm happy with it overall.
  12. paulbates

    Thermostat wire

    Most hardware stores have it, like home depot. I've also was able to get it from my HVAC contractor. If you're doing or have done a big job with them, they might give you what you need.
  13. Chuck You could probably leave it in on/off, but then 2 things will be sending offs.,. not sure how it will behave. I believe that it saves batteries as well, not sending the off. Also, motion devices are associated with the dreaded all on/off. I figure less is more in both cases. Paul
  14. Chuck The light stays on until xx minutes after the last sensed movement. The program starts anew with each sensed motion. My yard lights over my driveway work this way. Paul
  15. Chuck I have my motion sensors set to "send on commands only". I keep the sensor and switches linked. Then I have ISY programs that watch for the "On", wait the right amount of time, then send the off. It never misses the off If ms switches on Then Wait xx Minutes Set scene light off, etc Else Paul
  16. Homekit is not planned as Teken mentioned, primarily due partnership requirements and their effects on UDI as a business. You can search the forum for Homekit, I believe that some folks have found workarounds for using homekit without specific UDI features. Honeywell's integration is proprietary, like Homekit. I recently saw that there ITTT support for Honeywell. Its still a cloud based solution, so if you lose internet, you lose control from the ISY. If you search the forum for Honeywell ITTT, you'll see recent stories about this topic. Paul
  17. Hi jeff You can't call a scene from a scene. However, you can get the same effect by creating additional scenes, and add all the necessary respondents to it Scene 3 = button c + button a + button B + lamplink 1 + lamplink 2 Paul
  18. paulbates

    Parse failure

    I'm guessing that you use @bpwwer's HS ISY Plugin? I would probably start on the HS board in his forum. I know in the past, ISY FW changes can affect his plugin Paul
  19. Scott, ok, I picked around in the java / bin folder. The settings seemed to have landed on javaws.exe . Change that and see if that works. Edit. now I see something else. After the first time I run the admin.jnlp, I right click on its icon in the task bar and add that to the task bar. It changes to the ISY icon (house on globe). My directions start by right clicking that. Paul
  20. Scott If you follow the steps in the previous post, when you right click on the admin console local icon, it applies the compatibility mode settings to the java environment (jp2launcher). Maybe W7 is different in that regard, I don't have a w7 environment. Paul
  21. Give that a shot. My door sensor can support either normally opened or normally closed via 2 different terminals.. What you are describing is the symptom for that being reversed.
  22. The ISY is most like a state machine, and modifying the program could change what is considered the current state. The ISY stops execution and begins evaluating state from there. I have consistently found that saving a program stops it, When that happens, as pointed out: 1) You can rerun the IF to force the state check, or run the then to get it going again 2) Alternatively, the conditions like a variable change make the program true and it restarts on its own I've recently been modifying programs that read a heartbeat value, those restart automatically due to the heartbeat. I have other programs that cycle hvac fans based on how long since the last cycle. I re-run the THEN of those if I change them, or I have to wait for the state to reoccur, which means waiting for the next heat cycle to run,and then complete, which can be a long time. Paul
  23. The automatic upgrade simply notifies you that a newer, official version of firmware is available greater than the one you have installed (as opposed to intermediary releases). The process requires you to separately download firmware, download the version matching admin console and download the version matching dashboard. The directions at the front of each release thread in the forum walks you through the multistep process. Paul
  24. Chuck You can restore your last backup, factory reset your new PLM, then follow the replacement directions in the link provided by Lee. You have to manually restore wireless devices like motion sensors one at a time, separately, after the restore. This is because Insteon's design for wireless devices requires you to put them in linking mode, one at a time. Also, you'll have to individually "restore device" for any devices that have a 1010 icon in front of them after the restore completes. Sometimes the restore PLM does not complete all of the devices, this has been normal for me on the ISY. Paul
  25. I plugged a spare phone charger in with the load of my led Christmas tree. That was the end of it of the glow. Paul
×
×
  • Create New...