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

Junkers Boiler - Simulated Remote FB10 - Feature "disable on missing temperature" sets RoomTemperature to -76.8°C #2358

Open
bergteam opened this issue Jan 17, 2025 · 2 comments

Comments

@bergteam
Copy link

bergteam commented Jan 17, 2025

DESCRIPTION

A Junkers Boiler with FW120 and EMS-ESP is setup to simulate an FB10. This is working fine.

There is an issue with the feature DeactivateRemoteOnMissingRoomTemperatur.

Steps to Reproduce

  1. WebGui => Settings=>Applicaton => DeactivateRemoteOnMissingRoomTemperatur was enabled.
  2. Room sensor did not change the temperature for the time set in (1)
  3. EMS-ESP now
    • sets the RoomTemperature to -76.8°C (reproducible the same value)
    • does not remove FB10 in the view of the heating system - the thermostat FW120 displays error 12 (bus client is missing)
      and still shows FB10 temperature
    • FB10 was removed from EMS-ESP devices - good

Screenshots

Display in EMS-ESP
Image

Display on FW120
Image
Image

EXPECTED BEHAVIOUR

I'm not sure. Maybee disable FB10 (which works be manually sending -1 to "hc1 room temperature from remote") and set temperature to FW120 internal temperature.

SOFTWARE/HARDWARE

Heating System
Type Name Device ID Product ID
Boiler CBS/GB*72, Trendline, Cerapur, Greenstar Si 0x08 123
Thermostat FW120 0x10 192
Thermostat FB10 0x18 109
Solar Module ISM1 0x30 101

ESP
Version 3.7.2-dev.11
Platform ESP32-16MB (-PSRAM)
Release Type Development

@MichaelDvP
Copy link
Contributor

Switch off sends a single 0x7F00 as temperature, the code for no sensor. -76.8°C is 0xFD00, don't know why the higghest bit is set and what code this is.

As long as the master thermostat is set to control FB10, you will get an error message. That's by design. I think the FW120 sets this temperature to make sure that the room is heated.

@bergteam
Copy link
Author

Maybee this can be updated in the documentation. I was afraid of keeping the boiler with -76.8°C room temperature reading.

In fact, everything behaves as expected in this situation. Boiler heats according to outside temperature and calculates heating power fine.

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

No branches or pull requests

2 participants