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

Pool Temperature Variable Exposure #26242

Closed
gnvdude opened this issue Feb 13, 2023 · 4 comments
Closed

Pool Temperature Variable Exposure #26242

gnvdude opened this issue Feb 13, 2023 · 4 comments

Comments

@gnvdude
Copy link

gnvdude commented Feb 13, 2023

Feedback

first of all love this integration

this there a way to extract and expose the 'current pool temperature' as an element in home assistant from the climate entitiy?

I mean it shows but I can't pull it separately to display or do any automation off this element

Thanks in advance

image

image

URL

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

Version

2023.2.4

Additional information

No response

@home-assistant
Copy link

Hey there @dieselrabbit, @bdraco, mind taking a look at this feedback 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 Change the title of 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.

@dieselrabbit
Copy link
Contributor

dieselrabbit commented Feb 13, 2023

You can create a template sensor to reference the current_temperature attribute on the climate entity.

template:
  - sensor:
      - name: "Pool Temperature"
        state: '{{ state_attr("climate.pentair_16_51_d0_pool_heat", "current_temperature") }}'
        unit_of_measurement: '°F'
        device_class: temperature
        state_class: measurement

@dieselrabbit
Copy link
Contributor

dieselrabbit commented Mar 9, 2023

I've taken this as far as it will go.

@dieselrabbit
Copy link
Contributor

@home-assistant close

@home-assistant home-assistant bot closed this as completed Mar 9, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Apr 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants