Announcement

Collapse
No announcement yet.

xapmcsTemp0x - Temp05 v4, v5 / Temp08 1-Wire Interface xAP Node

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    xapmcsTemp0x - Temp05 v4, v5 / Temp08 1-Wire Interface xAP Node

    Component of mcsEnvrionment plugin to provide 1-Wire sensor data from Temp05 or Temp08 onto the xap network. Supports BSC 1.3 schema.

    Uses sensor identification conventions of mcsTempeature and mcsEnvironment.

    VB6 Version 1.x
    PR 1 1.1.0 Report BSC events on change rather than periodic BSC info
    PR 2 1.3.0 input.state & output.state changed to input.state.1 & output.state.1
    PR 3 1.3.0 Handle "M" and "P" in Temp08 DIS
    PR 4 1.3.0 Allow "L" to be lightning or water flow count
    PR 5 1.3.2 Fix "L" device type default for all DS2423 sensors
    PR 6 1.3.3 Unwildcarded BSC query and cmd not recognized
    PR 7 1.3.4 Humidity displaytext does not have HTML formatting
    PR 8 1.3.6 Add UI similiar to xapmcs1Wire
    PR 9 1.3.6 Add Temperature Discrete type
    PR10 1.3.8 Change index accounting
    PR11 1.3.9 Baro rate calculation gives object required error
    PR12 1.4.7 Add logic to manage a changing IP address
    PR13 1.4.7 Display Wind Direction icons as N.gif rather than 0.gif etc.
    -----------------------------------------

    .NET Version 2.x
    PR14 2.0.0.0 Initial .NET version
    PR15 2.0.0.1 Improve recovery of dropped IP connection
    PR16 2.0.0.2 Ignore Humidty/Baro reported as voltages
    PR17 2.0.0.6 IP/Serial connection that does not exists hangs program
    PR18 2.0.0.24 IWIO and related support update
    PR19 2.0.0.25 1.5 second delay in commands with space (e.g. TYP02 O)

    Console Version (Linux or Windows) http://mcsSprinklers.com/xapmcsTemp0xConsole.zip

    http://mcsSprinklers.com/xapmcsTemp0xNET.zip
    Last edited by Michael McSharry; April 20, 2015, 04:09 PM.

    #2
    Temp05/08 and 1Wire xAP nodes reporting change

    Both the Temp05/08 and 1Wire xAP nodes now report changes of sensor values as xapbsc.event. Previously it was implemented as periodic reporting using xapbsc.info. The xapbsc.query is still available to obtain the current values of any or all sensors.

    Comment


      #3
      UI Change and Temperature Discrete Support

      The user interface has been made consitent with xapmcs1wire UI where presence LEDs are added, Reject/Accept selections and reverse polarity for discretes. The Tempeature sensors now also support the newly added Temperature Discrete logic that was added recently to xapmcs1wire. Updates in V1.3.6

      Comment

      Working...
      X