
bjhanson3
Members-
Posts
34 -
Joined
-
Last visited
bjhanson3's Achievements

New (2/6)
0
Reputation
-
I plugged it into an outlet in a different room and it was able to load. For some reason, the IO switches are struggling to work in the electronics closet where they have always been. I had another one that I thought was dead, and I moved it to a different outlet and now it works fine. I also had an ez flora that wasn’t functioning. I plugged it into an extension cord, running the cord out of the room to another room and now it works fine. Don’t have the luxury of rerouting all of the sprinkler wires to a different room so I’m wondering what is causing all of this.
-
bjhanson3 started following Eisy won’t add Insteon device
-
I deleted an I/O link device so I could re-add it as a new device thinking this would be easier than deleting all the old links to programs manually. Unfortunately, Eisy now can’t seem to add the device back. I’m getting the cannot determine Insteon engine message. It can see the device, but it doesn’t seem to know what kind of device it is. Even though I am selecting I/O link 2450. I’ve also try to add it where I don’t select the type of device and again it will find the device but not be able to determine the type of device. Any help would be appreciated. The device was working correctly. I just needed to use it in a different capacity going forward.
-
Not sure why but the nodes eventually downloaded while I was on vacation. Got everything back up and working today. Always frustrating when you don’t know why something worked or didn’t work. But on the bright side, it’s currently working.
-
I’ve done multiple restarts, but I haven’t done it in debug mode so I can give that a try. I seem to remember when it was installed that there was a stepto download the nodes. Since I had to uninstall and reinstall it, it’s kind of like a fresh install so to speak. Right now it’s like it sees the controller, but it’s not aware of any nodes.
-
I had to replace my router which required me to redo all of my port forwards for my elk Alarm. I got the M1 XEP reconnected and I’m showing a good connection on the polygot dashboard. However, I’m only showing a single node connection, which is the main elk control controller. I can’t, however remember how to get the 30 other nodes to load. Any suggestions would be appreciated. I also can’t control anything with the UD app related to ELK but I’m assuming that’s because none of the notes are downloaded.
-
Mobilinc Disconnected. Attempting to reconnect to ISY
bjhanson3 replied to BigEfromDaBx's topic in MobiLinc
Can anybody give me some advice on this? Maybe it’s my iPhone? At this point the app is completely non-functional. It needs to reload status on everything every time you open it which takes an eternity and it usually crashes in the process. -
Mobilinc Disconnected. Attempting to reconnect to ISY
bjhanson3 replied to BigEfromDaBx's topic in MobiLinc
One other odd aspect of this issue is that the today view or whatever it’s called when you swipe down from the top of your iPhone and it shows a handful of extended screen commands almost always works regardless if I can get the app to function. To clarify if I open the app and can’t get any of the commands on my dashboard to function I can swipe down to the extended screen and more often than not those commands will work. -
Mobilinc Disconnected. Attempting to reconnect to ISY
bjhanson3 replied to BigEfromDaBx's topic in MobiLinc
I deleted the app from my phone reinstalled it and then copied the settings from the app on my iPad which seems to function perfectly all the time. Everything worked fine on my phone until I closed the app and reopened it. Then everything needed to sync again from scratch. In fact I needed to re-send the settings from my iPad. It’s like my iPhone doesn’t save any of the settings and it has to reboot when I open the app. In reality this doesn’t happen all the time I had about 72 hours up until this morning where each time I opened the app it loaded the status of devices quickly and worked flawlessly Now I’m back to where it takes several minutes for it to update status of devices and respond to commands. Additionally I believe my wife’s iPhone is working fine. She doesn’t use the app very much so it’s not definitive but I have yet to see it have a problem. The app is version 4.17. -
Mobilinc Disconnected. Attempting to reconnect to ISY
bjhanson3 replied to BigEfromDaBx's topic in MobiLinc
I’m having similar issues. I’ve been running mobile link pro with Universal devices for over a decade with very few issues. Over the last few months about half the time when I open The app on my phone it can take anywhere from 30 seconds to several minutes for it to load the status of my devices and it may crash during the process. It doesn’t seem to hold the data it’s like it’s rebooting every time. I haven’t had any system changes recently that I can think of. I can double check but I believe I’m on the most recent firmware for my UDI. I’m using the same DNS service that I’ve had for years so I don’t believe that’s a factor. I’ve reloaded the app, cycled power, but nothing seems to work. any suggestions would be greatly appreciated. After all these years you just get used to things working the way they should so it’s a constant source of frustration when I can’t turn things on and off or my alarm doesn’t set automatically. -
Has anyone ever had the low battery indicator work on the Motion Sensor? I have programs written to text me if the low battery indicator ever turns to on, but they never do. The battery dies the indicator still says off and I eventually realize the motion sensor isn't working and I take care of it. I can live with it, but it would be nice if there was a solution.
-
Thanks I will do that. Also, is there a Wiki or post that better discribes the setting up of an SSL cert? I can't seem to get it to work?
-
Thanks for the reply. No I checked under file and I don't currently have that enabled. I use DYNDNS.com and mobilelinc to remotely control my ISY. I have my FIOS router port forwarded to allow access. I used to have an SSL Certificate, but since I switched to the new 994i I haven't been able to set that part up and haven't gotten around to figuring out why it doesn't want to work for me. I don't think that has anything to do with it, since I use to have that on the 99i and had these same problems before. I always just assumed that the system needed a reboot now and again even though that can be quite annoying.
-
Sorry to bud in on the conversation, but I too have this problem about every month or two. I have Fios with an old Fios router. Every month or so I start getting com issues and have to reboot the router and my ISY. I had this issue with my old 99i and my 6 month old 994i, so I know it's not my ISY, but would love to know if there is a perminent fix.
-
I will try that. Does it seem odd that the devices that should have the best comms, the dual bands, have the problem?
-
I ran another more comprehensive test today of 12 different switchlink dimmers. All of the dual band dimmers displayed the problem where it took took toggles to get the variable to register an increase of one. All the non dual band switches responded as you would want with one toggle increasing the variable one. Any thoughts on why dual band could be linked to this issue? This is the test program. All I did was change the switch in the if statement and monitor the count on the integer variable to track changes in it's value with each on command of the selected switch. If Control 'TOP landing lights' is switched On Then $iBathroom_Fan_Counter += 1 Else - No Actions - (To add one, press 'Action')