Everything posted by hart2hart
-
Support thread for: ISY on Polisy (IoP) v5.4.4 (May 25, 2022)
On my pg3 dashboard, it said pg3 needs to be restarted after the iop upgrade.
-
Bond Bridge AC issue
Thanks. Just making sure it wasn’t something with my specific install. Already felt better that another person had seen the issue and it’s been running fantastic for several days.
-
Problem starting the console after replacing a faulty SD card
I’ve Never updated browser. It was a Java setting.
-
smtp server -> vtext.com problem?
It’s Verizon. They posted a couple years ago that @vtext.com was going to be significantly cut back or off. It was major source of text spam. I did as someone suggested and installed Spark email app on phone. The email address I assigned to it is only for HA messages. It works well with proper notifications turned on. Yes another app but it’s reliable method.
-
Bond Bridge AC issue
Thanks I’ve done that. It’s what founds the individual items. It’s just this weird text on admin console button. Otherwise appears to be working.
-
Bond Bridge AC issue
I deleted Bond PG2 version and added Bond PG3 version. All worked okay except the main screen is missing button text. I'm guessing it's Discover Nodes. I've already deleted Node server and added it back with same results. I don't care unless it hints at some other problem but would like positive confirmation either way on what to do. Thanks
-
Is there support for Insteon Thermostat in ISY944i?
It depend on which thermostat. The early thermostats were a Venstar branded with an Insteon dongle plugged in the bottom and as far as I’m aware it was required. There might have been a wifi dongle but I don’t know. The version in my photo had Insteon built in as it was a Smartlabs branded product.
-
Tracking sprinkler water usage
I migrated to the PG3 Flume water Node server this afternoon. All went well and I’m measuring water used for irrigation described in posts above in this thread. Thanks! The PG2 version I was running did lose authorization based on what I saw in log a few days ago, so for PG3 version I put checks on controller status, authorization status, Hub Node Status and Sensor Node Staus to alert me if either were not True or not in desired state of connected or authorized. The Sensor Node Status just went false after a few hours but by running water in a sink, I can see values are updating correctly and timely. Can you help me understand this node status? EDIT ——. After I wrote this I followed link to GitHub and I understand better but could you still help me fully understand all 4 status codes?
-
Is there support for Insteon Thermostat in ISY944i?
Amazon.com
-
Virtual Devices Node server Port to PG3?
It’s an external variable with a state of off and on. I use it in UD Mobile to tell which irrigation cycle to run that night. It acts like a switch on and off. You don’t have to set variable value.
-
Problem starting the console after replacing a faulty SD card
I used to go to Java console and set security to allow it to excute Java code in the browser to get the console to down load and execute for the first time. Then I’d turn the setting back off.
-
Problem starting the console after replacing a faulty SD card
Clearing Java cache should have removed all remnants of old so try again and then redownload ISY console or launcher.
-
Is there support for Insteon Thermostat in ISY944i?
Thermostat and 24 VAC wall wort to power it. Thermostat is open. There is a flip cover to hide all but LCD display. I bought wall wort and wired it into thermostat terminals. It’s in unfinished basement on back side of wall — not pretty. Lol
-
Is there support for Insteon Thermostat in ISY944i?
-
Is there support for Insteon Thermostat in ISY944i?
Deleted.
-
Is there support for Insteon Thermostat in ISY944i?
Do want temp and humidity inside or outside?
-
Is there support for Insteon Thermostat in ISY944i?
T7900 (3 of them) and I use NodeLink and used Venlink before it. I’m making plans to migrate my PG2 node servers and potentially NodeLink to PG3. Very time constrained now so have to phase it all out.
-
Is there support for Insteon Thermostat in ISY944i?
They are wifi touch screen Venstars.
-
Is there support for Insteon Thermostat in ISY944i?
I just got into the office. I can look at mine later today. Do you have one now or are looking at one on eBay? If you’re looking for a good thermostat, it falls very short. I’d get Venstar with Node server or NodeLink to get data into the ISY.
-
Is there support for Insteon Thermostat in ISY944i?
Yes, you can link to them. Depending on the version of thermostat, it may require you to query it. Newer versions send updates on more regular basis. I use 2 of them to monitor temperature in basement and media server closet.
-
Logging variables on demand
Perfect! As a temporary solution, I had setup an email notification and was collecting data in an email account so just had to add text to subject for file name and to append. It took me a few minutes to figure out how to add newline. Given it's unix/linux , I assumed it was some combo of \n\r. Turned out to be a simple hitting return in the body of the message. LOL
-
2022 Thermostat Recommendations
Not questioning your desire, but I’ve never seen a thermostat that didn’t have a deadband of about 2 degrees or else it would short cycle. Also, saw ones that would under or overshoot set point by a degree and in effect create a 2 degree deadband. What are your expectations on the 1 degree deadband?
-
Logging variables on demand
994 now but making plans for move to IoP in next few months.
-
Logging variables on demand
Thanks. That’s my question. Write them with what and to where?
-
Logging variables on demand
I’m writing an irrigation program that: 1. Store Flume Node server Today Gallons in variable Flume_Start 2. Turns on and off each zone 3. Store Flume Node server Today Gallons in variable Flume_End 4. Calculate difference _Start between _End into variable Water_Used At this point, how can I log DateTime, Start variable, End variable, Water_Used Network resource to send it to a service?