Thermofloor trm2 config

With z-trm2fx I have noticed the following…

  1. if adding using the aeotec stick, it gets the funny red bars and jumping from 0 to actual temp the whole time.
  2. if adding using home assistant, actual temperature stays constant, but is shown as 0 for floor temp. Can be fixed by changing:
			<CommandClass id="49" name="COMMAND_CLASS_SENSOR_MULTILEVEL" version="5">
				<Instance index="1" endpoint="2" />
				<Instance index="2" endpoint="3" />

with:

			<CommandClass id="49" name="COMMAND_CLASS_SENSOR_MULTILEVEL" version="5">
				<Instance index="1" endpoint="3" />
				<Instance index="2" endpoint="2" />

Then I have z-trm2fx which works with no jumping and red bars and shows correct temp instead of 0.

Also got an error with “Info, Value size is invalid. Only 1, 2 & 4 supported for node”.
To fix just change size=“0” to size=“1” for the given parameters in the error message…

2 Likes