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

Add temperature entity #26

Open
3 tasks done
Zordandi opened this issue Mar 31, 2024 · 5 comments
Open
3 tasks done

Add temperature entity #26

Zordandi opened this issue Mar 31, 2024 · 5 comments
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request

Comments

@Zordandi
Copy link

Checklist

  • I have filled out the template to the best of my ability.
  • This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feature request).
  • This issue is not a duplicate feature request of previous feature requests.

Is your feature request related to a problem? Please describe.

During cold temperatures the Anker Solix sometimes behaves a little bit strange.
It might make debugging easier if the temperature is avaiable.

Describe the solution you'd like

Add a temperature entity to

Describe alternatives you've considered

Look into the Anker App in Live view.

Additional context

Sensor Description already available, but not used:
AnkerSolixSensorDescription(
key="temperature",
translation_key="temperature",

@thomluther
Copy link
Owner

The cloud API does not provide temperature value, therefore it cannot be added.
What you see in the App device details is only provided via Bluetooth or MQTT cloud Server, which is not accessible via the API.
As long as no temperature available in API, it cannot be added as entity.
You need to build your own temperature sensor alternately. There are various temperature sensors that you can attach to the solarbank and integrate to HA

@thomluther
Copy link
Owner

Once temperature becomes available in Api, it will be added to the library and then is automatically available as entity since all is prepared in the integration.

@thomluther thomluther added wontfix This will not be worked on dependencies Pull requests that update a dependency file and removed wontfix This will not be worked on labels Mar 31, 2024
@thomluther
Copy link
Owner

Reopened to keep tracking requirement in case temperature will ever be supported by cloud Api

@thomluther thomluther reopened this Apr 1, 2024
@thomluther thomluther added the enhancement New feature or request label Aug 16, 2024
@ampersandhd
Copy link

How to get the temperature to HomeAssistant via Bluetooth or MQTT?

@thomluther
Copy link
Owner

I have no idea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants