
Michel Kohanim
Administrators-
Posts
26771 -
Joined
-
Last visited
Everything posted by Michel Kohanim
-
Hi BradS, If the Scene is within a folder, try first removing it from the folder. With kind regards, Michel
-
Hi K0d3g3ar, I can think of two possible ways: 1. Use 5.0.12 firmware: save the value in a variable when you start the measurement and then have another program continuously compare the variable to whatever threshold you want 2. Create a Polyglot node server and put all your logic there. Perhaps this could apply to other water sensing solutions With kind regards, Michel
-
Hi jspoon, Please use Link Management/Link a Motion Sensor. With kind regards, Michel
-
asbril, Historically, this error is due to having multiple accounts. With kind regards, Michel
-
Hi frank, Yes, you can. Create a scene, put them both in there as controllers. Click on each node within the scene and set the on level for the other one to 0 (off). i.e. when button x is on button y will be off. With kind regards, Michel
-
Hi baabm, Most probably because the UI is not up to date. Please make sure you use the latest UI. With kind regards, Michel
-
@MWareman, apologies for tardy reply. I generally agree with the concept and will definitely look into it. With kind regards, Michel
-
Hi billisy42, MobiLinc supports Alexa. They have the instructions on their website. With kind regards, Michel
-
Hi gduprey, They are all in the SDK which I am sure you already have: https://www.universal-devices.com/isy-developers/ You can either use SOAP or Websockets to subscription. With kind regards, Michel
-
@gduprey, I do not think we are talking about the same things. By logs I mean Tools | Error Log and Tools | Log. If these two are wiped out, then the problem is the SD Card. Are they wiped out? You can subscribe to ALL ISY events which includes those you see in the event viewer. That's what the Admin Console does. This said, again, if your logs are wiped out, the issue is much more serious and probably SD Card related. With kind regards, Michel
-
Added my sprinklers and Alexa can't discover them
Michel Kohanim replied to billisy132's topic in Amazon Echo
Hi billisy32, We are looking into it. With kind regards, Michel -
@gduprey, More important that your request for syslog is: why are the units stop responding? Please send your error log to support@universal-devices.com. Also, make sure you don't have UPnP box checked (Configuration | System | Network). You can always subscribe to ISY and be sent events in real time. There's no need for polling. This said, however, I think what you are looking for is an SNMP type of thing. With kind regards, Michel
-
Hi firstone, It is already in the Wiki: https://wiki.universal-devices.com/index.php?title=ISY_Portal_Amazon_Echo_Integration_V3#Programs With kind regards, Michel
-
Hello everyone, Just wanted to let you know and Geo Fencing V2 is now live on ISY Portal. This will allow you to control the geo fencing nodes from the Admin Console (or other clients) in addition to Geo Fencing apps. Also, thanks to Fernando (@OneClicktoControl) , we now have an Android version of our own Geo Fencing app for Android. For those interested in testing, please send your request to support@universal-devices.com for instructions. With kind regards, Michel
-
DrLumen, UDI has NO plans of open sourcing ISY. Polyglot is open source. RPi, they do not send you the schematics unless you agree to purchase thousands upon thousands of chips. With kind regards, Michel
-
Hi KenUD, Please check your error log and compare to: https://wiki.universal-devices.com/index.php?title=ISY-99i/ISY-26_INSTEON:Errors_And_Error_Messages#SMTP_Errors With kind regards, Michel
-
Hi barrygordon, The first thing would be to look at your programs especially those with Run at startup enabled. With kind regards, Michel
-
Continuing Problems With Access and Control Using Away IP
Michel Kohanim replied to smokegrub's topic in ISY994
Hi smokegrub, Thank you for the details and looking forward to hearing what you find. With kind regards, Michel -
Continuing Problems With Access and Control Using Away IP
Michel Kohanim replied to smokegrub's topic in ISY994
Hi smokegrub, I think this suggests firewall issues. i.e. things work when going through the portal since it has a valid certificate. Things don't work (except for MobiLinc) when not going through the portal since - and I am assuming - ISY does not have a valid certificate. With kind regards, Michel -
Hi Jimbo, Not that I know of. This said, we have been considering node server support. We should have something after 5.0.13 (support for device hints). With kind regards, Michel
- 1 reply
-
- 1
-
-
trying to get "IF" statement to run every 5 minutes
Michel Kohanim replied to tlightne's topic in ISY994
Hi tlightne, The IF runs whenever there's a change in temperature and within your time constraints. You do not need a repeat. With kind regards, Michel -
@waleedelmandouh, my pleasure very much! Actually, I will have to thank @bmercier for developing and maintaining ISY Portal masterpiece! With kind regards, Michel
-
@waleedelmandouh, What you need to use is this : https://my.isy.io/api/isys/lookup. This will give you a list of ISYs and their status for YOUR account. With kind regards, Michel
-
Hi @waleedelmandouh, Thanks. Do you want to get this from the portal or from ISY? With kind regards, Michel
-
@waleedelmandouh, GetCurrenetSystemStatus publishes the status to subscribers. Unless you want to subscribe to ISY,1 what you need is /rest/nodes which has the status for all devices. With kind regards, michel