in the xms repository for the thermostat (/home/pi/domoticz/Config/danfoss/rsroom.xml ) the section
Code: Select all
<CommandClass id="67" base="0" />
<!-- Configuration Parameters -->
while Quax1507 section shows the configuration for the4 instances:
what if we merge those sections, exclude and reinclude the device? could it fix the decimal issue?-<CommandClass base="0" innif="true" override_precision="2" request_flags="4" version="1" name="COMMAND_CLASS_THERMOSTAT_SETPOINT" id="67">
<Instance index="1"/>
<Value index="1" value="0.0" max="0" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="false" units="C" label="Furnace" instance="1" genre="user" type="decimal"/>
<Value index="2" value="0.0" max="0" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="false" units="C" label="Cooling" instance="1" genre="user" type="decimal"/>
<Value index="3" value="0.0" max="0" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="false" units="C" label="Unused" instance="1" genre="user" type="decimal"/>
</CommandClass>