You might want to check your VP2 db to see if you have readings for pressure.
At first read I leapt to thinking it was the difference between barometer and pressure but I see you're using prefer_hardware for both in your VP2 .conf file so that looks ok I think. My VP2 database does have both elements FWIW. $ echo "select datetime(dateTime,'unixepoch','localtime'),datetime,barometer,pressure from archive ORDER BY rowid DESC LIMIT 5;" | sqlite3 vp2.sdb 2025-11-25 09:35:00|1764092100|30.242|29.8328369985047 2025-11-25 09:30:00|1764091800|30.238|29.8296893509559 2025-11-25 09:25:00|1764091500|30.239|29.8306616771881 2025-11-25 09:20:00|1764091200|30.24|29.8316434818231 2025-11-25 09:15:00|1764090900|30.241|29.8326253020723 Also - your logs are throwing all kinds of errors related to not being able to find schemas, which I'm guessing is due to the 5.2 change in where things moved under the hood. Things like... DEBUG weewx.manager: Could not load schema 'schemas.wview_extended.schema' See the Upgrade Guide (link) <https://www.weewx.com/docs/5.2/upgrade/#module-schema-has-been-relocated> for that one, but I don't know if it's related or not. On Tuesday, November 25, 2025 at 9:12:29 AM UTC-8 Tom Hogland wrote: > Love this and installed it per directions, except for using > "--config=vp2.conf" and "--config=tempest.conf" in the weectl install line > as I have two weather stations running. Tempest picked it up without error > and is working, but the VP2 is giving an error - "ERROR > user.skyfieldalmanac: live almanac error: unsupported operand type(s) for > *: 'float' and 'NoneType'". This is the line where Tempest is showing > pressure... > > Any thoughts? I've attached both .conf files and a run of logs from start > through a complete second report cycle. > > On Tuesday, November 25, 2025 at 6:15:20 AM UTC-9 Pablo Sanchez wrote: > >> Thank you and everyone else who participated in the discussion. it is >> like an iceberg: all I see are two new extensions but behind the scenes, I >> can see (and appreciate!) the mental cycles behind the decision. Quite >> cool. >> >> --- >> pablo >> >> >> >> On 2025-11-25 09:44, Karen K wrote: >> >> I guess I did not announce the almanac extensions here, which are >> available from WeeWX 5.2 on. >> >> >> [ trimmed ] >> >> >> -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/weewx-user/c6429fd2-a336-4599-9a3d-6586ee0a05bfn%40googlegroups.com.
