Announcement

Collapse
No announcement yet.

HA7Net vs OW-SERVER

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    HA7Net vs OW-SERVER

    Hi Guys

    Just getting started with 1-wire and need to buy an interface. I'm struggling to see the difference between the HA7Net and OW-SERVER. They both seem to be 1-wire to Ethernet and support 3 x 1-wire busses. What am I missing?

    Regards

    Mark
    ________________________

    Dell Zino HD - HSPRo 2.x
    HSTouch - iPhone 3GS, 4S, iPad2 and iPad 3, 3xKindle Fire (Wall mounted)
    2 x Brultech ECM1240 with UltraECM
    USB UIRT
    Cooper Aspire Z-Wave Switches
    WGL800 w ACRF2 and 3xDS10a (Sump Level/Activity sensing)
    HM ST812-2 Flood Sensor
    HSM100 - Motion Detector with Light and Temperature
    2GIG Thermostat
    BLDSC - Alarm Plug-in
    BLUPS
    UltraLog (SQL2008)
    Jon00 Plugins
    Host XR3 BT and Jon00 BT Proximity
    Global Cache IP2IR
    Foscam FI8918W

    #2
    I believe both of the units support the same 1-wire sensors. The HA7Net supports 100 connected sensors and the OWServer supports only 24 connected sensors. However, the interface on the OWServer is *much* nice and it provides human readable output of the attached 1-wire sensors. In addition, the OWServer provides built in graphs and is about $80 cheaper.

    I have both and prefer the OWServer. In fact, my HA7Net doesn't even have sensors connected to it anymore.

    I also recommend the JB6 1-Wire Junction Box ($69) as it greatly simplifies connecting multiple sensors to the 1-Wire interface Adapters.

    Regards,
    Ultrajones
    Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

    Comment


      #3
      I picked up UltraJones's spare WiFi OW Server and agree that from the developers perspective it is the easiest. When all you need are a few different types (e.g. temperature, humidity) of 1 wire sensors then this is a very good way to go. In this respect it is similar to Temp08 but has an Ethernet rather than a RS-232 interface. If you have a need for more flexibility then OWAPI gives you access to just about every type of 1-wire device that is made by Dallas Semiconductor. To use this library you need something like DS9490D (USB) or DS9097U (RS-232). There are various software packages the use these equivalent interfaces. In my case I have implemented several solutions to satisfy different needs. The OWServer is in an out building so I could take advantage of the WiFi and eliminate the need to run outside underground wiring. The Temp08 is behind a IP/Serial device at a location in a different city via internet. The bulk of my devices are with cat 5 installed when the house was built and a DS9097U.

      Comment


        #4
        Originally posted by Ultrajones View Post
        I believe both of the units support the same 1-wire sensors. The HA7Net supports 100 connected sensors and the OWServer supports only 24 connected sensors. However, the interface on the OWServer is *much* nice and it provides human readable output of the attached 1-wire sensors. In addition, the OWServer provides built in graphs and is about $80 cheaper.

        I have both and prefer the OWServer. In fact, my HA7Net doesn't even have sensors connected to it anymore.

        I also recommend the JB6 1-Wire Junction Box ($69) as it greatly simplifies connecting multiple sensors to the 1-Wire interface Adapters.

        Regards,
        Ultrajones
        Thanks a lot!
        ________________________

        Dell Zino HD - HSPRo 2.x
        HSTouch - iPhone 3GS, 4S, iPad2 and iPad 3, 3xKindle Fire (Wall mounted)
        2 x Brultech ECM1240 with UltraECM
        USB UIRT
        Cooper Aspire Z-Wave Switches
        WGL800 w ACRF2 and 3xDS10a (Sump Level/Activity sensing)
        HM ST812-2 Flood Sensor
        HSM100 - Motion Detector with Light and Temperature
        2GIG Thermostat
        BLDSC - Alarm Plug-in
        BLUPS
        UltraLog (SQL2008)
        Jon00 Plugins
        Host XR3 BT and Jon00 BT Proximity
        Global Cache IP2IR
        Foscam FI8918W

        Comment


          #5
          Originally posted by Michael McSharry View Post
          I picked up UltraJones's spare WiFi OW Server and agree that from the developers perspective it is the easiest. When all you need are a few different types (e.g. temperature, humidity) of 1 wire sensors then this is a very good way to go. In this respect it is similar to Temp08 but has an Ethernet rather than a RS-232 interface. If you have a need for more flexibility then OWAPI gives you access to just about every type of 1-wire device that is made by Dallas Semiconductor. To use this library you need something like DS9490D (USB) or DS9097U (RS-232). There are various software packages the use these equivalent interfaces. In my case I have implemented several solutions to satisfy different needs. The OWServer is in an out building so I could take advantage of the WiFi and eliminate the need to run outside underground wiring. The Temp08 is behind a IP/Serial device at a location in a different city via internet. The bulk of my devices are with cat 5 installed when the house was built and a DS9097U.
          Thanks Michael. Regarding OWAPI, i'm still imited by the specific snesors supported by the plug-in, right? For example UltraJones only supports about 5
          ________________________

          Dell Zino HD - HSPRo 2.x
          HSTouch - iPhone 3GS, 4S, iPad2 and iPad 3, 3xKindle Fire (Wall mounted)
          2 x Brultech ECM1240 with UltraECM
          USB UIRT
          Cooper Aspire Z-Wave Switches
          WGL800 w ACRF2 and 3xDS10a (Sump Level/Activity sensing)
          HM ST812-2 Flood Sensor
          HSM100 - Motion Detector with Light and Temperature
          2GIG Thermostat
          BLDSC - Alarm Plug-in
          BLUPS
          UltraLog (SQL2008)
          Jon00 Plugins
          Host XR3 BT and Jon00 BT Proximity
          Global Cache IP2IR
          Foscam FI8918W

          Comment


            #6
            If you use UltraJones plugin then you are limited to whatever he supports.

            I have not tried with my OW Server, but it looks like you can use a TCP protocol that essentially gives you direct access to the 1-wire bus and then you could do all the bit level communications to manage devices. While this gives maximum flexibility, it would be low level programming and you need to understand the 1-wire device and bus protocols.

            The OWAPI via DS9097U / DS9490D provides a higher level interface. With xapmcs1Wire I have implemented everything that anybody has requested except the the devices that are proprietary and not supported by OWAPI. Hobby-boards.com has introduced some of these recently.

            There was a HVAC monitor that I think was sold by Hobby-Boards.com that provided a convenient access to quad A/D converter DS2450. I think it has been discontinued. Most Humidity interfaces use a DS2438 and you can use one of the channels for something like the float switch. There is a device that does sunlight with phototransitor and it could also be repurposed in a similar manner to use a different analog input than the phototransistor.

            Use of RJ11 and RJ45 is common for 1-wire connections. Different companies use different pin definitions so you need to exercise caution if you mix components from different sources.

            AAG and Midon Design are two other good sources for low cost 1-wire products. Dont get the AAG barometer that is interfaced with DS2406. It is a real bear to demultiplex and if my memory serves me it was 20 seconds elapsed time on the 1-wire to take a reading. Those based on DS2438 just need to do a A/D conversion of about 1 second.

            There is much posted on this board about 1-wire and my general advice is that you should heavily consider the maintenance aspect of whatever you do. Devices shared on a bus could bring down the entire bus so you want to have an easy mechanism to isolate. Similarly you do not want to make a reliable network unreliable by adding devices in a topology that results in multiple reflections thus causing cancellations and distortion of the digital pulses.

            Comment


              #7
              Originally posted by Michael McSharry View Post
              If you use UltraJones plugin then you are limited to whatever he supports.

              I have not tried with my OW Server, but it looks like you can use a TCP protocol that essentially gives you direct access to the 1-wire bus and then you could do all the bit level communications to manage devices. While this gives maximum flexibility, it would be low level programming and you need to understand the 1-wire device and bus protocols.

              The OWAPI via DS9097U / DS9490D provides a higher level interface. With xapmcs1Wire I have implemented everything that anybody has requested except the the devices that are proprietary and not supported by OWAPI. Hobby-boards.com has introduced some of these recently.

              There was a HVAC monitor that I think was sold by Hobby-Boards.com that provided a convenient access to quad A/D converter DS2450. I think it has been discontinued. Most Humidity interfaces use a DS2438 and you can use one of the channels for something like the float switch. There is a device that does sunlight with phototransitor and it could also be repurposed in a similar manner to use a different analog input than the phototransistor.

              Use of RJ11 and RJ45 is common for 1-wire connections. Different companies use different pin definitions so you need to exercise caution if you mix components from different sources.

              AAG and Midon Design are two other good sources for low cost 1-wire products. Dont get the AAG barometer that is interfaced with DS2406. It is a real bear to demultiplex and if my memory serves me it was 20 seconds elapsed time on the 1-wire to take a reading. Those based on DS2438 just need to do a A/D conversion of about 1 second.

              There is much posted on this board about 1-wire and my general advice is that you should heavily consider the maintenance aspect of whatever you do. Devices shared on a bus could bring down the entire bus so you want to have an easy mechanism to isolate. Similarly you do not want to make a reliable network unreliable by adding devices in a topology that results in multiple reflections thus causing cancellations and distortion of the digital pulses.
              Thanks Michael

              I want to use an existing plug-in (not interested in writing something myself).

              I'm planning a fairly resilient network in a star using OW_Server and JD6. Will have 2-4 temp sensors per leg and all critical sensors will be on their leg

              Regards

              mark
              ________________________

              Dell Zino HD - HSPRo 2.x
              HSTouch - iPhone 3GS, 4S, iPad2 and iPad 3, 3xKindle Fire (Wall mounted)
              2 x Brultech ECM1240 with UltraECM
              USB UIRT
              Cooper Aspire Z-Wave Switches
              WGL800 w ACRF2 and 3xDS10a (Sump Level/Activity sensing)
              HM ST812-2 Flood Sensor
              HSM100 - Motion Detector with Light and Temperature
              2GIG Thermostat
              BLDSC - Alarm Plug-in
              BLUPS
              UltraLog (SQL2008)
              Jon00 Plugins
              Host XR3 BT and Jon00 BT Proximity
              Global Cache IP2IR
              Foscam FI8918W

              Comment


                #8
                Re: HA7Net vs OW-SERVER

                Very interesting post above and insightful.

                I'm about to start wiring some DS18B20s up to my GEM. I bought the sensors of ebay and they came with a pigtail that I can crimp a RJ45 onto.

                For the bus its my intent to use CAT5e with splitters at each sensor leg. I found and bought these splitters at monoprice. http://www.monoprice.com/Product?c_i...seq=1&format=2

                With these splitters, I figured that in the event of sensor failure or the need for diag it would provide an easy method to unplug each sensor yet still allow pass through to others down the bus.

                Like the ideas of the ability to use analog inputs like mike and mildon discussed. Question is how would you convert analog signal voltages into measurable values (pressure psi, position %, temp f or c, or what ever analog sensor design).





                CharlieWayne
                HSPro: 3.0.0.194
                PL: Insteon PLM 3.0.5.20,Insteon Thermostat 3.0.1.1 , UltraM1G, RainRelay8, UltraECM3, UltraPioneerAVR3, BLBackup, weatherXML, Jon00 Network & PC Monitor
                HW : Win 7 64bit, Intel i7-2600, 16 GB DDR3 Ram, 60 Plus Insteon Dual Band Devices, Rain8 Pro2, Elk M1 Gold, Brueltech GreenEye.

                Comment


                  #9
                  If you are running cat5 then you will likely find it easier to make connections onto the wire with standard jacks such as http://www.monoprice.com/Category?c_id=105&cp_id=10513.

                  Recognize that the pigtails you are connecting each represent a length of wire that will degrade the signals from the distribution point. While a T topology is the most convenient for most to implement, it is also the one that is most problematic.

                  When you design your wiring then make a conscience decision on how you are going to handle power distribution to devices that may be connected. 5VDC and 12VDC are commonly used levels with circuits using 1-wire devices. Wire has resistance so 12VDC at one end may not be 12VDC at the circuit.

                  The conversion of voltage to more convenient units is done in software. xapmcs1wire does various conversions for the circuits that I or others have interfaced with it. The user then selects the ones of interest and ignores the others. Humidity percentage is so widely done with Honeywell sensor that it is available with just about every software package that interfaces 1-wire. At the user level you can also run scripts that populate virtual devices based upon an input that is in terms of voltage.

                  Comment

                  Working...
                  X