Jordan
Jordan
still present in 9.1.0
I've noticed myself that current precipitation is actually never used anywhere in the code. However, even using total precipitation is broken for continuous mode. I'm addressing this in an upcoming...
I see this issue as well. The browser console shows these errors when it happens:  And the Home Assistant logs: ``` 2025-06-11 22:44:58.292 WARNING (MainThread) [asyncio] Executing took 0.130...
I also observed this issue after initial configuration today.
for continuous updates, shouldn't there only be a single solar radiation value per calculation, since it's fired for every sensor update? I would think the Riemann integral would be more...
Also, I'm currently working on a branch that fixes precipitation calculations when in continuous mode. It uses the delta between the current total precipitation value and the last calculation and...
I'm saying I think the docs should recommend Riemann integral for non-continuous mode as that's where it makes the biggest difference. I haven't looked closely at the code yet but...
1 J = 1 W * 1 second, or 1 watt-second. So if we're doing the Riemann sum on a W/m2 value, we are multiplying an instantaneous reading by a...
You mentioned in the other thread that your sensor measured 3026 Wh/m2 (daily total). This is indeed a unit of energy, and as you said, already represents the total collected...
As a sanity check, I consulted https://globalsolaratlas.info for some typical MJ/m2 values per day. Where I live, the direct normal radiation (DNI) is listed as about 14 MJ/m2. Even in...