Hi,
For my gas and water monitoring, which is pulse-counting based, I use the (new) kwh-to-kwh/d operator after the accumulator operator. With the upgrade to v8, the daily value no longer updates. I still use a combination of mysql to store daily stats and tilmestore for realtime data, so no redis yet.
After inspecting the code, I see in line 245 of the file process_model.php "if (!redis) return $value", so I'm not expecting much to happen. Is this a bug or is the use of mysql for daily stats no longer supported (i see the default engine is now phpfina) ?
Re: v8.0 - kwh_to_kwhd not working
Just in case - if you're using rfm12bpiphp, have you restarted it?
I had some weird behaviour with my feeds because I failed to do this.
I have a daily value (using MYSQL) which is still updating fine under v8, for what it's worth.
Re: v8.0 - kwh_to_kwhd not working
no, I swithed to the oemgateway before upgrading to v8. I have other daily stats (eg power to kwhd) that still work, it's only the kwh_to_kwhd operator that i'm having problems with.