-
Notifications
You must be signed in to change notification settings - Fork 7
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
Daily Solar Radiation Sensor #121
Comments
The more I think about this - maybe its a bug not a feature request... |
This all comes down to if this is setup as MEASUREMENT sensor or a TOTAL_INCREASING State Class. A sensor cannot be both. For the rain sensor it is obvious that this is a Total Increasing per day, but not for this sensor as it fluctuates over the day how much your Solar rad is. I have Solar Power on my house and I like to compare the Solar Radiation to actual Watt's produced in realtime. If I had this as Total Increasing I could not do that. The only solution is either create a new Sensor in the Integration with the same input, but State Class set to TOTAL_INCREASING or do as you do, and create a Utility Helper. (I still need to figure out how exactly to configure this, to meet your use case) |
Thank you. I understand and appreciate you looking into this. Do you see what is happening with my solar radiation sensor on some days? This does not look normal. Do you see this on your own equipment/setup? |
Then the issue might be upstream with the tempest itself. Any chance you could create a utility meter helper off your solar radiation to see if you get the same issue as me on days with perfect data? |
I have setup a few with different configs now. They need a day or two to populate data |
Thank you. Really appreciate your help. I have a feeling the data comes through strange when the sky is clear/sunny. I will also monitor myself. Speak soon. |
Is your feature request related to a problem? Please describe.
Both this and the core weatherflow integrations include solar radiation in W/M2
I need this data to aggregate over the day like the sensor you have created for Precipitation Today
Describe the solution you'd like
I'd like a additional sensor that holds the running total for total solar radiation so far today. It should reset daily.
Describe alternatives you've considered
I have setup a Utility Meter Helper that calculates this but I keep getting a very strange issue where the solar radiation source data does not seem correct.
Additional context
See below for a history chart that shows this weirdness. Data highlighted is from today. The data is too perfect. Something is wierd.
If I overlay data from Utility Meter for daily total solar radiation - the issue is highlighted
The text was updated successfully, but these errors were encountered: