solipsism
  • Joined on 2025-05-17
d21804e3d9 feat: Implement protocol discovery service with auto-discovery capabilities
solipsism created branch protocol-mapping-comprehensive-tests in calejocontrol/CalejoControl 2025-11-04 09:14:36 +00:00
48a1a49384 Add comprehensive test suite for protocol mapping functionality
solipsism pushed to dashboard-feature at calejocontrol/CalejoControl 2025-11-01 22:33:29 +00:00
f55a4ccf68 Fix Modbus performance registers and add protocol architecture documentation
solipsism pushed to dashboard-feature at calejocontrol/CalejoControl 2025-11-01 21:10:26 +00:00
3413ca4a85 Fix OPC UA server security policy configuration
solipsism pushed to dashboard-feature at calejocontrol/CalejoControl 2025-11-01 20:32:14 +00:00
f2bedcd183 fix: Remove await from synchronous Modbus client disconnect call
solipsism pushed to dashboard-feature at calejocontrol/CalejoControl 2025-11-01 20:30:03 +00:00
c53d224874 fix: Use actual Modbus client methods for reading registers
solipsism pushed to dashboard-feature at calejocontrol/CalejoControl 2025-11-01 20:27:38 +00:00
76eb59036b fix: Remove await from synchronous Modbus client connect call
solipsism pushed to dashboard-feature at calejocontrol/CalejoControl 2025-11-01 20:24:31 +00:00
4a3db6a3fc fix: Correct Modbus client class name in signals endpoint
solipsism pushed to dashboard-feature at calejocontrol/CalejoControl 2025-11-01 20:22:04 +00:00
74a6f5e865 fix: Fix logging error in signals endpoint
solipsism pushed to dashboard-feature at calejocontrol/CalejoControl 2025-11-01 20:20:20 +00:00
ea3ec2b3f9 feat: Restore protocol client integration for Modbus in signals endpoint
solipsism pushed to dashboard-feature at calejocontrol/CalejoControl 2025-11-01 20:13:01 +00:00
7917fb0968 fix: Fix OPC UA server security configuration
solipsism pushed to dashboard-feature at calejocontrol/CalejoControl 2025-11-01 20:04:02 +00:00
9c92c5c47f fix: Remove explicit security policy setting from OPC UA client
solipsism pushed to dashboard-feature at calejocontrol/CalejoControl 2025-11-01 20:00:15 +00:00
2bad8c9ea0 fix: Fix OPC UA client async security policy setting and handle missing Modbus registers
solipsism pushed to dashboard-feature at calejocontrol/CalejoControl 2025-11-01 19:53:06 +00:00
ac89d72aa9 fix: Update protocol clients to fix security policy mismatch and register address issues
solipsism pushed to dashboard-feature at calejocontrol/CalejoControl 2025-11-01 19:27:46 +00:00
7cf7ed928b fix: Simplify signals endpoint to use only fallback data to avoid protocol client issues
b15b37658e fix: Add timeout handling to protocol clients to prevent hanging
400563ac28 fix: Add timeouts and fallback data to signals endpoint to prevent hanging
Compare 3 commits »
solipsism pushed to dashboard-feature at calejocontrol/CalejoControl 2025-11-01 17:50:40 +00:00
66e56eb70c fix: Update test deployment scripts to use port 8081 for test environment
solipsism pushed to dashboard-feature at calejocontrol/CalejoControl 2025-11-01 17:08:21 +00:00
2b52e27532 fix: Update test database connection to use host.docker.internal
solipsism pushed to dashboard-feature at calejocontrol/CalejoControl 2025-11-01 16:52:32 +00:00
beda7429c3 fix: Update test docker-compose to use port 8081
solipsism pushed to dashboard-feature at calejocontrol/CalejoControl 2025-11-01 16:49:35 +00:00
84fc7f66cb feat: Add test environment deployment support