Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

no thermostat data with Sieger ES73 since 1.9.1bx #185

Closed
SpaceTeddy opened this issue Sep 18, 2019 · 13 comments
Closed

no thermostat data with Sieger ES73 since 1.9.1bx #185

SpaceTeddy opened this issue Sep 18, 2019 · 13 comments
Labels
bug Something isn't working

Comments

@SpaceTeddy
Copy link
Contributor

Dear Paul,
After an update from master 1.9.0 to 1.9.1b4 or b5, the thermostat data for my Sieger ES73 is not read correctly. Via telnet, no temperature data is shown, via Web interface the Setpoint temperature is round about 4343°C, current temperature could be correct.
I expect, there is something with your heatcircuit change, and I would like to ask you which data/loggings you need to find the root cause. Hope I can help to fix this.

thx

@SpaceTeddy SpaceTeddy added the bug Something isn't working label Sep 18, 2019
@proddy
Copy link
Collaborator

proddy commented Sep 18, 2019

oops. I'll look into it. Does the ES73 support multiple heating circuits?

@SpaceTeddy
Copy link
Contributor Author

yes, the ES73 does support up to 4 circuits, i guess .)
The ES73 is more and less a mix of Buderus RC30 and RC35.

@SpaceTeddy
Copy link
Contributor Author

SpaceTeddy commented Sep 19, 2019

with the latest 1.9.1_b4 I can see the following:
image

image

image

any idea?
Is "== 0x7D" correct, oder should be != 0x7D like setpoint?

// check if current temp sensor is unavailable
    if (EMS_RxTelegram->data[EMS_OFFSET_RC35StatusMessage_curr] == 0x7D) {
        EMS_Thermostat.hc[hc_num].curr_roomTemp = _toShort(EMS_OFFSET_RC35StatusMessage_curr); // is * 10
    }

many thanks

@SpaceTeddy
Copy link
Contributor Author

SpaceTeddy commented Sep 23, 2019

I recompiled the b4 with:

// check if current temp sensor is unavailable if (EMS_RxTelegram->data[EMS_OFFSET_RC35StatusMessage_curr] != 0x7D) { EMS_Thermostat.hc[hc_num].curr_roomTemp = _toShort(EMS_OFFSET_RC35StatusMessage_curr); // is * 10 }

and it works for me.

@proddy
Copy link
Collaborator

proddy commented Sep 23, 2019

wow, you fixed a bug!

@proddy
Copy link
Collaborator

proddy commented Sep 23, 2019

Can we close this now?

@SpaceTeddy
Copy link
Contributor Author

well, for the HC1 current room temperature basically yes, but the ESP detects two HC's and I have only HC1 in use.

@proddy
Copy link
Collaborator

proddy commented Sep 23, 2019

that shouldn't happen with the latest dev build anymore?

@SpaceTeddy
Copy link
Contributor Author

alright! :)

@SpaceTeddy
Copy link
Contributor Author

Dear Proddy,

since 1.9.1b8, the setpoint temp and the current temp is not shown in telnet and mqtt anymore. I've seen that you modified a lot between b7 and b8. Anything I can test with my ES73 to keep it running again?

thx,
chris

@SpaceTeddy SpaceTeddy reopened this Sep 30, 2019
@proddy
Copy link
Collaborator

proddy commented Sep 30, 2019

is Tx working?

@proddy
Copy link
Collaborator

proddy commented Sep 30, 2019

oops, found the error!

@SpaceTeddy
Copy link
Contributor Author

yes, fixed!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants