•  

Comment Results

Review Name Created Custom Fields Content
LEAHI-DD-FIRMWARE-LDT-4011-1 22 Jun 2026

Remove Dialysate from the handler name.

LEAHI-APPLICATION-LDT-4787-1 23 Jun 2026

add model for ID_ShuttingDown. TD -> UI then once i get it then show the auto hide dialog

LEAHI-TESTSUITES-LDT-3153-1 29 Jun 2026

RESOLVED

LEAHI-APPLICATION-LDT-4810-1 30 Jun 2026

updated

LEAHI-DD-FIRMWARE-LDT-4539-1 18 Jun 2026

Should we also send an event when we start the heater?

LEAHI-DD-FIRMWARE-LDT-4011-2 30 Jun 2026

yes

LEAHI-TESTSUITES-LDT-2278-1 30 Jun 2026

Added the function for device and VM

home_dir = str(Path.home())
if home_dir == "/home/denali":
return "/home/denali/Public/luis/config/configurations/"
else:
return "/opt/leahi/config/configurations/"

LEAHI-DIALIN-LDT-4878-1 01 Jul 2026

Please leave a comment to remind the developers that "-" will confuse .whl.

LEAHI-DIALIN-LDT-4734-1 01 Jul 2026

Add uncompensated conductivity to the init too

LEAHI-DD-FIRMWARE-LDT-4539-1 30 Jun 2026

Add previousHeaterState to input and output

LEAHI-TD-FIRMWARE-LDT-4160-1 30 Jun 2026

Please typecast alarmID to resolve warning.

ALARM_T alarm = getAlarmProperties( ( ALARM_ID_T )alarmID );

LEAHI-DIALIN-LDT-4787-1 25 Jun 2026

change to td_powerOff_wARNING

LEAHI-DD-FIRMWARE-LDT-4614-1 02 Jul 2026

Siemens. Space after and before paranthesis.

LEAHI-DD-FIRMWARE-LDT-4734-1 01 Jul 2026

could you please align it ?

LEAHI-TESTSUITES-LDT-2971-1 05 Feb 2026

ok them be careful to always use it as:

import squish

NOT the following as has been stated:

from squish import  *
LEAHI-DD-FIRMWARE-LDT-2004-3 05 Feb 2026

To make it exclusive operation. no previous request should be pending when a new operation is requested. So only one state machine is running at a time. otherwise, while chamber fill is in progress, anyone can request drain and both requests will be handled. even through new code run only one state machine at a time, this will ensure that only one request is submitted to drybicart

This was a concern reported by Sean and proposed for restructuring into a single state machine.

LEAHI-DD-FIRMWARE-LDT-4410-3 22 Jun 2026

Lets remove this.

LEAHI-TD-FIRMWARE-LDT-4063-1 22 Jun 2026

Remove FANS test.

LEAHI-TESTSUITES-LDT-2278-1 16 Jun 2026

Stepnames variable is the list of objects (i.e concentrate,Installation,self tests)

Standard and advanced mode differ by getting the value from the system.conf file

LEAHI-TD-FIRMWARE-LDT-3215-1 12 Jun 2026

U08 to F32?

LEAHI-APPLICATION-LDT-4787-1 23 Jun 2026

removed shutdown

LEAHI-DD-FIRMWARE-LDT-4410-3 26 Jun 2026

You may need to comment/ remove this condition. the pressure stabilized flag should set only when pressure is met (not on chamber fill request)

LEAHI-TD-FIRMWARE-LDT-4033-1 24 Jun 2026

Yes removed

LEAHI-DD-FIRMWARE-LDT-4612-1 24 Jun 2026

Space after if.

LEAHI-DD-FIRMWARE-LDT-4612-1 24 Jun 2026

Depressurize?

LEAHI-DD-FIRMWARE-LDT-4612-1 24 Jun 2026

Update comment.

LEAHI-TESTSUITES-LDT-3208-1 25 Jun 2026

RESOLVED.

LEAHI-TESTSUITES-LDT-2278-1 30 Jun 2026

RESOLVED

LEAHI-APPLICATION-LDT-4810-1 30 Jun 2026

updated

LEAHI-DIALIN-LDT-4878-1 01 Jul 2026

Should this be "." instead of "-" to be consistent?

LEAHI-DIALIN-LDT-4484-1 25 Jun 2026

I recommend DenaliMessage or LeahiMessage, as CanMessage is generic, whereas Leahi/Denali indicate that the protocol is also implemented in the message we are sending.
I'm not sure why the name was changed, as it is a lot of change.
Also, there is no CAN Message.
There is a CAN Frame and a Leahi/Denali Message.

LEAHI-DD-FIRMWARE-LDT-4734-1 01 Jul 2026

Reverted change. Added uncompensated conductivity to the conductivity publishing

LEAHI-APPLICATION-LDT-4852-1 01 Jul 2026

removed

LEAHI-APPLICATION-LDT-4852-1 02 Jul 2026

i broke something so will investigate at a later time

LEAHI-TD-FIRMWARE-LDT-4072-2 26 Jun 2026

Add blank line before return statement.

LEAHI-DD-FIRMWARE-LDT-2004-3 05 Feb 2026

This doesn't look like a valid substate. We should have an enum for valid substates. In default case, we should trigger a s/w fault and also set the state to a valid state (idle or something like that).

LEAHI-TESTSUITES-LDT-2951-1 15 Jun 2026

What is this variable?
If that is the rejection reason ID: 1, I don't think we should use it this way?
We need to find the reason message/text for the rejection by the rejection ID.
If that is the only case, let me know where it is used and why only one case was tested, rather than testing the rest.
The entire rejection system needs to be tested in a separate test suite if we have not already done so.

LEAHI-TD-FIRMWARE-LDT-4875-1 01 Jul 2026

Agree! Fixed

LEAHI-TD-FIRMWARE-LDT-4875-1 01 Jul 2026

Yes removed

LEAHI-TESTSUITES-LDT-2278-1 16 Jun 2026

We have one parent object, and different values are defined by different ID by using findObjectByID

LEAHI-DD-FIRMWARE-LDT-4409-2 15 Jun 2026

remove min in the comment.

LEAHI-TD-FIRMWARE-LDT-4033-1 17 Jun 2026

Added

LEAHI-TD-FIRMWARE-LDT-3215-1 12 Jun 2026

Return type F32.

LEAHI-DD-FIRMWARE-LDT-4719-1 01 Jul 2026

updated

LEAHI-TD-FIRMWARE-LDT-3215-1 18 Jun 2026

remove flag from the comments

LEAHI-APPLICATION-LDT-4511-1 18 Jun 2026

RESOLVED.

LEAHI-APPLICATION-LDT-4561-1 18 Jun 2026

resolved

LEAHI-APPLICATION-LDT-4787-1 23 Jun 2026

Update PUML

LEAHI-TD-FIRMWARE-LDT-4033-1 24 Jun 2026

We should not comment this out.

LEAHI-COMMON-LDT-4832-1 26 Jun 2026

Please add a TBD_B7 or AVAILABLE_B7 for 0xB7 to see that it's free