EZMotion 3 in 1 - Temperature Adjustment

I was wondering if someone would know how to setup the ‘temperature adjustment’ in the device option ?

I have a V2.2 and if I look at the ‘configuration settings variable’, the last variable is ‘6-On value’ and not ‘7-TempAdj’ as shown in [url=http://wiki.micasaverde.com/index.php/ExpressControls3in1]http://wiki.micasaverde.com/index.php/ExpressControls3in1[/url]

I need this settings as my EZMotion (I have 4 of them) are constantly reporting 3 ?C above normal temperature.

TeRRia

@TeRRia,

Welcome!

Try adding parameter 7 (size: 1 byte, dec) manually. (The parameter may only be pre-populated for a V3.)

Perhaps see also here and here.

Thank you oTi@, it works!!!

I managed to low it down by 3 degrees Celsius.

BTW, was wondering if I m the only one facing this situation i.e. Ezmotion temp sensors by defaults 2-3 degrees celsius above normal ?

Interestingly, I haven’t been able to figure out the logic behind temp adjustment.

Below some values that I added in 7 - parameter and results:

temp baseline 23 (from accurate mercury thermometer)
P7 with 255 26
P7 with 225 25
P7 with 212 24
P7 with 200 23
P7 with 170 22
P7 with 130 19
P7 with 110 32
P7 with 100 32
P7 with 70 30
P7 with 30 28
P7 with 1 26

Great!

See the referenced links. It’s an offset in tenths of degrees Fahrenheit.

I have my Vera running in "celcius"mode.

tried some values. Nothing happens. My new v3 EZmotion+ give 2 degrees celcius too much… I expected to fill in “-20” but it wont take the “-” as input.

any tips?

[quote=“SanderL, post:5, topic:176484”]I have my Vera running in "celcius"mode.

tried some values. Nothing happens. My new v3 EZmotion+ give 2 degrees celcius too much… I expected to fill in “-20” but it wont take the “-” as input.

any tips?[/quote]

All

Having the same problem with EZMotion+ V3. Also tryed to using -20 as the adjustment.  The input choices are 1, 2 4 byte decimal. Tried -20 - 2 bytes,  and -0020   4 bytes.. it doesn't appear to like the sign byte. Any ideas?

Don

From an earlier post, it looks as though it is using 2’s compliment notation in a single byte. This would mean that 0-127 are positive but 128-255 are negative. 255 is -1, 236 is -20, 128 is -128. To convert a number between -1 and -128, add 256 to it.

Right. The GUI rejects the negative number; you’ll have to convert it yourself.

Hi Rex

Thanks that makes perfect sense. For more detail see: Two's complement - Wikipedia

Don

Hello. Not sure if this helps, but below is a table I’ve been using to get the correct value to add to option 7 (TempAdj). These should be added as a ‘1 byte dec’ in the device options tab.

So for example if you need to adjust the reading down by 5˚Centigrade , you would find -5 in the last column and take the value from the first column, so for -5degC you would enter 166 as the adjustment value.

If you are working in Fahrenheit then look for the value in the second to last column.

Value
to
add
to
Config Binary +/- Value +/- ˚F +/-˚C
129 10000001 -127 -12.7 -7.06
130 10000010 -126 -12.6 -7.00
131 10000011 -125 -12.5 -6.94
132 10000100 -124 -12.4 -6.89
133 10000101 -123 -12.3 -6.83
134 10000110 -122 -12.2 -6.78
135 10000111 -121 -12.1 -6.72
136 10001000 -120 -12.0 -6.67
137 10001001 -119 -11.9 -6.61
138 10001010 -118 -11.8 -6.56
139 10001011 -117 -11.7 -6.50
140 10001100 -116 -11.6 -6.44
141 10001101 -115 -11.5 -6.39
142 10001110 -114 -11.4 -6.33
143 10001111 -113 -11.3 -6.28
144 10010000 -112 -11.2 -6.22
145 10010001 -111 -11.1 -6.17
146 10010010 -110 -11.0 -6.11
147 10010011 -109 -10.9 -6.06
148 10010100 -108 -10.8 -6.00
149 10010101 -107 -10.7 -5.94
150 10010110 -106 -10.6 -5.89
151 10010111 -105 -10.5 -5.83
152 10011000 -104 -10.4 -5.78
153 10011001 -103 -10.3 -5.72
154 10011010 -102 -10.2 -5.67
155 10011011 -101 -10.1 -5.61
156 10011100 -100 -10.0 -5.56
157 10011101 -99 -9.9 -5.50
158 10011110 -98 -9.8 -5.44
159 10011111 -97 -9.7 -5.39
160 10100000 -96 -9.6 -5.33
161 10100001 -95 -9.5 -5.28
162 10100010 -94 -9.4 -5.22
163 10100011 -93 -9.3 -5.17
164 10100100 -92 -9.2 -5.11
165 10100101 -91 -9.1 -5.06
166 10100110 -90 -9.0 -5.00
167 10100111 -89 -8.9 -4.94
168 10101000 -88 -8.8 -4.89
169 10101001 -87 -8.7 -4.83
170 10101010 -86 -8.6 -4.78
171 10101011 -85 -8.5 -4.72
172 10101100 -84 -8.4 -4.67
173 10101101 -83 -8.3 -4.61
174 10101110 -82 -8.2 -4.56
175 10101111 -81 -8.1 -4.50
176 10110000 -80 -8.0 -4.44
177 10110001 -79 -7.9 -4.39
178 10110010 -78 -7.8 -4.33
179 10110011 -77 -7.7 -4.28
180 10110100 -76 -7.6 -4.22
181 10110101 -75 -7.5 -4.17
182 10110110 -74 -7.4 -4.11
183 10110111 -73 -7.3 -4.06
184 10111000 -72 -7.2 -4.00
185 10111001 -71 -7.1 -3.94
186 10111010 -70 -7.0 -3.89
187 10111011 -69 -6.9 -3.83
188 10111100 -68 -6.8 -3.78
189 10111101 -67 -6.7 -3.72
190 10111110 -66 -6.6 -3.67
191 10111111 -65 -6.5 -3.61
192 11000000 -64 -6.4 -3.56
193 11000001 -63 -6.3 -3.50
194 11000010 -62 -6.2 -3.44
195 11000011 -61 -6.1 -3.39
196 11000100 -60 -6.0 -3.33
197 11000101 -59 -5.9 -3.28
198 11000110 -58 -5.8 -3.22
199 11000111 -57 -5.7 -3.17
200 11001000 -56 -5.6 -3.11
201 11001001 -55 -5.5 -3.06
202 11001010 -54 -5.4 -3.00
203 11001011 -53 -5.3 -2.94
204 11001100 -52 -5.2 -2.89
205 11001101 -51 -5.1 -2.83
206 11001110 -50 -5.0 -2.78
207 11001111 -49 -4.9 -2.72
208 11010000 -48 -4.8 -2.67
209 11010001 -47 -4.7 -2.61
210 11010010 -46 -4.6 -2.56
211 11010011 -45 -4.5 -2.50
212 11010100 -44 -4.4 -2.44
213 11010101 -43 -4.3 -2.39
214 11010110 -42 -4.2 -2.33
215 11010111 -41 -4.1 -2.28
216 11011000 -40 -4.0 -2.22
217 11011001 -39 -3.9 -2.17
218 11011010 -38 -3.8 -2.11
219 11011011 -37 -3.7 -2.06
220 11011100 -36 -3.6 -2.00
221 11011101 -35 -3.5 -1.94
222 11011110 -34 -3.4 -1.89
223 11011111 -33 -3.3 -1.83
224 11100000 -32 -3.2 -1.78
225 11100001 -31 -3.1 -1.72
226 11100010 -30 -3.0 -1.67
227 11100011 -29 -2.9 -1.61
228 11100100 -28 -2.8 -1.56
229 11100101 -27 -2.7 -1.50
230 11100110 -26 -2.6 -1.44
231 11100111 -25 -2.5 -1.39
232 11101000 -24 -2.4 -1.33
233 11101001 -23 -2.3 -1.28
234 11101010 -22 -2.2 -1.22
235 11101011 -21 -2.1 -1.17
236 11101100 -20 -2.0 -1.11
237 11101101 -19 -1.9 -1.06
238 11101110 -18 -1.8 -1.00
239 11101111 -17 -1.7 -0.94
240 11110000 -16 -1.6 -0.89
241 11110001 -15 -1.5 -0.83
242 11110010 -14 -1.4 -0.78
243 11110011 -13 -1.3 -0.72
244 11110100 -12 -1.2 -0.67
245 11110101 -11 -1.1 -0.61
246 11110110 -10 -1.0 -0.56
247 11110111 -9 -0.9 -0.50
248 11111000 -8 -0.8 -0.44
249 11111001 -7 -0.7 -0.39
250 11111010 -6 -0.6 -0.33
251 11111011 -5 -0.5 -0.28
252 11111100 -4 -0.4 -0.22
253 11111101 -3 -0.3 -0.17
254 11111110 -2 -0.2 -0.11
255 11111111 -1 -0.1 -0.06
0 00000000 0 0.0 0.00
1 00000001 1 0.1 0.06
2 00000010 2 0.2 0.11
3 00000011 3 0.3 0.17
4 00000100 4 0.4 0.22
5 00000101 5 0.5 0.28
6 00000110 6 0.6 0.33
7 00000111 7 0.7 0.39
8 00001000 8 0.8 0.44
9 00001001 9 0.9 0.50
10 00001010 10 1.0 0.56
11 00001011 11 1.1 0.61
12 00001100 12 1.2 0.67
13 00001101 13 1.3 0.72
14 00001110 14 1.4 0.78
15 00001111 15 1.5 0.83
16 00010000 16 1.6 0.89
17 00010001 17 1.7 0.94
18 00010010 18 1.8 1.00
19 00010011 19 1.9 1.06
20 00010100 20 2.0 1.11
21 00010101 21 2.1 1.17
22 00010110 22 2.2 1.22
23 00010111 23 2.3 1.28
24 00011000 24 2.4 1.33
25 00011001 25 2.5 1.39
26 00011010 26 2.6 1.44
27 00011011 27 2.7 1.50
28 00011100 28 2.8 1.56
29 00011101 29 2.9 1.61
30 00011110 30 3.0 1.67
31 00011111 31 3.1 1.72
32 00100000 32 3.2 1.78
33 00100001 33 3.3 1.83
34 00100010 34 3.4 1.89
35 00100011 35 3.5 1.94
36 00100100 36 3.6 2.00
37 00100101 37 3.7 2.06
38 00100110 38 3.8 2.11
39 00100111 39 3.9 2.17
40 00101000 40 4.0 2.22
41 00101001 41 4.1 2.28
42 00101010 42 4.2 2.33
43 00101011 43 4.3 2.39
44 00101100 44 4.4 2.44
45 00101101 45 4.5 2.50
46 00101110 46 4.6 2.56
47 00101111 47 4.7 2.61
48 00110000 48 4.8 2.67
49 00110001 49 4.9 2.72
50 00110010 50 5.0 2.78
51 00110011 51 5.1 2.83
52 00110100 52 5.2 2.89
53 00110101 53 5.3 2.94
54 00110110 54 5.4 3.00
55 00110111 55 5.5 3.06
56 00111000 56 5.6 3.11
57 00111001 57 5.7 3.17
58 00111010 58 5.8 3.22
59 00111011 59 5.9 3.28
60 00111100 60 6.0 3.33
61 00111101 61 6.1 3.39
62 00111110 62 6.2 3.44
63 00111111 63 6.3 3.50
64 01000000 64 6.4 3.56
65 01000001 65 6.5 3.61
66 01000010 66 6.6 3.67
67 01000011 67 6.7 3.72
68 01000100 68 6.8 3.78
69 01000101 69 6.9 3.83
70 01000110 70 7.0 3.89
71 01000111 71 7.1 3.94
72 01001000 72 7.2 4.00
73 01001001 73 7.3 4.06
74 01001010 74 7.4 4.11
75 01001011 75 7.5 4.17
76 01001100 76 7.6 4.22
77 01001101 77 7.7 4.28
78 01001110 78 7.8 4.33
79 01001111 79 7.9 4.39
80 01010000 80 8.0 4.44
81 01010001 81 8.1 4.50
82 01010010 82 8.2 4.56
83 01010011 83 8.3 4.61
84 01010100 84 8.4 4.67
85 01010101 85 8.5 4.72
86 01010110 86 8.6 4.78
87 01010111 87 8.7 4.83
88 01011000 88 8.8 4.89
89 01011001 89 8.9 4.94
90 01011010 90 9.0 5.00
91 01011011 91 9.1 5.06
92 01011100 92 9.2 5.11
93 01011101 93 9.3 5.17
94 01011110 94 9.4 5.22
95 01011111 95 9.5 5.28
96 01100000 96 9.6 5.33
97 01100001 97 9.7 5.39
98 01100010 98 9.8 5.44
99 01100011 99 9.9 5.50
100 01100100 100 10.0 5.56
101 01100101 101 10.1 5.61
102 01100110 102 10.2 5.67
103 01100111 103 10.3 5.72
104 01101000 104 10.4 5.78
105 01101001 105 10.5 5.83
106 01101010 106 10.6 5.89
107 01101011 107 10.7 5.94
108 01101100 108 10.8 6.00
109 01101101 109 10.9 6.06
110 01101110 110 11.0 6.11
111 01101111 111 11.1 6.17
112 01110000 112 11.2 6.22
113 01110001 113 11.3 6.28
114 01110010 114 11.4 6.33
115 01110011 115 11.5 6.39
116 01110100 116 11.6 6.44
117 01110101 117 11.7 6.50
118 01110110 118 11.8 6.56
119 01110111 119 11.9 6.61
120 01111000 120 12.0 6.67
121 01111001 121 12.1 6.72
122 01111010 122 12.2 6.78
123 01111011 123 12.3 6.83
124 01111100 124 12.4 6.89
125 01111101 125 12.5 6.94
126 01111110 126 12.6 7.00
127 01111111 127 12.7 7.06
128 10000000 -128 12.8 7.11

Hi Snakehead,

Thanks for sharing your chart - was a great find for me and a great help :slight_smile:

Thank you.

Another workaround here:
http://forum.micasaverde.com/index.php/topic,24030.msg166166.html

Hi,

All adjustments to lower the temp work but surprisingly I have one unit I need to increase the temp on but this does not work - I added 36 for a 2 degree increase and it excepts but no change in temp?

any thoughts?

Just wondering if you have the MIOS Utility installed - the wiki page suggests it’s required.

Requirements Vera firmware 1.5.622 or later Vera 1.5.622 also requires the MiOS Update Utility Plugin for proper support of the temperature sensor

Hi parkerc - yup got that installed.

Sent from my GT-I9300 using Tapatalk