
DreamerI90
Members-
Posts
48 -
Joined
-
Last visited
Everything posted by DreamerI90
-
iSY 994i Pro, Currently 5.0.16C, Zwave module, Zwave version 4.55.0 Polisy Version 2, Version 2.2.13 Connected, Frontend Version: 2.2.9-5 I haven't upgraded my iSY past 5.0.16C because I understood my Z-Wave module would not work. I'm using Polisy as a node server for Hue, NuHeat, and Sono, although Sonos doesn't really work. My current goal is to update/upgrade my Polisy to deprecate my iSY. I can never find my Polisy with the iSY finder but so I don't think it's running IOP? I can log into my Polisy web server and command line and it looks like it's version 3 but I can't figure out how to update it and run IOP. I've been stuck here for a while and I don't know what to do next. Any help is greatly appreciated!
-
I haven't had it happen since I stopped using Mobilinc but I haven't tried deleting and reinstalling it yet. I did however get up this morning and none of my programs were working. The iSY was completely off line, couldn't access it via portal or finder, couldn't even ping it. I would normally wait to see if it recurs but since it's RC sw I thought I should let you now. After a power cycle it came back and the log showed everything was fine until yesterday evening, there were still log entries after that but they all said "error" instead of device status or action.
-
Nothing other than the Admin console, web GUI, and Mobilinc.
-
I'm having a new problem for the last few weeks since I upgraded to this RC version that I never had before. I also let my portal subscription expire before renewing it so it may have something to do with that. For about the third week I have to reset my iSY as the Admin I/F goes wonky on me. I first notice it when I access MobiLinc from my iPhone on my WLAN, it cannot connect even though it's local. Second when I open the UDI Admin I get an error box that says "Already Subscribed", then that says starting subscription, then one asking me if I want to close Admin, then when I say no I get Admin and can control devices but get no status back, e.g., the UI cannot tell what the state of devices is. I noticed today this seemed to happen right after a couple of Insteon leak detectors reported. I've had the portal and Mobilinc for a couple years and have been running v5 for it's Zwave support for probably a year and I have never seen this before. Restarting the iSY seems to clear it up for another week. Any ideas what is going on here?
-
Thanks Brian, I saw that, it would be nice to have something like this that can do both!
-
It's working fine now and updating the State (temp) without any intervention. It's a nice piece of hardware and exactly what I wanted except from what I understand the external probe temp is only local the 2441ZTH, no remote readability. I would appreciate any suggestions for a unit that would do both. I would also recommend changing the "State" field label to "Temperature" in the UDI UI. It really confused me for a bit as I thought that field by name would indicate whether the unit was heating or cooling. Thanks stusviews for the super-fast reply!
-
It did finally give me a temperature in the state field so I'm making progress,
-
I just got a 2441ZTH to monitor various locations in around my house. It linked fine and it looks like it query's okay, showing set points and humidity. However I can't see the temperature in the UI 4.6.2. I know it doesn't report the temperature on query, only on change, and also goes to sleep after a minute. What really has me confused is I don't even see a field for the temperature in the device page on the main tab. I know from my research it should have external power but where is the field that would show the temp if it was working? Also wondering if it will send the temp if there is enough variance when on battery while asleep or only when it's awake? Thanks in advance!
-
ISY and Phillips Hue Integration Step-By-Step (For dummies...like me)
DreamerI90 replied to DualBandAid's topic in ISY994
This turns it off: {"on":false, "bri":0, "sat":0, "hue":0, "transitiontime":5} This also turns it off: {"on":false, "bri":255, "sat":255, "hue":255, "transitiontime":5} It seems you do need all the other stuff after all! -
ISY and Phillips Hue Integration Step-By-Step (For dummies...like me)
DreamerI90 replied to DualBandAid's topic in ISY994
My on Network Resource (turns the light on red): PUT /api/(my Hue ID is here)/lights/2/state HTTP/1.1 Host: 10.167.1.204:80 User-Agent: Mozilla/4.0 Connection: Close Content-Type: application/x-www-form-urlencoded Content-Length: 64 {"on":true, "bri":255, "sat":255, "hue":255, "transitiontime":5} My off Network Resource (does not turn the light off): PUT /api/(my Hue ID is here)/lights/2/state HTTP/1.1 Host: 10.167.1.204:80 User-Agent: Mozilla/4.0 Connection: Close Content-Type: application/x-www-form-urlencoded Content-Length: 12 {"on”:false} -
ISY and Phillips Hue Integration Step-By-Step (For dummies...like me)
DreamerI90 replied to DualBandAid's topic in ISY994
I didn't claim it. These are the instructions from the first page: "TASK 5 - Invoking this “Network Resource” The final task is how to activate this functionality you created. The way you do that is via an ISY program. I’m not going to go into too much detail about that…unless someone requests it. The short answer is, there is a programmatic “action” called “Networking”. You can then either select “Wake on LAN” or “Resource”. If you select “Resource” a pop-up menu appears of all the Network Resources you created. For example, I have a program running in the background that monitors whether I have turned a particular Insteon-device scene on. If the scene turns on, the ISY will trigger the Network Resource “LIGHT 1 ON”. When the scene turns off, another program triggers a second Network Resource to turn the light off. Yes, you need to create an entirely new resource to turn a light off. So to turn my light on, I have something like this in the Body field: {"on":true, "bri":255, "sat":255, "hue":255, "transitiontime":5} To create a second Network Resource to turn the light off, everything is the same expect I have JUST this in the Body field... {"on”:false} You don’t need all those other parameters if you are just turning a light off." I followed the directions exactly and the light turns on when I run the on:true but does not turn off when I run the on:false. -
ISY and Phillips Hue Integration Step-By-Step (For dummies...like me)
DreamerI90 replied to DualBandAid's topic in ISY994
Yes -
ISY and Phillips Hue Integration Step-By-Step (For dummies...like me)
DreamerI90 replied to DualBandAid's topic in ISY994
I'll try it with a space although I don't have one in the on command and there isn't one in the instructions. "Can you turn the bulb off from a cell phone app? Perhaps the zigbee connection from the Hub to the bulb is bad." I have full control (on/off/dim/brighten/color/scenes) of that bulb and all my others from everywhere else, cell phone app, Hue remote, even Alexa. -
ISY and Phillips Hue Integration Step-By-Step (For dummies...like me)
DreamerI90 replied to DualBandAid's topic in ISY994
This is an awesome write up! I got my iSY turning a Hue light on but for some reason I can't turn it off following the instructions from page 1: To create a second Network Resource to turn the light off, everything is the same expect I have JUST this in the Body field... {"on”:false} You don’t need all those other parameters if you are just turning a light off. This is what I get back: HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Expires: Mon, 1 Aug 2011 09:00:00 GMT Connection: close Access-Control-Max-Age: 3600 Access-C I've double checked everything and it looks like it's working but the light stays on. Can anyone help me please? Thank you!!!