Emoncms v9.9.7 is now available alongside updates to related emoncms modules.
There has been a lot of emoncms development activity over the last few months. Thankyou to everyone who has contributed! I’ve tried to summarize and link to commits below, sorry if I have missed any contributions:
- Input and feed list interface development by @adminde
- Support multiple redis databases @karlp V9.9.6 Stable merge by glynhudson · Pull Request #1159 · emoncms/emoncms · GitHub
- Fix clear feed data Merge pull request #1122 from emoncms/fix_cleardata_feed_issue · emoncms/emoncms@2055eb3 · GitHub
- add autocomplete to node name field @emrysr V9.9.6 Stable merge by glynhudson · Pull Request #1159 · emoncms/emoncms · GitHub
- fix phpfina caching resulting in clear data issue: https://github.com/emoncms/emoncms/pull/1159/commits/d977f456b40b6efbe41de45c8b57fe735e1eddf6
- Fix smoothie graph V9.9.6 Stable merge by glynhudson · Pull Request #1159 · emoncms/emoncms · GitHub
- Feedwiter systemd support: V9.9.6 Stable merge by glynhudson · Pull Request #1159 · emoncms/emoncms · GitHub
- JSON output fix @fcauwe V9.9.6 Stable merge by glynhudson · Pull Request #1159 · emoncms/emoncms · GitHub
- Show status of services on admin page p1: V9.9.6 Stable merge by glynhudson · Pull Request #1159 · emoncms/emoncms · GitHub
- multi feed data and average end points @emrysr V9.9.6 Stable merge by glynhudson · Pull Request #1159 · emoncms/emoncms · GitHub & V9.9.6 Stable merge by glynhudson · Pull Request #1159 · emoncms/emoncms · GitHub
- theme menu improvements @adminde V9.9.6 Stable merge by glynhudson · Pull Request #1159 · emoncms/emoncms · GitHub
- fix padding spikes: V9.9.6 Stable merge by glynhudson · Pull Request #1159 · emoncms/emoncms · GitHub
- Support gzip decompression of bulk input data @SeanDS V9.9.6 Stable merge by glynhudson · Pull Request #1159 · emoncms/emoncms · GitHub
- edit phpfina data feeds @alexandrecuer V9.9.6 Stable merge by glynhudson · Pull Request #1159 · emoncms/emoncms · GitHub
- remove colon in phpmqtt_input @borpin V9.9.6 Stable merge by glynhudson · Pull Request #1159 · emoncms/emoncms · GitHub
- feed engine method documentation @alexandrecuer
- virtual feeds not included in feed last updated group heading @emrysr V9.9.6 Stable merge by glynhudson · Pull Request #1159 · emoncms/emoncms · GitHub
- node name autocomplete modularisation @emrysr V9.9.6 Stable merge by glynhudson · Pull Request #1159 · emoncms/emoncms · GitHub
- fix bargraph height @emrysr V9.9.6 Stable merge by glynhudson · Pull Request #1159 · emoncms/emoncms · GitHub
- phpmqtt_input connection error @emrysr V9.9.6 Stable merge by glynhudson · Pull Request #1159 · emoncms/emoncms · GitHub
- allow read access to read api end points in input list: V9.9.6 Stable merge by glynhudson · Pull Request #1159 · emoncms/emoncms · GitHub
- disable use of virtual feed as source for itself: V9.9.6 Stable merge by glynhudson · Pull Request #1159 · emoncms/emoncms · GitHub
- show feed interval status with colour bars @emrysr V9.9.6 Stable merge by glynhudson · Pull Request #1159 · emoncms/emoncms · GitHub
- Add support for the emoncms “Find” module which can be used to locate OpenEnergyMonitor devices on the local network @emrysr GitHub - emoncms/find: Find OpenEnergyMonitor devices on your local network
- Rename mqtt_input service to emoncms_mqtt
- Updates to emonpi repository to update service installation
Emoncms Core and Module release version info:
- Emoncms (v9.9.7): Release V9.9.7 · emoncms/emoncms · GitHub
- Emonpi (v2.9.1): Release V2.9.1 · openenergymonitor/emonpi · GitHub
- emoncms app module (v1.2.1): Release V1.2.1 · emoncms/app · GitHub
- emoncms dashboard module (v1.3.3): Release V1.3.3 · emoncms/dashboard · GitHub
- emoncms graph module (v1.2.2): Release v1.2.2 · emoncms/graph · GitHub
- emoncms wifi module (v1.3.1): Release V1.3.1 · emoncms/wifi · GitHub
- emoncms device module (v1.2.1): Release V1.2.1 · emoncms/device · GitHub
- emoncms sync module (v1.0.1): Release V1.0.1 · emoncms/sync · GitHub
- emoncms postprocess module (v1.0.0): Release V1.0.0 · emoncms/sync · GitHub
Updating:
-
For emonPi & emonBase users the above is all available now by clicking emonPi/emonbase Update in the emoncms administration menu.
-
If you are running a custom installation of emoncms, feel free to update the core, or any specific module as you wish. There is still work ongoing on automating the update process for custom installations. Other than core and module updates the other main difference is the renaming of phpmqtt_input service to emoncms_mqtt service. This is a non breaking change as the original service is still present in the repository. See the readme here for details on how to remove the old mqtt_input service and install the new emoncms_mqtt service: emoncms/install-service-emoncmsmqtt.md at master · emoncms/emoncms · GitHub