-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
NEW: Support for themad shapping signals via X85A port #262
base: main
Are you sure you want to change the base?
Conversation
…eration to comments in setup.h
Thanks Javi for that. I'll have a deeper look in the coming week and merge if ok. |
is there anything new? |
The limit levels are not fixed, you can (and should, because I don't know what the default values are) set them on the indoor unit controller. As for the wiring, you need 4 relays. Pin 6 goes to the common of all 4 four relays, and each of the 4 signal wires goes to the N/O of its corresponding relay. |
In my Altherma 3 R W EHBH08E9W (8kW-LT) I can assign predefined power levels which differ by 0.5kW to the 4 limits (0.5kW, 1kW, 1,5kW ...). Thus the levels are not completely free.
@raomin said in first post of #170 that there will be no need for relays? |
Will this PR be merged? |
Any update why this PR is still not merged? |
Works nicely. I connected the esp32 directly to the x85a (without the demand pcb). The only issue is that the configured limit level is lost when the esp32 is restarted. You could store it in the eeprom the way they do it here. Also, maybe use a more descriptive name for the MQTT topic (instead of |
Would using a "retained" MQTT message help? These are re-sent when the esp32 re-establishes its connection to the broker. |
Adds support for X85A 4 level power limitation (as implemented by the demand shapping PCB), disussed in #170
It is not possible to enable several output at the same time, even if that is supported by daikin, since the unit will only follow the most restrictive input.
ie: if level 1 limits the power to 5kw and level 2 limits the power to 3kw, and bot inputs are active, the unit will be limited to 3kw, so the level 1 input has no effect)