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

remote thermostat A11 error #2191

Closed
quark654 opened this issue Nov 8, 2024 · 2 comments
Closed

remote thermostat A11 error #2191

quark654 opened this issue Nov 8, 2024 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@quark654
Copy link

quark654 commented Nov 8, 2024

Hi all,

A while back I downloaded the latest ems-esp release to be able to emulate a virtual thermostat.
Unfortunately after a couple of minutes of running I receive an A11 error message.
I noticed a similar issue in this thread, but I doubt it's the same cause as the aforementioned issue should have been resolved in the latest release.

I have also tried to install the latest development release (3.7.1-dev.4), alas to no avail.
Just to give you some more insight in the system we have, the Buderus burner is connected to a RC310 thermostat, acting as master, to which another RC200 remote thermostat is connected. There are 3 heating circuits and I'm trying to connect a virtual thermostat to hc1. The RC200 is installed to control hc2. The RC310 controls both hc1 and hc3. After getting the virtual thermostat running on hc1, it would be nice if I can add another to hc2, although I faced some difficulties as we already have the RC200 there. I don't see the virtual thermostat appear in the device list, but let's keep that as a secondary issue.

Attached is also the log which starts just before submitting the remotetemp command and which ends shortly after receiving the A11 error.
log.txt

Do you have any idea on what might be causing this issue?

Thanks!

@MichaelDvP
Copy link
Contributor

This is a different error, you have A11(3081). See manual :

Konfigurationsfehler: Fernbedienung nicht verwendet (3081 = Heizkreis 1)
Konfiguration prüfen. Es ist eine Fernbedienung im System,die mit der gewählten Einstellung nicht verwendet wird

You have to set control to RC200 for hc1. thermostat/hc1/control value:1
And the real RC200 is configured to hc3.
To also use a virtual on hc2 just set thermostat/hc2/control to RC200 and send a thermostat/hc2/remotetemp

@MichaelDvP MichaelDvP added the help wanted Extra attention is needed label Nov 9, 2024
@quark654
Copy link
Author

quark654 commented Nov 9, 2024

Thanks for your swift reply, that was a silly mistake.
Sting the control to RC200 indeed seems to do the trick.

Thanks a lot!

@quark654 quark654 closed this as completed Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants