No Pressure Posted April 26, 2014 Posted April 26, 2014 I recently purchased the DS18B20 to connect to an EZIO8SA. My plan was to monitor and control swimming pool water temperature. Searching for wiring schematics I found some disappointing information. From what I've read the ISY994i doesn't support that analog input. It seems that the only options for reading temperature (without adding another communications protocol, i.e. z-wave) are the Insteon thermostat and its wireless partner. From what I can tell only the wireless thermostat supports a remote sensor that would allow me to monitor water temperature in a thermowell. Am I missing something?
Brian H Posted April 26, 2014 Posted April 26, 2014 The wireless thermostat does not send the remote sensors data to any other module. It is only displayed on its own display. This thread may give you some added information. viewtopic.php?f=26&t=9833
No Pressure Posted April 26, 2014 Author Posted April 26, 2014 Thanks. I posted some questions on that thread to keep things organized.
io_guy Posted April 26, 2014 Posted April 26, 2014 If your sensor makes its way back into the house you could use a Raspberry Pi and OWLink.
barrygordon Posted April 26, 2014 Posted April 26, 2014 I have just started to play around with the DS18B20's I am designing a total HVAC system because of my disgust with the Insteon Thermostats. Look at the OW server from Embedded Data Systems. That is what I am using. It provides a very simple http interface that will provide all sensor data in XML format. It has three ports for one wire daisy chains, with a total limit of 23 sensors (I assume memory issues). The ISY 99 with a network interface will be able to do that. Probably too expensive if all you want is a single sensor. My home will end up with about 10-202 sensors. I am interrogating the OW server from the iPads that are the UI to my HA system. The code was trivial to write using the CommandFusion iViewer and guiDesigner.
No Pressure Posted April 27, 2014 Author Posted April 27, 2014 barrygordon, I'm considering a similar project. I have radiant heat throughout my house and each room is on a different zone. The Insteon thermostat is not designed for radiant heat so that's not going to work. If there was an inexpensive and reliable way to get temperature into the ISY994I I would make my own system.
apostolakisl Posted April 27, 2014 Posted April 27, 2014 A cai webcontrol board can accept the one wire temp input and post directly to ISY variables.
Recommended Posts