Reefer Compartments
These sensors are created for each related item, the default structure in the messageis:
"compartments": [ { "id": 1, "setPoint": 7, "evaporatorTemperature": 1.4, "returnAir": 0, "supplyAir": 0, "mode": "cooling" }, ...]
For each ID, the location of the object is created as the ID ID and a value is set to the value of setPoint, another for Return air, and so on,
This results in the 4 sensors created per compartment, if all 4 values are present (setPoint, returnAir, supplyAir, mode). If only one value is present, only one sensor is generated.
The above example for compartment 1, would create 5 sensors, all have the location 1 and the value would be 7 for setPoint, 0 for returnAir, 0 for supplyAir and “cooling” for mode.
Updated 7 days ago