-
Posts
2906 -
Joined
Everything posted by io_guy
-
Sure, here's an example to turn the power on: It's an HTTP POST using raw text. <?xml version="1.0" encoding="utf-8"?> On
-
New Yammys have a web interface. Using ISY's network module yes, you can control it from the ISY. I turn on/off, set inputs, volume and zones via the ISY directly.
-
RX-V773 Just simple network commands to control it. No custom software required.
-
Depends on the stereo. I have a Yamaha that accepts web-based commands so my ISY controls it directly with the network module. I have a Denon that accepts an RS-232 connection so my ISY controls it with the network module through and Ethernet-serial converter. I have another Denon that has nothing so my ISY controls it with the network module sending commands to an iTach IP2IR. All work great.
-
FYI, I've added some logging functionality similar to this directly to OWLink in the next release. It logs the data right from 1-wire instead of from the ISY (so you get decimal values). jgorm, What you listed will work. Personally I don't use anything but the RPI2. The SWE is nice but somewhat bulky. With a little soldering you just attach a DS18B20 to the end of Cat5 and all is good. Or crimp a sensor directly into an RJ45 connector - I have them all over the house. I have RJ45 Levition Quickports in all my walls and run the sensors into them. Once my internet is back (phone right now) I'll post some picks of them. Bought a 10 pack of sensors off ebay for about $5.
-
Cloud services are definitely the way to go for their mass user interface and apps, no question. But their API is a custom developer API. This is not for the masses, it's for custom HA applications. HA should absolutely never have to leave its own subnet in order for 2 devices to talk. "My internet is down so my house doesn't work anymore" - fundamental flaw.
-
Is that right? One can't directly talk to it from one's own local network? Hmmm, big knock if that's the case. It unfortunately is the case. No idea what ecobee were thinking, there's a few people on their developer forum yelling about it but I highly doubt they'll change anything. Judging from their response they think what they've done is the correct implementation. I've worked in automation for 15 years - it's the absolute wrong way. In any case, I own one, I'll make it work.
-
I use the smart (not Si) and chose it because of the module interface and large feature set, similar to my Honeywell IAQ. Happy with the decision.
-
For those of us with ecobees - please see here. viewtopic.php?f=96&t=11956 Feature requests?
-
zigbee would only be required if UDI add true internal support for the ecobee. I'm using ecobee's ugly web api. It will involve a program running on a computer that will be the middle man between the api and the ISY.
-
I'll have a program to link the ecobee to an ISY available shortly. So you can consider my response "responsive" again.
-
ecobee. Many more features and capabilities than Nest.
-
Looks like the IP API is going public next week: https://www.ecobee.com/home/developer/a ... ndex.shtml A couple points of concern: - The API connects to ecobee.com, not the thermostat directly - A user is limited to 85000 polls per month, which is ~ a query every 30s - not terribly adequate to gather real-time status info for home automation purposes I was really hoping for something more of an open socket that could be connected directly to get real-time changes from the thermostat. Much less overhead.
-
To my knowledge there is no public IP API available. https://ecobee.zendesk.com/entries/20444728-Linux Please post a link if it exists.
-
Michel, Are you referring to Ecobee Zigbee support? If so, do you have a timeframe? I'm debating picking up one of these thermostats but really can't go without being able to tie house temperatures into the ISY.
-
Works fine here if I use IP. Multiple logins here are only with "ISY"
-
Michel, same issue with https.
-
Sorry if this has already been discussed somewhere... Since upgrading to 4.X.X (and may be timed with various Windows Updates as well) I have to do multiple logins to the admin console. When I login everything looks ok but within a couple seconds the login pops back up again for re-entry. This will happen 1-3 times every time open a new browser admin console in IE. Anyone else seeing this? I don't see anything in the error log to help.
-
The IP232 is a very nice serial server (pricey but nice). The iTach is good as well, never tried the Autelis. Once Eyez-On release the TPI for the Honeywell firmware, I'll be adding support for Honeywell alarms to DSCLink. http://www.eyezon.com/?page_id=176 http://www.automationshack.com/dsclink.html The network module will give you minimal functionality since you can only send commands to the alarm (not receive).
-
Agreed. I currently run a program that scrapes a couple weather sites to get rain data for Canada, which I send as variables to the ISY. Would love to be able to use the proper ISY internals. That goes for the ISY thermostat functionality as well. Would love to see a way to send my custom thermostat data into the ISY guts instead of sending it all via variables.
-
Yep, GCLink will be middle man. The GC-IRE is an infrared receiver which processes the IR commands and sends their data as ASCII packets over RS-232. GCLink will support RS-232 so it would be run on the same computer as the GC-IRE is plugged into, or as a TCP client which could run on any computer. I plan to run it this way and just connect my GC-IRE up into my multi-port serial server (and GC-Link would run on my Pi or Synology).
-
Pretty cool. I'm in the process of doing something similar because of issues I'm having with the ISY's built in IR. Going to be using a GC-IRE and a "GCLink" program to send variables to the ISY. IR learning will be GUI based. The nice thing about that unit is it does the full spectrum of IR frequencies, not just 38kHz. On the send side, with an IP2IR you can send commands directly from the network module, no need for a middle man.
-
Anyone else having IR issues with this version? Since upgrading my system to 4.0.1 none of IR receives work anymore. The event viewer sees my remote button presses but it's never the code it should be seeing.
-
Not storing codes is the exact reason I bought the IP2IR. It will send any IR code you send to it. I hate having a hundred "smart" devices in my home - I like having a single controller as the brain, not storing settings in multiple places. With an IP2IR I setup all my IR commands in the ISY's Network Resources and the IP2IR just receives/sends. Works like a charm.