You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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)
Any ideas what these 4 temperatures are? Four sensors? Last four values? Battery Temperatures with an offset?
Hi,
I can find the temperatur min. and max. in the old portal. The view "System monitor".
You can find the screen shoot attached.
I think the listed temperatures max and min are no actual themp. Maybe the temp range of the sensor?
I have a S10 pro. May be there are more sensors included....
Gesendet: Sonntag, 04. August 2024 um 21:49 Uhr
Von: "bullitt168" ***@***.***>
An: "torbennehmer/hacs-e3dc" ***@***.***>
Cc: "Taddymalone" ***@***.***>, "Author" ***@***.***>
Betreff: Re: [torbennehmer/hacs-e3dc] Add temperatur sensor from E3DC System (Issue #104)
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.png (view on web)
Any ideas what these 4 temperatures are? Four sensors? Last four values? Battery Temperatures with an offset?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
Checklist
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
The text was updated successfully, but these errors were encountered: