Radio Thermostat CT101 Iris not updating operating_state and fan_state

Since the upgrade to 0.82 I have a humidity sensor, but I also have two temperature sensors that update with different values at different intervals. Here’s the section for those sensors:

<CommandClass id="49" name="COMMAND_CLASS_SENSOR_MULTILEVEL" version="2" request_flags="5" innif="true">
    <Instance index="1" />
    <Instance index="2" endpoint="1" />
    <Instance index="3" endpoint="2" />
    <Value type="decimal" genre="user" instance="1" index="1" label="Temperature" units="F" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="67.0" />
    <Value type="decimal" genre="user" instance="2" index="1" label="Temperature" units="F" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="66.0" />
    <Value type="decimal" genre="user" instance="3" index="5" label="Relative Humidity" units="%" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="35" />
</CommandClass>

Any ideas what’s going on here?