-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zone Valve (demand ventilation) #3
Comments
That would likely be possible, but it would require you to keep the air control connected and then with ebusd record the messages sent to the zone valve and the co2 meter (I am assuming you have a ebus co2 meter), and then create a csv file for the zone valve and/or the co2 meter, so that ebusd can communicate with those. There is a valve csv file, which might work for your valve, but you would need to set up the slave address correctly in the csv file. |
Hi Peter, Thanks for the reply. Do you have any advice for me where to connect ebus adapter, there is six port on air control but from documentation only I know is that wires from valve should be connected into ports number one and two. M. |
The ebus adapter is connected in parallel to all other devices in the bus, so you can basically have the air control connected to the vlave, and connect the ebus adapter as well and sniff the messages from the bus. I suggest to reference the information on the official ebus adapter shield v5 for how to connect it to teh bus correctly with other devices - I think I saw the information there, though I do not recall exactly |
I happen to have a similar set up at home: And managed to get all relevent values using ebusd. My configuration is based on the files in this repository and a post I found on the Dutch tweakers.net forum (https://gathering.tweakers.net/forum/list_message/63666318#63666318). For the Renovent Excellent I am using the exact config from this repository, but I commented out the lines related to the CO2 sensor values as they don't report any useful information:
Then I added 2 more config files, one for the CO2 sensors and one for the Zone Valve:
The actual circuits might differ for you, I found these values by carefully checking the ebusd output for unrecognized messages.
The exact mapping between zones and the values reported might differ for you as they can be configured (as the valve can be mounted multiple ways). I took mine from the Brink Air Control panel (Installer Menu -> Valve Config -> Password 1111). To get those values to Home Assistant over MQTT, I also slightly modified mqtt-hassio.cfg and added state, zone and valve at the end of
|
@jaros-martin It's worth adding that I managed to trigger the messages on ebusd by using the zone testing feature of the Aircontrol panel under |
Thank you very much @christiaanderidder @pvyleta. It is working great, I was able to integrate everything I wanted. What I am missing is how to control valve position. I mean how to force specific position. Is it even possible? In addition I have probably problem to edit anything through mqtt (ebusd). PS: I havent have time to work on it till now (Christmas), so sorry for the delay. Martin |
@jaros-martin have you altered the mqtt-config file to contain masks for the topic names that are relevant for you? that is very common problem, that ebusd simply does not allow those fields to be edited. You can compater the mqtt-config file in this repo from the default supplied by ebusd to see some of the changes I had to make for my Heat Recovery Unit - perhaps the valves need even more 'generous' masks. |
Hi Peter,
by any chance, do you have any advise how to proceed in case of demand ventilation (Brink Flair 325 + Zone Valve + Air Control)? I replaced Air Control with eBUS Adapter Shield v5 and I want to read CO2 values (wires goes to Zone Valve, main unit does not recognise it, only Air Control) and control the position of Zone Valve.
Thx in advance,
Martin
The text was updated successfully, but these errors were encountered: