< Back to all releases
umh-core

v0.44.4

This release fixes issues affecting OPC UA data collection and JavaScript-based data processing.

Fixes

  • OPC UA connections now properly rediscover nodes after reconnecting. Previously, if an OPC UA connection dropped and reconnected, the system would report zero detected nodes even though the server was available. Connections now correctly rediscover all nodes after network interruptions.
  • JavaScript processors now correctly handle numbers from JSON data. When using the Tag Processor or Node-RED JS processor with structured JSON data, numeric values were incorrectly treated as objects instead of numbers. Calculations and comparisons involving numbers now work as expected.
Discuss on Discord