Hi,How are you capturing the data from your solar panels?https://claydonsweather.org.ukOn 21 Oct 2024, at 14:55, mike.t...@noworries.plus.com wrote:I forgot to say that solar.py is in weewx.conf engine section[Engine] # The following section specifies which services should be run and in what o
A custom data service does not "stop" and replace data in a record.
Written properly, it should just augment it.
But, it's hard to say what's happening without seeing what you're doing.
Make sure you're adding to the even record, and not replacing it. Also,
make sure that you're adding the servic
Hi All,
I'm adding kw/h data from my solar panels to a daily summary table. I've
followed the electrical example in the weewx docs and
- added a new database column, solar
- created a solar.py which doesn't do anything other than define the new
unit group and add solar to it
from wee
I forgot to say that solar.py is in weewx.conf engine section
[Engine]
# The following section specifies which services should be run and in
what order.
[[Services]]
prep_services = weewx.engine.StdTimeSynch,
data_services = user.solar.AddSolar,
process_services = w