--
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 weewx-user+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/ccf25612-58a9-451f-8515-d90bfd5af57an%40googlegroups.com.
WeeWX V4.x offers a new schema wview_extended, with many new types. You may find many of these types useful and want to switch to it. Before explaining how to do this, it's worth noting:
In WeeWX, the schemas found in schemas/wview.py and schemas/wview_extended.py are used only when the database is created. Thereafter, the schema is read from the database itself, and the Python versions are not used again.
While wview_extended is the new, default, schema for V4.x, it is not necessary to "upgrade" to it. Your old wview schema will continue to work just fine. Switch to the new schema only if you find the new types useful.
If you just need to add one or two new types, you may find it easier to use the tool weectl database add-column.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/df8443f9-6afb-4485-ac5d-cbb50cd6cbf6n%40googlegroups.com.