vaillant vrc 720 (15.ctlv3.csv) read RoomHumidity #1482
-
Hi, VRC 720 displays room humidity on its display, so I wonder if we can read humidity as we do with temperature. I discovered MaxRoomHumidity but it is not the actual humidity. I found some discussions and a definition like this:
I worte it in 15.ctlv3.csv, restarted, but it does not decode correctly. This is what I receive:
Can anybody help or guide how to write a decode for the response? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi, Firstly consider that I don't call myself an ebusd expert and I'm not particularly technical. Others may give you better guidance! But to my mind it could be a few things. My VRC720f loads 15.700 at the moment and I don't have this field, although the controller, like yours, displays it. First - start with the obvious which is that is not the correct telegram. Indeed while I've seen it in 'other' repositories, it is not in the 'official' one as far as I can see for any similar device so the consensus maybe that it just doesn't work and I've seen some other comments on another forum (in Dutch) that suggest it didn't 'work for them' too. Notwithstanding this, I did a quick experiment taking your line. I expanded it (since you should understand that in the file you found this line there was a 'default' line entry that preceded it. So if you simply just inserted the message line anywhere in your file, it may very well pick up a different set of defaults , so you'd get some nonsense back.) See: https://github.com/john30/ebusd/wiki/4.2.-Defaults From the file where I think you might have found this, I combined the default (looks like it should be (You can do this if you have
I then tried to hold the device in my hands (!) and affect humidity and it seems to correlate - somewhat - there is latency, even with the force read. I'll capture the data for a while longer to see whether it looks more or less right or I conclude it is nonsense and post back here. (Note your circuit identifier and ebusd master address ('basv' and '31' are/might be different so adjust accordingly if you try it yourself) |
Beta Was this translation helpful? Give feedback.
Hi,
Firstly consider that I don't call myself an ebusd expert and I'm not particularly technical. Others may give you better guidance!
But to my mind it could be a few things. My VRC720f loads 15.700 at the moment and I don't have this field, although the controller, like yours, displays it.
First - start with the obvious which is that is not the correct telegram. Indeed while I've seen it in 'other' repositories, it is not in the 'official' one as far as I can see for any similar device so the consensus maybe that it just doesn't work and I've seen some other comments on another forum (in Dutch) that suggest it didn't 'work for them' too.
Notwithstanding this, I did a quick experiment ta…