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

hidden entity hc->climate showing up in WebUI customization #523

Closed
proddy opened this issue May 26, 2022 · 6 comments
Closed

hidden entity hc->climate showing up in WebUI customization #523

proddy opened this issue May 26, 2022 · 6 comments
Labels
enhancement New feature or request
Milestone

Comments

@proddy
Copy link
Contributor

proddy commented May 26, 2022

@MichaelDvP

The hc->climate which I think is used to automatically fall back to the Thermostats roomTemp if there is no selTemp is appearing in the WebUI customization page.

image

It's an internal entity and never show in the console/mqtt/api/dashboard etc...

Question: how best to exclude it from the list?

@proddy proddy added the question Question about something label May 26, 2022
@MichaelDvP
Copy link
Contributor

It's used to generate the HA climate config, not shown in dashboard, but exclude from mqtt is used to disable the climate config.

@proddy
Copy link
Contributor Author

proddy commented May 26, 2022

yes, but how to exclude it from showing up in the Customization list?

@MichaelDvP
Copy link
Contributor

If you exclude it from list, you have no way to disable it.

@proddy
Copy link
Contributor Author

proddy commented May 26, 2022

ok, I looked at the code and understand now. It's not a real EMS device entity but a derived one and used to determine if the HA's climate component should be created. It's never shown in the API/MQTT/Console/Web output as it's a internal hidden value. If you disable it from Customizations it will prevent the HA climate discovery topic from being created.

It may confuse people (like me!) so best to rename to ha_climate and give it a full-name

@MichaelDvP
Copy link
Contributor

Yes, it's a bit confusing, but it's hard to create or not create the right climate config, it takes a lot of tries to find this. If you add a full-name it will show up on dashboard and mqtt, maybe use a "short-name" like ha_climate_config_creation, since it it not shown in mqtt, the name will not blow up the mqtt.

MichaelDvP added a commit to MichaelDvP/EMS-ESP32 that referenced this issue May 26, 2022
MichaelDvP added a commit to MichaelDvP/EMS-ESP32 that referenced this issue May 26, 2022
proddy added a commit that referenced this issue May 26, 2022
@SpaceTeddy
Copy link
Contributor

for me the same. customization menu shows items, which i can not see in the device overview.
i.E.

image

image

@proddy proddy added the enhancement New feature or request label May 27, 2022
@proddy proddy added this to the v3.4.1 milestone May 27, 2022
@proddy proddy closed this as completed May 27, 2022
@proddy proddy removed the question Question about something label Feb 19, 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