Skip to content

GTS Temperatur  #225

Open
Open
@moritzgoebel15

Description

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 create an average that is calculating the Sum of the median temperature of every day.
The sensor is providing the outdoor temperature for the entire day. It is important to eliminate all days that have a temperature that is on average below zero.
Starting Jan 1st of each year t will output the GTS temperature, which indicates the green season start in the garden in Germany.

Describe the solution you'd like

Sum( median(sensor.outoor-temp) if median(sensor.outdoor-temp>0) and date > 01.01.2024)

Describe alternatives you've considered

I tried to create two averages

Additional context

I use Ecowitt as the weather station source.

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions