I have set a VMB1TS to send current temperature when the temperature changes but looking at the logging no temperature is ever sent also set it to every 10 seconds but again nothing shows up in the logging.
Also how do you view the Max and Min temperatures?
For the min and max temperature you have to use H’E6’. Look for databyte 4( high byte) and 5(low byte) = min temp and databyte 6(high byte) and 7(low byte)= max temp. temp is in two’s complinent format and the resolution is 0.0625°C.
Download for velbus also VMB1TS protocol. you will find all the possible commands for this module.
We will need to keep a closer eye on Velbus posts, apparently there was a bug in VelbusLink preventing proper send interval behavior, this will be fixed in the next release (8.5).
Minimum and maximum temperatures can not be seen in VelbusLink, but they can be requested
After a sensor temperature request (page 14) you will receive the sensor temperature (page 6)
Example taken from the VelbusLink traffic log:
Current = 2Ch = 44d = 22°
Min = 29h = 41d = 20,5°
Max = 3Ah = 58d = 29°
Be careful when sending the sensor temperature request, because the send interval is also set with that packet
In this example: 0F FB 30 02 E5 01 DE 04
00 = don’t send
01 = on change
+10(=n) = every n seconds