Everything posted by pkelley
-
T2000 Not being Discovered
I installed a T2000 and enabled "Local API". It also had an option for "API Time" which I left "off" initially. I tried Discovery with no Custom Parameters and then with Custom Parameters "Key" = "Upstairs", "Value" = "192.168.1.9" and never was able to find the T2000. I ran the following commands from eisy command prompt. curl http://192.168.1.9/query/status - {"error":true, "reason":"No Response for Requested URI"} curl http://192.168.1.9/query/info - {"name":"Upstairs HVAC","mode":0,"state":0,"activestage":0,"fan":0,"fanstate":0,"tempunits":0,"schedule":0,"schedulepart":1,"away":0,"spacetemp":70.0,"heattemp":73.0,"cooltemp":78.0,"hum_setpoint":25,"dehum_setpoint":80,"cooltempmin":35.0,"cooltempmax":99.0,"heattempmin":35.0,"heattempmax":99.0,"setpointdelta":2,"availablemodes":0} curl http://192.168.1.9/query/sensors - {"sensors": [{"name":"Thermostat","temp":70},{"name":"Space Temp","temp":70}]} curl http://192.168.1.9/ - {"api_ver": 7, "type": "residential", "model": "T2000", "firmware": "5.65"} I powered T2000 Off and back On after setting API to On and reran all Discovery tests with same results. I fear this thermostat or firmware does not support "/query/status". Which from reading other posts, may make this thermostat unusable by "VenstarCT". Can anyone confirm "query/status" is required or that the T2000 is not supported?
-
SMTP Error
My "Timeout" was set to 1,000. I changed to 5,000 and the Test button still succeeds, WITHOUT the "SMTP Server failure" message. Tested other Program triggered notifications and they continue to be delivered as well. Thank you, this appears to be the solution.
- SMTP Error
-
SMTP Error
Until a couple of days ago I was using the "Default" SMTP settings to send email notifications. That stopped working and I configured GMAIL to deliver mail. When I used the "Test" button in the Admin Console, I get a dialog showing an SMTP Server failure [[SMTP_ERRORS--1]]. BUT I also get the test message delivered to my email. I am also receiving all notifications I have created. So, not a problem .... or is it ..... IoX - 5.9.1_18
-
Remote Connection SSL Error
Thank you for the options to consider.
-
Remote Connection SSL Error
Thank you for the response. Looking through these links, I cannot see where the cert I have installed does not meet these requirements. The only thing that stands out is the signing algorithm for the cert is SHA-384, which is not listed in the ISY Network documentation. However, since this does work in Windows, perhaps this is not a factor... maybe. I am not well versed in SSL certificates, so I am sure I'm missing something. Perhaps there are other tests I can run that could provide more detail around the issue or issues.
-
Remote Connection SSL Error
I have a UD994 running firmware 5.3.1. I have installed a trusted SSL cert from ZeroSSL. My Network configuration looks like this, HTTPS connections are accepted without error from Windows10 Edge and Chrome browsers. HTTPS connections fail 95% of the time from iPhone (IOS 15.5) Edge and Safari browsers. The error from Edge is, "ERR_SSL_VERSION_OR_CIPHER_MISMATCH". The error from Safari is, "Safari warns you when a website uses TLS 1.0 or TLS 1.1, which are not secure. This may allow an attacker to comprise your connection to steal your personal or financial information, including passwords, phone numbers, and credit cards. If you understand the risks involved, you can visit the site". UD Mobile v0.7.6 (IOS) remote connection fails 100% of the time with the following error, " 1. Error Domain=NSURLErrorDomain Code=-1200 “An SSL error has occurred and a secure connection to the server cannot be made.” UserInfo={NSErrorFailingURLStringKey=<redacted>, NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?, _kCFStreamErrorDomainkey=3, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask<EAD9DDB1-D05E9F2619A1>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(“LocalDataTask<EAD9DDB1-C8B2-4F16-9E91-D05E9F2619A1>.<1>”), NSLocalizedDescription=An SSL error has occurred and a secure connection to the server cannot be made., NSErrorFailingURLKey=<redacted>, NSUnderlyingError=0x28222d0b0{Error Domain=kCFErrorDomainCFNetwork Code=-1200 “null” UserInfo={_kCFStreamPropertySSLClientstate=0, _kCFNetworkCFStreamSSLErrorOriginalValue=-9816, _kCFStreamErrorDomainKey=3, _kCFStreamErrorCodeKey=-9816, _NSURLErrorNWPathkey=satisfied (Path is satisfied), viable, interface: pdp_ip0[lte], ipv4, ipv6, dns, expensive}}, _kCFStreamErrorCodeKey=-9816}" UD Mobile v0.7.6 (IOS) local connections work 100% of the time. Any help or guidance would be much appreciated. Thank you