Jump to content
AT&T to end email-to-text ×

MWareman

Members
  • Posts

    4959
  • Joined

  • Last visited

Everything posted by MWareman

  1. Windows Mobile 10 is like Windows RT. Built to run on ARM CPUs and, as such, Java won't work. So no, you cannot run the admin console on these. However, you could likely RDP to a full desktop.
  2. A buddy of mine (who I work with) professionally used to do lightning protection for broadcast towers (among other radio work). It takes substantial effort to do grounding properly to protect a direct lightning strike, without causing yourself significant issues if you have a nearby strike. The main issue is cross-bonding multiple ground points and the requirement that you actually have multiple ground points (to more effectively dissipate a direct strike). It must be done well because a nearby strike can cause 1000's of volts potential in the soil over a fairly short distance. That will cause current flow in your ground bonding possibly into the thousands of amps (depending on their relative location to the location of the nearby strike) - and it has to be able to tolerate it because - if it fails that potential difference will flow back thru the weakest link - your appliances on weaker (by comparison) protection. It's an inexact science - but there is a science to it. For most homeowners though - there is no easy way to fully protect against a direct strike. Me - I have a whole house surge wired to my panel - and a 10 guage earth bonded to my main ground rod. I also have many plug in surge protectors. I also have a module surge protector on my CAT6 cables (as they come back from different locations around the house) as well as my coax cables (like the cat6 - returning from all over the house). This is also bonded directly to the main electrical ground rod. We've experienced several nearby strikes now - and not one device lost. I consider that a success. In my old house I had a whole house protector - but the ground was not as good. Mostly, we were OK - but we did have two nearby events that caused significant damage. One placed a surge onto my cat6 - and took out my switch, several computers and my TV tuners. The other my air conditioner compressor. I vowed that I would do all that was reasonable to minimize the risk of that happening again. To the OP. Definitely get a whole house protector installed directly into you main panel (and secondary ones on secondary panels). However - also invest in a stout ground from these to the main electrical ground and ensure that the ground is sufficient. Don't rely on house wiring for the ground!
  3. Also, make and model of the garage door opener and type of wall controller is also needed. Some of the newer openers (especially the MyQ ones) don't play very nice with the IOLinc for controll...
  4. Did you get 4.3.18 installed?
  5. I think I'm going to ping Ben at Brultech and see if there is an option to switch out the WiFi module for wired Ethernet... Thanks!
  6. In my case, I would lose my hardwire link... Currently, the GEM sends to the Dashbox over a hardwired serial connection (port 2 on GEM). Port 1 on GEM is the WiFi module - I don't use that at all because its been unreliable for me (even though my AP is fairly close). The Dashbox then sends the data onto SEG and my ISY (via state variables) using its hardwired Ethernet connection. I think this is likely a pretty common setup for those with the Dashbox. Basically, I'm trying to figure out how I'd replace the ISY variables currently being updated by the Dashbox with your node server. We may have to bug Ben at Brultech to see if he is willing to add more generic data forwarding to the Dashbox.
  7. I have a feeling we cannot change the host name that the Dashbox sends SEG data to. The Dashbox config is simply enabled or not, and the site token.
  8. Thanks. The Dashbox can send in SEG format - or write ISY state variables thru the ISY API. When 5.x becomes more stable I'll give your solution a try and see how well it works with my GEM on WiFi. Otherwise, I may have to look into converting my GEM to wired Ethernet.
  9. Quick question... Are you getting data directly from GEM (via the network interface) - or via the Dashbox? The reason I ask - my GEM interface is WiFi - and less reliable. My Dashbox is hard wired and provides much more reliable data. Even better - maybe you could reach out to Ben and have the ISY Node Server for GEM be integrated directly into the Dashbox.... (wishful thinking maybe!)
  10. Nice!!!
  11. Upnp allows programs on internal machines to setup port forwarding without any authentication - by design. Imagine what malware could do! It's one of those 'what could possibly go wrong?' technologies....
  12. Upnp is a security risk. As @LeeG said - best to leave it off and manually map the port. A routers listing of devices is often flawed and incomplete. I would never rely on this.
  13. All 'Enable Internet Access' does is use upnp to setup a port forward in your router, and report the external IP and port the router assigned. If your router didn't do upnp (most are defaulted not to these days) then 'Enable Internet Access' will fail, and that's expected. I believe if ISY already has a port mapping it will also display the failed message.
  14. I disagree. Staying with the same functionality would necessitate not upgrading your mobile device. Things would have kept working if not for that. You did that (via Apple) - and that means you now have other things to upgrade for them to remain compatible with changes you introduced. Removal of the crypto algorithms has been well documented by both companies due to the security issues. UDI, for their part, realized years ago that they couldn't continue development on the 99i - it simply ran out of space. This is why newer versions of firmware with the additional compatibility needs the newer hardware. It's not a conspiracy! UDI does offer a VERY attractive upgrade offer on their sales page.
  15. I'd clear out both 'Else' branches in your first example and create a third program triggering on 'Sunrise' to handle turning off the light...
  16. Copied from the other thread where this was asked... Newer IOS likely removed the only cryptographic algorithm available on the now deprecated 99i (SSL3 and/or SHA1). These were removed from both IOS and Android because they are now considered insecure. You'll likely either need to roll back IOS, or move to a newer ISY firmware (which will likely need a hardware upgrade to the 994i).
  17. I guess I've figured my own experimental results. The time based triggers are 'true' only at the specified time, and non-triggering 'False' at all other times. This is different from devices 'status is off' (for example) - which will trigger 'true' when the device changes to 'off' - but will also trigger 'false' when the device changes to anything else. Hence my statement of time triggers being a special case. They can never trigger false. So, @LeeG is correct (as always!) in the statement made that all triggering events will interrupt a wait or repeat and force a reevaluation. Apologies for the doubt... Edit: Yes. The wiki does seem to add to the confusion. The wait does not 'cause' the reevaluation. It 'allows' it to occur if any triggering status changes while the wait is waiting.
  18. Not quite true.. New Program - [ID 0245][Parent 0244] If Time is 5:30:00PM Then Resource 'Pushover - TriggerThen1' Wait 4 minutes Resource 'Pushover - TriggerThen2' Else Resource 'Pushover - TriggerElse' At 5:30PM I received the 'Then1' pushover notification. At 5:34PM I received the 'Then2' pushover notification. The 'If' was NOT reevaluated at 5:31PM, 5:32PM or 5:33PM - despite being triggered at 5:30PM. The 'Else' condition was never triggered. I have not dug (experimentally) into other triggering conditions (like Elk zones, weather variables etc). I do know from memory that 'Control', 'State' and 'State Variables' all trigger evaluation AND interrupt 'wait' and 'repeat'. Other than time, I am now wondering what other triggering conditions will not break a 'wait' or 'repeat'. Michael. Michael.
  19. Only if the specific event type is one of the several that will actually interrupt the 'wait' or 'repeat'. If not, the program continues atomically. Only those events that are allowed to interrupt the 'wait' will cause the reevaluation, and restart the 'then' or 'else' as the evaluation dictates.
  20. I have some, but I've never really dug into this. There are only some triggering conditions that will interrupt a 'wait' or 'repeat'. Not all of them will. I believe time is one of the triggering events that will not interrupt a wait or repeat.
  21. I don't think time change causes reevaluation of the program. Otherwise many of mine wouldn't work!
  22. To further LeeG's statement. One condition is the Temperature >40. Let's say the program triggers one day and the temp is 46. We get to the wait and start waiting. 4 mins later,z the temp updates to 47. This will terminate the wait and cause the If to reevaluate. At this point, the time won't match and 'Else' will be executed instead, doing nothing.
  23. Yep - agreed. However, this is an Insteon limitation not an ISY one. You cannot send direct messages to KPL keys (other than the primary node) so you have to put the node into a scene as a responder then send the scene command.
  24. MWareman

    Wired Sensors

    Or maybe this (assuming it works with ISY Zwave) http://www.thesmartesthouse.com/collections/aeotec-by-aeon-labs/products/aeotec-by-aeon-labs-z-wave-plus-dry-contact-sensor-gen-5
  25. MWareman

    Wired Sensors

    Or use one of the several inexpensive web control boards that you can wire the sensors to and have it set and under ISY State variables based on the state... Or a team of iolinc devices (one for each wired sensor)...
×
×
  • Create New...