You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"level":"info","message":"Timestamp: 2025-01-17T22:02:20.880Z, msg: "HVAC Id: 1 Fetching HVAC mode", correlationId: 9432, function: getHVACMode, level: info"}
{"level":"error","message":"Timestamp: 2025-01-17T22:02:20.962Z, msg: "HVAC Id: 1 Failed to get HVAC mode because of Error: Data length error, expected 7 got 6", correlationId: 9432, function: getHVACMode, level: error"}
const response = await requestedHVAC.readHoldingRegisters(803,1);
HVACMode = response.data[0];
it seems to happen sometimes but sometimes it goes through. Same issue with readcoils and readDiscreteInputs as well.
The text was updated successfully, but these errors were encountered:
{"level":"info","message":"Timestamp: 2025-01-17T22:02:20.880Z, msg: "HVAC Id: 1 Fetching HVAC mode", correlationId: 9432, function: getHVACMode, level: info"}
{"level":"error","message":"Timestamp: 2025-01-17T22:02:20.962Z, msg: "HVAC Id: 1 Failed to get HVAC mode because of Error: Data length error, expected 7 got 6", correlationId: 9432, function: getHVACMode, level: error"}
const response = await requestedHVAC.readHoldingRegisters(803,1);
HVACMode = response.data[0];
it seems to happen sometimes but sometimes it goes through. Same issue with readcoils and readDiscreteInputs as well.
The text was updated successfully, but these errors were encountered: