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

Anzeigefehler GUI Hysterese HmIP-WTH-2 & Heizgruppe #2929

Closed
franky1275 opened this issue Nov 20, 2024 · 4 comments
Closed

Anzeigefehler GUI Hysterese HmIP-WTH-2 & Heizgruppe #2929

franky1275 opened this issue Nov 20, 2024 · 4 comments
Labels
🐛 bug-report Something isn't working 🏷️ WebUI This refs the WebUI component

Comments

@franky1275
Copy link

Describe the issue you are experiencing

In der GUI kann man für HmIP-WTH-2 und die Heizgruppe eine Hysterese einstellen
Sobald diese auf 0.6K gestellt wird, wird in der GUI allerdings 0.2K angezeigt.
Gesetzt wird die Hysterese aber korrekt auf 0.6K (laut devconfig)

Describe the behavior you expected

Korrekte Anzeige der Hysterese

Steps to reproduce the issue

  1. Hysterese Einstellungen des HmIP-WTH-2 auf 0.6K stellen
  2. Überprüfen der Anzeige => GUI zeigt 0.2K , devconfig zeigt 0.6K

...

What is the version this bug report is based on?

3.79.6.20241031

Which base platform are you running?

rpi3 (RaspberryPi3, ARM64/aarch64)

Which HomeMatic/homematicIP radio module are you using?

RPI-RF-MOD

Anything in the logs that might be useful for us?

n/a

Additional information

No response

@franky1275 franky1275 added the 🐛 bug-report Something isn't working label Nov 20, 2024
@jens-maus
Copy link
Owner

Screenshots bzw screencast bitte dazu zeigen!

@franky1275
Copy link
Author

Sorry, hatte vergessen die Bilder anzuhängen:

devconfig
GUI

@jens-maus
Copy link
Owner

Danke, kann das selber auch entsprechend reproduzieren. Komisch ist in der Tat das wohl nur die Einstellung 0.6K nicht funktioniert. Wenn man 0.4K einstellt wird die übernommen und auch in der WebUI korrekt dargestellt. Riecht stark nach einem Rundungsfehler oder so.

@Baxxy13 Kannst du das mal vielleicht selbst testen und reproduzieren? Und vielleicht findet @jp112sdl ja fix die Ursache vor dem nächsten Release :)

@jens-maus jens-maus added the 🏷️ WebUI This refs the WebUI component label Nov 20, 2024
@Baxxy13
Copy link
Contributor

Baxxy13 commented Nov 20, 2024

nur die Einstellung 0.6K nicht funktioniert

1.6K wird am Ende auch als 0.2K dargestellt.
Gesetzt werden aber alle 10 möglichen Werte korrekt im Thermostat bzw. Gruppengerät.

  set param TWO_POINT_HYSTERESIS
  if {[info exists ps($param)] == 1} {
    incr prn
    if {$climateFunction == 0} {set paramVisibility ''} else {set paramVisibility 'hidden'}
    array_clear options
    for {set val 0.0} {$val <= 2.0} {set val [expr $val + 0.2]} {
        set options($val) "$val K"
    }
    append html "<tr id='twoPointHysteresis' class=$paramVisibility>"
      append html "<td>\${stringTableSwitchTransmitTwoPointHysteresis}</td>"
      if {$onlyHeatingCooling == 0} {
        append html  "<td>[getOptionBox '$param' options $ps($param) $chn $prn]&nbsp;[getHelpIcon $param\_A]</td>"
      } else {
        append html  "<td>[getOptionBox '$param' options $ps($param) $chn $prn]&nbsp;[getHelpIcon $param]</td>"
      }
    append html "</tr>"
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug-report Something isn't working 🏷️ WebUI This refs the WebUI component
Projects
None yet
Development

No branches or pull requests

3 participants