Skip to content
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

Open
wants to merge 3 commits into
base: next
Choose a base branch
from
Open

Conversation

kokx
Copy link

@kokx kokx commented Dec 21, 2024

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.

Copy link

netlify bot commented Dec 21, 2024

Deploy Preview for esphome ready!

Name Link
🔨 Latest commit 71fafcb
🔍 Latest deploy log https://app.netlify.com/sites/esphome/deploys/67675ffea223ed0008639015
😎 Deploy Preview https://deploy-preview-4528--esphome.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@jorritolthuis
Copy link

I have just deployed it on my D325, it works really well! ❤️

Couple of questions:

  • The comfort temperature setting does not seem to be mentioned in the docs. Any reason for this?
  • A suggestion to also state explicitly in the docs that users need to also connect their ESP to one of the ground pins (of course being careful not to short USB and Duco ground). Without ground, UART will probably not work.
  • Any clue what the BOX, UCBAT, SWITCH and UC nodes are (I only detect BOX and UCBAT myself)?
  • Possibly related: I can see on the Duco display that it can measure indoor and outdoor temperatures. Can those sensors be read over UART as well?

@kokx
Copy link
Author

kokx commented Dec 25, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants