Installation / Setup Tips

Q
Temperature difference between two JBR expanders
A

Why do you see the temperature different between two expanders?

Because two expander need to exchange their data to each other. Two expanders have not sync the temperature value, they only get peer portion temperature sensor value.

Because this value is dynamic, expander believes peer expander send the correct data for it. Our protocol looks like below

SIM0 gets his portion data then to get the SIM1 data
So our data structure is below
SIM0 data + SIM1 data

The same method in SIM1
SIM1 gets his portion data then to get the SIM0 data
So our data structure is below
SIM1 data + SIM0 data