Replies: 2 comments 2 replies
-
I'm not sure this is going to answer your question, and I'm very new to ebusd and also to heating controls in general but trying to get up to speed as quick as possible and maybe some of this might be useful...! I'm only using ebusd to read my boiler (Vaillant Ecotec Exclusive combination boiler in my case) so have no experience of writing values. What cursory exploration I've done, suggests as a minimum you need to check the config csv for that value is writable per the wiki: https://github.com/john30/ebusd/wiki/4.1.-Message-definition But - some codes won't be writable - are you sure that FlowTempDesired isn't one of those? In my Vaillant manual (so nothing to do with ebusd), it shows that diagnostic code 5 - Heating target flow temperature (which is mapped as FlowTempDesired in bai.308523.inc) isn't changeable - so you can't alter it from the installer menu on the actual boiler panel for example. Do you have weather compensation? (I.e. outside temp sensor) How I think this works on my boiler (but I can't be certain) is this is the FlowTempDesired is the output of the heat curve algorithm. So: the boiler sets an ideal flow temp based on the intersect of the outside temp and the heat curve - it would therefore make sense you can't amend this - but you can amend your heat curve. Assuming I'm right about weather comp, I wouldn't know what would drive this value if you don't have weather comp. Maybe if you set d.71 Max. heating target flow temp. But I'm not sure this would mean this was the flow temp, only it was the max the flow temp could be? FWIW, this is my flow (d.40), return (d.41) and d.05 plot: So I guess supplementary question - why are you trying to change your flow temp - are you trying to simulate weather comp? On your final question - assuming you have cloned the config files locally, yes, you can rem out what you don't need. (Sometimes when ebusd can't read values - i.e. 'Unknown' it because the code in the config isn't right for your boiler - I've had success in reviewing all the bai files and trying different values to get a mostly complete solution!) Hope this helps in some small way! |
Beta Was this translation helpful? Give feedback.
-
Thus far, I have not been able to write a single value. Anything I set (including the desired room temperature) is inevitably ignored and changed back to whatever the thermostat is set to. It's all been very frustrating to be honest and I'm starting to think my only option is to spend a fortune on buying the official Vaillant smart tech :( |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I bought ebusd V5 adapter and I have saunier duval thema condens boiler
Out of box it’s working. (wifi mode with docker container)
FlowTemp, ReturnTemp, FlowTempDesired, ModulationTempDesired etc. are read.
I have an on/off thermostat (Shelly 1).
My goal is to change the value of FlowTempDesired. I don’t know how to do that. I found out that I have to use SetModeOverride, but I couldn’t figure out how to achieve it. Could you guide me?
I tried this command based on this conversation: (same boiler brand, and same csv/inc file)
#781
ebusctl hex 08b5100900007776ffff000100
But I got an error message:
My second question is:
Ebusd extract a lot of values that I don't need or ebusd can't read. If I want to delete them, should I just delete the corresponding lines from the bai.308523.inc file?
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions