Sometime ago I created a Virtual Feed on my emonPi that shows the approx cost of the Power used today, it takes my feed for kWh/d and multiplies it by a given cost. Now I’m try to re-create this on another emonPi but I can’t seem to find how I did it previously.
The only think I can think of is to check the Feed engine settings in settings.ini, and make sure that 7 (VIRTUAL) is not hidden:
; Feed settings
[feed]
; Supported engines. List engines by id to disable feed creation.
; Existing feeds with a hidden engine still work
; MYSQL:0, MYSQLMEMORY:8, PHPTIMESERIES:2, PHPFINA:5, CASSANDRA:10
engines_hidden = [0,8,10]
Failing that, are there any log messages that seem relevant?
Virtual feed creation seems to be working fine for me here on 11.0.7 on an emonPi. I wonder if there might be a browser cache issue? could you try doing a full page refresh on the feeds list page to see if that fixes the issue?
Having just updated the emonPi (at home) that was running 10.8.5 (to all the crrent stable versions of code) I had the same issue in Chrome Browser, but not with Opera Browser, However Ctrl-F5 seems to have resolved it - I will check again next week when I’m back where the other devices are located.