Re: [weewx-user] Re: Error with weewx-SteelSeries skin

2024-01-30 Thread Remy Lavabre
Hello Gary, As promised, news! And good ones!!! :-)) My internet connection having (finally...) returned, the SteelSeasons skin works now perfectly. The problem actually came from this deleted "rxCheckPercent" field! :-( Thank you for the troubleshooting because I would have spent a long time on

Re: [weewx-user] Re: Error with weewx-SteelSeries skin

2024-01-25 Thread Remy LAVABRE
hello gary, Many thanks for your help and my apologies for the late response as my internet connection is currently cut... I would never have thought of looking for this missing field! I added this field in percent format and the steelseries skin no longer seems to pose a problem! I say apparently

Re: [weewx-user] Re: Error with weewx-SteelSeries skin

2024-01-24 Thread gjr80
Your problem is that you have deleted the column rxCheckPercent from your database. I'm guessing your driver does not include the field in the packets/records it emits so when the template attempts to process rxCheckPercent it fails (rxCheckPercent cannot be found in the current archive record

Re: [weewx-user] Re: Error with weewx-SteelSeries skin

2024-01-23 Thread vince
Attachment contains the differences in your modified schema versus the default v5 schema This is the output of: diff schema.v500 schema.remy -u -U 10 Items with --- are from the default v5 schema only Items with +++ are from remy's modified schema only -- You received this message becau

Re: [weewx-user] Re: Error with weewx-SteelSeries skin

2024-01-23 Thread vince
“I deleted fields which were useless to me and added others...However I do not think I deleted "basic" fields…” The number of users who delete fields from the default db and break their systems is very high. Just do not do that. Use the default database and never delete fields. It does not save

Re: [weewx-user] Re: Error with weewx-SteelSeries skin

2024-01-23 Thread Remy Lavabre
If it helps you, I'll leave you a link to my database. weewx.sdb -> https://transfert.free.fr/FgCL7wI But once again, I don't think I have deleted any "basic" fields (inTemp, Barometer, outTemp etc...) for weewx. The SteelSeries skin tells me it hasn't been updated in 178 days, so it appears t

Re: [weewx-user] Re: Error with weewx-SteelSeries skin

2024-01-22 Thread Remy Lavabre
Hello Gary, I've put what you asked for below. The problem is systematic (this is an advantage in some way...) I think you are right about the problem of a field in the database... But which one? SteelSeries was working perfectly BEFORE I added/deleted the data base. I didn't notice the proble

Re: [weewx-user] Re: Error with weewx-SteelSeries skin

2024-01-22 Thread gjr80
You have a heavily customised install. Do you get the error with the gauge-data template every report cycle? It would be useful to see the archive record used by WeeWX when the gauge-data template error occurs. If it is every report cycle then just run WeeWX directl

Re: [weewx-user] Re: Error with weewx-SteelSeries skin

2024-01-21 Thread Remy Lavabre
Hello Gary and thank you for your response. I have put all the fields in my database below : [image: WX1.png] [image: WX2.png] [image: WX3.png] [image: WX4.png] Indeed the error perhaps comes from this side because I deleted fields which were useless to me and added others...*However I do no

Re: [weewx-user] Re: Error with weewx-SteelSeries skin

2024-01-20 Thread gjr80
The error message is very non-specific (as Cheetah errors often are), though the error is likely caused by a required field being None or non-existent. When asking for log extract I was not looking for errors in the log, but rather looking for details of your setup including station type, drive

Re: [weewx-user] Re: Error with weewx-SteelSeries skin

2024-01-20 Thread Remy LAVABRE
Thank-you... Sorry but in the syslog, there is only that... And systematically same error at each packetsloop ! if the option is disabled in weewx.conf obviously no problem. :-( Jan 16 13:56:19 localhost wee_reports[62658] INFO user.alarm_multi: Alarm set for expression 18: "extraTemp3 is not None

[weewx-user] Re: Error with weewx-SteelSeries skin

2024-01-20 Thread gjr80
Impossible to say with such a small log extract. Please refer to the section How to get a good, useful log on the Help! Posting to weewx user wiki page