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 temperatur sensor from E3DC System #104

Open
3 tasks done
Taddymalone opened this issue Jan 24, 2024 · 2 comments
Open
3 tasks done

Add temperatur sensor from E3DC System #104

Taddymalone opened this issue Jan 24, 2024 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Taddymalone
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.

I want to see when I need to heat the room in which the E3DC is standing. The external temperature is deviating from the temperature inside the E3DC System. I would like to use the internal temeratur sensor as a trigger for a heating system

Describe the solution you'd like

I would like to have a temperatur sensor, which can be seen on the webportal in the section "System Monitor".

Describe alternatives you've considered

There are no alternatives, only not to implement this

Additional context

No response

Diagnostics dump

No response

@Taddymalone Taddymalone added the enhancement New feature or request label Jan 24, 2024
@torbennehmer torbennehmer added the good first issue Good for newcomers label Jan 29, 2024
@bullitt186
Copy link
Contributor

Python_e3dc's function get_pvi_datacontains already the temperature(s), so technically it's easy to integrate.
However i get on my S10X four temperatures reported back, see below.

{
   "temperature":{
      "max":130.0,
      "min":-30.0,
      "values":[
         36.29999923706055,
         36.900001525878906,
         38.70000076293945,
         38.29999923706055
      ]
   }
}

My S10X Compact does not show device Temperatures in the old and/or new portal.
I find battery temperatures showing min / max but even the max value is too low compared to the ones reported via RSCP. (+ the range is also off)

image

Any ideas what these 4 temperatures are? Four sensors? Last four values? Battery Temperatures with an offset?

@Taddymalone
Copy link
Author

Taddymalone commented Aug 4, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants