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

Setting Request: Dew Point Temperature Difference #1190

Closed
MichScha opened this issue Jun 5, 2023 · 6 comments
Closed

Setting Request: Dew Point Temperature Difference #1190

MichScha opened this issue Jun 5, 2023 · 6 comments
Labels
enhancement New feature or request
Milestone

Comments

@MichScha
Copy link

MichScha commented Jun 5, 2023

PROBLEM DESCRIPTION

For cooling the HP uses the dew point as the lowest possible temperature. You should not use the dew point as the reference but something above the value. This is the setting for the offset

  • name: Dewpoint Temperaturedifference
  • unit: k
  • limits: 2-10
3 - 002+00:19:46.546 N 446: [emsesp] thermostat(0x10) -B-> All(0x00), ?(0x0467), data: 03 (offset 4)
4 - 002+00:20:29.346 N 473: [emsesp] thermostat(0x10) -B-> All(0x00), ?(0x0467), data: 04 (offset 4)
System: RC300 in WLW196i
    "version": "3.6.0-dev.12",
    "platform": "ESP32",
@proddy
Copy link
Contributor

proddy commented Jun 24, 2023

@MichaelDvP something to add?

@MichScha
Copy link
Author

MichScha commented Jul 5, 2023

See #1187

@MichScha MichScha closed this as completed Jul 5, 2023
@proddy proddy added this to the v3.6.0 milestone Jul 5, 2023
@MichScha
Copy link
Author

MichScha commented Jul 10, 2023

@MichaelDvP Seems that the json entry doesn´t serve the correct min/max values.
They should be 2-10 - is this possible to change?

{
  "name": "dewoffset",
  "fullname": "hc1 dew point offset",
  "circuit": "hc1",
  "value": 4,
  "type": "number",
  "min": 0,
  "max": 254,
  "uom": "K",
  "readable": true,
  "writeable": true,
  "visible": true
}

@MichScha MichScha reopened this Jul 10, 2023
@proddy
Copy link
Contributor

proddy commented Jul 10, 2023

similar to #1215 - perhaps make all mins 2

@MichaelDvP
Copy link
Contributor

@MichScha For most of the values we do not know the min/max values, so it shows the range of the datatype (UINT: 0-254, 255=not set). Check in settings customizations the limits. You can set a custom limit there, but if you know the limits, tell us we can add to code, saving the memory needed for the custom setting. (I'll add 2-10 to dewoffset).

MichaelDvP added a commit to MichaelDvP/EMS-ESP32 that referenced this issue Jul 11, 2023
@proddy
Copy link
Contributor

proddy commented Jul 11, 2023

will be in dev2 when Michael merges his PR

@proddy proddy closed this as completed Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants