Flex Posted July 20, 2019 Posted July 20, 2019 (edited) The reason for this question is that , I am trying to establish a response from a Control by Web x410 via a network resource. While with the Control by Web x310 this works, with the x410 not so much . I feel this is a first step to get the Control by Web x410 to respond to the ISY with data. So I would like to know what some of these error messages mean so I can perhaps figure out a way to establish communications between the two. If this will not work then trying to establish communication using DevLink or other node server to be developed is likely to be futile. FYI the x410 is a newer version of the x310. I am sending them both this command, just a different IP address and different passwords via Network Resources test: GET /state.xml HTTP/1.1 Host: 192.168.1.132:80 User-Agent: Mozilla/4.0 Connection: Close Content-Type: application/x-www-form-urlencoded Authorization: Basic "base64 encoded password" The one that works returns this; HTTP/1.1 200 OK Cache-Control: no-store Content-Type: text/xml Content-length: 707 <?xml version="1.0" encoding="utf-8" ?><datavalues><input1state>1</input1state><input2state>1</input2state><input3state>0</input3state><input4state>0</input4state><relay1state>0</relay1state><relay2state>0</relay2state><relay3state>0</relay3state><relay4state>0</relay4state><units>F</units><sensor1>81.9</sensor1><sensor2>77.2</sensor2><sensor3>x.x</sensor3><sensor4>x.x</sensor4><s1Alrm>0</s1Alrm><s2Alrm>0</s2Alrm><s3Alrm>0</s3Alrm><s4Alrm>0</s4Alrm><count1>0.000</count1><count2>0.000</count2><extvar1>0.00</extvar1><extvar2>0.00</extvar2><extvar3>0.00</extvar3><extvar4>0.00</extvar4><vin>10.59</vin><vinAlrm>0</v The one that doesn't work returns "TCP client read response failed" followed by "Net Module Rule: 59" in a dialog window. Now even though an error is returned both the x410 and x310 will execute a command to energize or de-energize one of their relays or other output..This is a command that works "GET /state.xml?relay1State=1 HTTP/1.1" So I can send from the ISY to these devices but not from them to the ISY So these are some of the errors I received and would like to know what they mean? Sat 2019/07/20 12:38:34 PM System -140005 Net Module Rule: 56 Sat 2019/07/20 12:39:09 PM System -140005 Net Module Rule: 59 Sat 2019/07/20 12:42:09 PM System -140005 Net Module Rule: 55 Sat 2019/07/20 12:43:02 PM System -140005 Net Module Rule: 4 Sat 2019/07/20 12:43:16 PM System -140005 Net Module Rule: 5 Sat 2019/07/20 01:11:12 PM System -140005 Net Module Rule: 60 Sat 2019/07/20 01:11:57 PM System -140005 Net Module Rule: 60 A search on this forum on -14005 returned no results. Any information would be appreciated. Thanks, Jerry Edited July 20, 2019 by Flex
Techman Posted July 20, 2019 Posted July 20, 2019 This is the 140005 error. Not sure about the Net module Rule codes. 140005 HTTP_CLIENT_READ_RESPONSE_FAILED Here's the link to the available error codes https://wiki.universal-devices.com/index.php?title=ISY-99i/ISY-26_INSTEON:Errors_And_Error_Messages 1
Flex Posted July 21, 2019 Author Posted July 21, 2019 I believe I have found the answer to the Net Module Rules. It's simply the ID number of a given network resource as you create them. It became obvious to me once I started working on another test ISY, that had just a few network resources in it. Thanks Techman, I will look this up and see if this sheds any light on my issue. It is however, exactly what is happening, but hopefully I can figure out why. Jerry
Recommended Posts