Difference between revisions of "Release Notes 3.9.0"

From HSYCO
Jump to navigation Jump to search
Line 5: Line 5:
 
*CONTATTO I/O Server:
 
*CONTATTO I/O Server:
 
**support of MODSENSE-CO2
 
**support of MODSENSE-CO2
 +
*DOMINO I/O Server:
 +
**support of AURORA
 
*DUELUX I/O Server:
 
*DUELUX I/O Server:
 
**new a<n>.s<m>.g<x>.activationvalue data point
 
**new a<n>.s<m>.g<x>.activationvalue data point

Revision as of 17:09, 21 February 2024


Server Updates

  • CONTATTO I/O Server:
    • support of MODSENSE-CO2
  • DOMINO I/O Server:
    • support of AURORA
  • DUELUX I/O Server:
    • new a<n>.s<m>.g<x>.activationvalue data point
    • new a<n>.s<m>.g<x>.deactivationvalue data point
    • new a<n>.s<m>.g<x>.commandonvalue data point
    • new a<n>.s<m>.g<x>.commandoffvalue data point
    • new g<n>.lock data points
  • HWGMONITOR I/O Server:
    • improved compatibility with series 2 monitoring devices (e.g. Damocles2)
  • Lares4 I/O Server:
    • communication with panel now based on asynchronous protocol
    • polling discontinued, pollinterval attribute will be ignored
    • changed default log size to 50 lines, max 300 lines
    • minor bug fixes and optimization
  • MEWS I/O Server:
    • added retryafterinterrupt configuration setting (defaults to 10)
  • MNET I/O Server:
    • improved protocol compatibility
  • Modbus I/O Server:
    • new frameinterval data point
  • Tecnoalarm I/O Server:
    • support for EV 10-50
  • Telegram I/O Server:
    • the password datapoint can now be set to an empty string to delete the password and allow all incoming messages, even from users that are not registered
  • Siemens Vanderbilt Edp I/O Server:
    • new forcedlastzone configuration option
  • Cameras:
    • improved HTTP authentication compatibility with some camera models
  • improved storage efficiency and reliability for persistent variables and data loggers

EVENTS

  • improved timing accuracy of PROGRAMTIMER event

Java API

  • improved timing accuracy of SchedulerEvent() and programTimerEvent() callbacks

JavaScript API

  • improved timing accuracy of SchedulerEvent() and programTimerEvent() callbacks

GUI Updates

Manager

Bug Fixes

  • High Availability:
    • the slave HSYCO server could keep restarting if haDatabaseSlaveSync was enabled
  • ELMO I/O Server:
    • UI object (elmo) inputs selection not working properly
  • MEWS I/O Server:
    • StartupEvent setting was not reading correctly
    • when the driver gets a 429 error the connection datapoint is now set to "offline" until the rate-limit timeout expires
  • SATEL I/O Server:
    • Satel UI object layout
  • JavaScript API:
    • httpRawEvent callback function not working and could also block httpCallEvent callback functions