Everything posted by Michel Kohanim
-
Venstar T6800 new API with ISY?
Hi ferdies, Unfortunately the only way to test this would be to use a utility like curl and send the same command from your computer and see what happens. With kind regards, Michel
-
ISY994/pro ir Stops Responding Remotely
Hi bjhanson3, Are you using File | Enable Internet Access to enable remote access to your ISY? With kind regards, Michel
-
Silly Soap Question
Hi dhefley, Definitely implemented: http://wiki.universal-devices.com/index ... #Variables Yes, you need to POST to /services. All is described in our WSDK documentation: http://www.universal-devices.com/isy-developers/ You can use REST With kind regards, Michel
-
Device List, Topology
Hi Eric, Unfortunately not. With kind regards, Michel
-
Help? v.4.0.5 Email notifications inconsistent
Hi Jim, I am so very sorry but I cannot find any communications from you. Would you please send your error log and specifically point to this topic? With kind regards, Michel
-
Using Zigbee for Wildfire Detection
Hi 38link, Unfortunately there are not very many Zigbee sensors that are interoperable. With kind regards, Michel
-
Venstar T6800 new API with ISY?
Hello ferdies, all looks good. Are you saying that although you get 200OK, the thermostat settings do not change? With kind regards, Michel
-
All my motion sensors stopped working simultaneously....
Hi sorka, There have been reports of PLMs losing links. Please send an email to support@universal-devices.com and I'll hook you up with our contact at SmartHome. With kind regards, Michel
-
Unable To Communicate With ISY-994
Hi Capella, I am so very sorry. The problem is 4.0.5 UI and Java 1.7.45 combination. Please do the following: 1. Clear Java Cache (http://www.java.com/en/download/help/plugin_cache.xml) 2. Go to http://isy.universal-devices.com/994i/4.1.1/admin.jnlp With kind regards, Michel
-
All my motion sensors stopped working simultaneously....
I must totally and wholeheartedly agree with oberkc ... moving to 99 is NOT going to fix the issue. With kind regards, Michel
-
Is my issy99i dieing ?
Hi davefred99, It's really as easy as that. Here are migration instructions: http://wiki.universal-devices.com/index ... r_ISY-994i With kind regards, Michel
-
Is my issy99i dieing ?
Hi davefred99, I am so very sorry to hear. If you have Verizon/AT&T FIOS or DirecTV, we do know for a fact that they incessantly bombard ISY to the point that it will go into DOS mode. As far as upgrade to 994, all your existing modules will be transferred free of charge. With kind regards, Michel
-
security breach possible?
modex, Definitely possible if: 1. You have an unsecure WiFi network ... in this case, everything in your network is vulnerable including ISY 2. For remote access, if you forward to ISY's unsecure http port (80), then when you are accessing ISY remotely, all traffic between you and ISY can be sniffed and decoded by any novice hacker (including your userid/password). So, you should NEVER forward to port 80 3. In the same vein as above, ISY comes with a default SSL certificate. For best security, it's best to either create your own self signed certificate or get one from a Certificate Authority (CA). If you do not access ISY remotely at all, then this is a moot point and you should not worry about it 4. For maximum security, make sure you have the PRO series and choose TLS 1.2 for protocol and at least medium strength for cipher suites and 2048 as key length (http://www.universal-devices.com/docs/I ... 0Guide.pdf) 5. ISY backup files are basically your system's configuration. I would not (personally) back them up on a cloud system that's not secure If you follow the four steps above, ISY should be almost as secure as your bank. With kind regards, Michel
-
Insteon Thermostat
Hi GreyFox, Yes, indeed it is. With kind regards, Michel
-
Interfacing a ISY994i device with an inverter
Hi G Graham, Unfortunately we do not have any solutions for talking to inverters. I am sorry. With kind regards, Michel
-
Degree Symbol in Notifications
Hello wrj0, Thank you. That might explain the issue. I think the problem is translation from UTF-8 and somehow our Java UI is considering it as ASCII instead of UTF-8. We'll look into it more once we have more time. Thanks again for reporting it and your willingness to go the extra mile to provide all this valuable information which will help us in debugging. With kind regards, Michel
-
ISY994/pro ir Stops Responding Remotely
Hi Harold, thanks. Got it and responded. Please take a look at your router's firmware level. With kind regards, Michel
-
ISY994/pro ir Stops Responding Remotely
Hi Harold, I do not think your unit is defective. I think it's either getting a different IP address from your router, you have an IP conflict, or do you have Verizon/AT&T FIOS or DirecTV? In all cases, please send your Error Log to support@universal-devices.com. With kind regards, Michel
-
Degree Symbol in Notifications
Hello wrj0, I think I understand the issue. Are you entering the degree sign as the sign itself in the content pane? With kind regards, Michel
-
How to get List of Variables
Hi Joe, Exactly what does not work? Please try REST: http://wiki.universal-devices.com/index ... #Variables With kind regards, Michel
-
Program Code
Hello sanders2222, Unfortunately not. With kind regards, Michel
-
Degree Symbol in Notifications
Hello wrj0, I do not think the recipient is processing HTML because it must work! Would you be kind enough to save the contents in an html file as described here: http://wiki.universal-devices.com/index ... e_Creation Let me know if you are still getting the strange characters. If you are not, please try the following as the content-type: text/html Happy New Year to you as well. With kind regards, Michel
-
Floor Plan
Hi jyingling, There shouldn't be but this feature has not been maintained for more than 5 year and slated to be completely removed. With kind regards, Michel
-
Degree Symbol in Notifications
Hello wrj0, Thanks so very much for the feedback. Unfortunately this seems to be what ISY is adding incorrectly assuming the output is html (°). This is something we will need to fix but the problem is that it's buried deep in the code and intermingled with a lot of other formatting stuff. I have already reported it as a bug (#130). In the meantime, you might want to try changing the content type to HTML in which case both devices "must" convert the symbol properly. With kind regards, Michel
-
Control 'SwitchLinc' is not switched off
Hi Kyle, If you do not have anything in the Else path, you really do not need "is not Switched Off". In short, it's only used to negate the condition. With kind regards, Michel