#"Climate:" How to, or where to, report this inconsistency ? [RESOLVED]

1 messages · Page 1 of 1 (latest)

jagged phoenix
#

I just noticed this naming inconsistency: See image.

  1. In ESPHome I called it "Home" - Capital H
  2. Thermostat also sees it as "Home" - Capital H
  3. Actions lists it as "home" - Lower Case h !
  • Also note my other presets have capitalisation and so does the "Action" options - just NOT "Home".
verbal garnet
#

From looking at the code, my guess is that "Home" is interpreted as one of the default presets, while the "Night" and "Party" are interpreted as "custom" presets

#
    PRESET_ACTIVITY,
    PRESET_AWAY,
    PRESET_BOOST,
    PRESET_COMFORT,
    PRESET_ECO,
    PRESET_HOME,
    PRESET_NONE,
    PRESET_SLEEP,
#

Kinda like home and not_home for zones for device_tracker entities. I don't know whether you can do anything about that

jagged phoenix
verbal garnet
#

seems like that's one way, if it matters to you

#

or use somethign other than the ones I mentioned instead of "Home"

jagged phoenix
#

... Either that, or NOT use "Home" as my primary Preset ??

#

LOL you beat me to it.

jagged phoenix
#

Ok cool. Thanks for the insight. I'll think of another name for my default. 👍

#

"Climate:" How to, or where to, report this inconsistency ? [RESOLVED]