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
Navigate to Chemistry/Intellichem
Click on the Chlorine or Acid Tank and change the value to set the level
Click Save
What happens?
TypeError: Cannot read properties of undefined (reading 'tolerance')
at TouchChemControllerCommands.setIntelliChemAsync (/root/nodejs-poolController/controller/boards/EasyTouchBoard.ts:3044:48)
at TouchChemControllerCommands.setChemControllerAsync (/root/nodejs-poolController/controller/boards/SystemBoard.ts:5049:49)
at TouchChemControllerCommands.setChemControllerStateAsync (/root/nodejs-poolController/controller/boards/SystemBoard.ts:5065:46)
at /root/nodejs-poolController/web/services/state/State.ts:86:61
at Layer.handle [as handle_request] (/root/nodejs-poolController/node_modules/express/lib/router/layer.js:95:5)
at next (/root/nodejs-poolController/node_modules/express/lib/router/route.js:144:13)
at Route.dispatch (/root/nodejs-poolController/node_modules/express/lib/router/route.js:114:3)
at Layer.handle [as handle_request] (/root/nodejs-poolController/node_modules/express/lib/router/layer.js:95:5)
at /root/nodejs-poolController/node_modules/express/lib/router/index.js:284:15
at Function.process_params (/root/nodejs-poolController/node_modules/express/lib/router/index.js:346:12)
at next (/root/nodejs-poolController/node_modules/express/lib/router/index.js:280:10)
at /root/nodejs-poolController/web/Server.ts:753:25
at Layer.handle [as handle_request] (/root/nodejs-poolController/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/root/nodejs-poolController/node_modules/express/lib/router/index.js:328:13)
at /root/nodejs-poolController/node_modules/express/lib/router/index.js:286:9
at Function.process_params (/root/nodejs-poolController/node_modules/express/lib/router/index.js:346:12)
What should have happened?
The value for the tank level should have changed to the desired value.
Additional information
No response
The text was updated successfully, but these errors were encountered:
nodejs-poolController Version/commit
8.0.4
nodejs-poolController-dashPanel Version/commit
8.0.0
relayEquipmentManager Version/commit
No response
Node Version
v18.17.0
Platform
Linux raspberrypi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux
RS485 Adapter
No response
Are you using Docker?
OCP
EasyTouch 2 4P
Pump(s)
No response
Chlorinator(s)
Intellichem
What steps will reproduce the bug?
Navigate to Chemistry/Intellichem
Click on the Chlorine or Acid Tank and change the value to set the level
Click Save
What happens?
TypeError: Cannot read properties of undefined (reading 'tolerance')
at TouchChemControllerCommands.setIntelliChemAsync (/root/nodejs-poolController/controller/boards/EasyTouchBoard.ts:3044:48)
at TouchChemControllerCommands.setChemControllerAsync (/root/nodejs-poolController/controller/boards/SystemBoard.ts:5049:49)
at TouchChemControllerCommands.setChemControllerStateAsync (/root/nodejs-poolController/controller/boards/SystemBoard.ts:5065:46)
at /root/nodejs-poolController/web/services/state/State.ts:86:61
at Layer.handle [as handle_request] (/root/nodejs-poolController/node_modules/express/lib/router/layer.js:95:5)
at next (/root/nodejs-poolController/node_modules/express/lib/router/route.js:144:13)
at Route.dispatch (/root/nodejs-poolController/node_modules/express/lib/router/route.js:114:3)
at Layer.handle [as handle_request] (/root/nodejs-poolController/node_modules/express/lib/router/layer.js:95:5)
at /root/nodejs-poolController/node_modules/express/lib/router/index.js:284:15
at Function.process_params (/root/nodejs-poolController/node_modules/express/lib/router/index.js:346:12)
at next (/root/nodejs-poolController/node_modules/express/lib/router/index.js:280:10)
at /root/nodejs-poolController/web/Server.ts:753:25
at Layer.handle [as handle_request] (/root/nodejs-poolController/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/root/nodejs-poolController/node_modules/express/lib/router/index.js:328:13)
at /root/nodejs-poolController/node_modules/express/lib/router/index.js:286:9
at Function.process_params (/root/nodejs-poolController/node_modules/express/lib/router/index.js:346:12)
What should have happened?
The value for the tank level should have changed to the desired value.
Additional information
No response
The text was updated successfully, but these errors were encountered: