Great, thanks for pointing me in the right direction. After a restart and waiting a bit for the voltage variable to update, I can see the following...
If I try to put a check mark in the box it won't stick. After I reload the page it is unchecked again. Any thoughts on how to make it stick?
Next, I opened the file you spoke of; question: Would I update the pattern as such...basically just adding the "Voltage" variable?
schema = "every_20m",
patterns = {"*.*EnergyMetering*.{KWH,Watts,kWh24,Voltage}"},
Second, is this what will be archived in a file or...what is actually going on here with regard to in memory vs. archived in a file? Finally, is the pattern a regex? It seems to be a different format that what what I've seen before, the options in the {} don't pattern match with regex (I'm no expert though).
Last thing, let's say I wanted to change the schema to "every_5m", would I place this pattern under the current every_5m schema or have two every_5m schemas? There is already one present as follows...
schema = "every_5m",
patterns = {"*.*{openLuup,DataYours,EventWatcher}*.*"},
Thanks for your help on this. Been having some errors pop up with DataYours on a Vera...something about address already in use on the DataCache page. This is stimulating the migration.