home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.06k stars 30.18k forks source link

Pentair Integration: Not Seeing Value for Pool Temp #116555

Closed ThomasESchwartz closed 1 month ago

ThomasESchwartz commented 5 months ago

The problem

First time setup of the Pentair Integration and most elements came in just fine. What I don't see is a "POOL TEMPERATURE" but I do have "AIR TEMPERATURE"

Is everyone else getting this value into HA?

What version of Home Assistant Core has the issue?

2024.4.4

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Pentair

Link to integration documentation on our website

https://www.home-assistant.io/integrations/screenlogic/

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 5 months ago

Hey there @dieselrabbit, @bdraco, mind taking a look at this issue as it has been labeled with an integration (screenlogic) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `screenlogic` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign screenlogic` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


screenlogic documentation screenlogic source (message by IssueLinks)

dieselrabbit commented 5 months ago

Pool/Spa temperature is built into the heater climate entities.

ThomasESchwartz commented 5 months ago

Seems like with it buried in to the Heater climate entities, that you can't easily click and get a temperature trend of the Pool Temp. Would it be possible to un-bundle them or is there another way to get the POOL TEMP as a separate item and trend the Temperature similar to AIR TEMP?

dieselrabbit commented 5 months ago

or is there another way to get the POOL TEMP as a separate item...?

You can create a template helper with the following template to split out the current temperature to a separate entity: {{ state_attr("climate.pentair_XX_XX_XX_pool_heat", "current_temperature") }}

stephenyo commented 5 months ago

You can also pull it from the entity card, where you can choose the attribute. This is what I did after finding this issue:

image

issue-triage-workflows[bot] commented 2 months ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.