Everything posted by Michel Kohanim
-
Cannot get Smoke Bridge to send commands to ISY
Hi RussD, If you are still having problems, please do not hesitate to contact our tech support (links below). With kind regards, Michel
-
Revoked Certificate
Hi joe567890, I am so very sorry to hear. Would you be kind enough to try: http://isy.universal-devices.com/994i/4.2.10/admin.jnlp ? Please clear your Java cache before trying. If you are still having problems, please do contact our tech support (links below). With kind regards, Michel
-
Need a starting point for web service GET hooks
Hi Kevin, The following will not work: GET /rest/nodes/99999/cmd/DON HTTP/1.1\x0D\x0AHOST: 192.xxx.x.x\x0D \x0AAuthorization: Basic YWRtaW46YWRtaW4=\x0D\x0A\x0D\x0A What you need is \r\n after each line. \r = carriage return and \n is new line. I think you are sending the hex codes as string and that will not work. What's your application framework? With kind regards, Michel
-
Logging of program activity?
Hi ravedog, Thank you. #150 low priority. With kind regards, Michel
-
Rain Today issue...
Hi IM, another update from HAM: This is good news! With kind regards, Michel
-
Logging of program activity?
Hi ravedog, That sounds like a good idea. This said, it would be a little difficult since we use the log for charts and additional free text information (such as event viewer) is going to cause major disturbances. Perhaps we should have a debugger log which captures device states, program states, and event viewer and it's only used for visual debugging. With kind regards, Michel
-
Rain Today issue...
Hi IM, Thank you but we are responsible because we chose HAM. Here's the response from HAM: I would appreciate it if you could retest again on Thursday and let me know whether or not this is fixed. With kind regards, Michel
-
Rain Today issue...
Hi IM, I just submitted another ticket to HAM. I know for a fact that this issue was something that was pushed into their staging. I am so very sorry ... I will report back as soon as I hear back from them. With kind regards, Michel
-
Irrigation Module Issues....
Hi jmed999, ET might fluctuate during the day and is set to 0 at 12:00 AM. The most important thing is the irrigation requirement which is used in programs to figure out when to water the plants. Is Irrigation Requirement changing? With kind regards, Michel
-
Remote Connection to ISY Security
Hello all, Unfortunately not in the current branch as it would cause major regression testing. With kind regards, Michel
-
Tracking GFCI Circuit (my first program(s))
Hi ravedog, Looks pretty good! With kind regards, Michel
-
PGE PROVISIONING ISY-994Izs
Hi buidlerb, I am so very sorry to hear. The first thing I recommend is upgrading to 4.2.10 (http://forum.universal-devices.com/topic/13892-release-4210-rc4-is-now-available/). Once that's done, please make sure you clear your Java cache and go to: http://isy.universal-devices.com/994i/zs/dashboard.jnlp Unlike the instructions, put 0000 for the Ext PAN ID and click Save. If that does not work, please contact our support and we'll remote into your computer to see what may be going on. With kind regards, Michel
-
Subscription to ISY Time Out ?
Hi Barry, 120 seconds is the "max age". i.e. if you do not get a heartbeat in 120 seconds, then you can assume the subscription is no longer there. With kind regards, Michel
-
Irrigation Module Issues....
Hi jmed999, I am so very sorry to hear. The first question is why irrigation requirement was set to 0. The only way that this is currently possible is if a program called Reset Variables on the irrigation module. Do you have such a program and could it have been activated by mistake? With kind regards, Michel
-
How to restore a ISY994 IR Pro?
Hi RichTJ99, It all depends on whether the problem is the location of the PLM or the location of the device with respect to the PLM. How many of your devices have communication problems? Do you have any baby monitors? With kind regards, Michel
-
Subscriptions
Hi Barry, You can use /rest/subscriptions for a list of subscriptions. If you have a subscription ID then you should be able to find it. This said, however, there's no list that shows the IP address of the subscriber. You can also use IsSubscribed service to see whether or not a subscription ID is subscribed. Yes, all subscriptions are lost after reboot. With kind regards, Michel
-
How to restore a ISY994 IR Pro?
Hi RichTJ99, No, I would not do that. Now that you are back to some normalcy, I do recommend calling the tech support to figure out the next steps. I would only restore devices that are not communicating but, even then, we need to first make sure that you can communicate with them. With kind regards, Michel
-
Subscription to ISY Time Out ?
Hi trevorst, This is how ISY works: 1. You subscribe using REUSE_SOCKET, ISY keeps the socket open 2. ISY sends a heartbeat event every 120 seconds (you should look for these) 3. If the device does not ACK (TCP level) the event, then ISY tries 2 more times 4. If still no response from the device, then ISY assumes the device is gone and expires the subscription I suspect your iPad might be going to sleep and network connectivity is lost. What I suggest is: look for heartbeat signals, if the next heartbeat message is not received within the max-age duration, then assume that ISY is no longer considering you subscribed. In this case, you should subscribe again. All this said, the main question is why the device is not sending an ACK? With kind regards, Michel
-
Dashboard showing 2 states
Hi ravedog, Those that show two states (incorrectly) are scenes and not devices. With kind regards, Michel
-
Climate Module - Irrigation Region
Hi mbrossart, If you are not next to the beach, then use interior. It is used for calculating the amount of evaporation: /* * BaroAbsolute - Mean site barometric pressure In kPa * http://cagesun.nmsu.edu/~zsamani/papers/net_radiation_paper.pdf * KR = KRA * (Pressure/(101.3))^0.5 * KRA: * Empirical coeff: * 0.17 for interior regions * 0.20 for coastal regions */ region*sqrt(BaroAbsolute/101.3); With kind regards,Michel
-
Insteon 2744S On/Off switch
Hello Carey737, Please look at the end of the events: Sat 08/23/2014 11:53:01 AM : [20 8B C4 0 ] Cannot determine device type Sat 08/23/2014 11:53:01 AM : [20 8B C4 0 ] Failed to add device It seems that ISY cannot determine the device type. There are two cases: ISY does not understand the type (it's old) or that the device is not returning a type that ISY understands. I suspect it's the 3.3.10 firmware. With kind regards, Michel
-
Soaker Hose Set Up
Hi ccclapp, That's the advantage! i.e. you know for a fact that when the next zone is called, the previous turns off. Very much like regular sprinkler controllers. With kind regards, Michel
-
Smoke Bridge Nodes
Hi Techman, Query would not return anything (battery operated). It should only clear the state of those nodes. With kind regards, Michel
-
Programming to use Irrigation Module w/current Odd/Even Laws
Hi DWalker, I am concerned that this won't work if you call Cycle Complete at the end of each program. Cycle complete should be called at the end when ALL programs have been run (Then path). With kind regards, Michel
-
Fast On and Fast Off triggers not working anymore
Hi ScottAvery, I strongly recommend moving your PLM to a different outlet and retry. With kind regards, Michel