Re: [weewx-user] Re: AllTimeSeason history generator doesn't recognise new unit group

2024-10-21 Thread 'steepleian' via weewx-user
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

Re: [weewx-user] Vantage Pro2 - missing consBatteryVoltage and txBatteryStatus (among others) when using custom data service

2024-10-21 Thread Tom Keffer
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

[weewx-user] AllTimeSeason history generator doesn't recognise new unit group

2024-10-21 Thread mike.t...@noworries.plus.com
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

[weewx-user] Re: AllTimeSeason history generator doesn't recognise new unit group

2024-10-21 Thread mike.t...@noworries.plus.com
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