-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Documentation for Duco component #4528
base: next
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for esphome ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I have just deployed it on my D325, it works really well! ❤️ Couple of questions:
|
I'm happy that it works well for you! About the comfort temperature setting, that is an omission from my side, thank you for pointing it out. I will document it as well (probably after christmas). Thank you as well for the note about connecting one of the ground pins of the ESP as well. Will add it too. About the BOX, UCBAT, SWITCH and UC nodes, they are part of the controls of the ventilation system. The BOX component represents the ventilation box itself, the UCBAT represents a battery-powered remote control, the SWITCH component seems to be a sensor for the current mode and the UC component represents a wired wall-switch. My system has a BOX, UCBAT, UCCO2 (2x), SWITCH and UC node. But your system may not have as many (most of them are add-ons). Do please let me know if you do have a wired remote control or CO2-sensors (or anything else that doesn't show up in discovery), because then discovery of nodes may not work correctly. (Do take this with a grain of salt, most information I got from the Modbus TCP documentation that duco published themselves and from reverse engineering the protocol used by the Connectivity Board.) The indoor- and outdoor temperatures are something that I would myself like to read as well. Unfortunately the Connectivity Board of Duco itself doesn't read them either, so capturing how that works wasn't possible. It is very likely that it is possible to get this from the box, but at the moment I do not know how. |
Description:
Documentation for a newly created Duco component.
Pull request in esphome with YAML changes (if applicable): esphome/esphome#7993
Checklist:
I am merging into
next
because this is new documentation that has a matching pull-request in esphome as linked above.or
I am merging into
current
because this is a fix, change and/or adjustment in the current documentation and is not for a new component or feature.Link added in
/index.rst
when creating new documents for new components or cookbook.