This release includes several small improvements and fixes, plugins, and a snazzy new 3D printable case!
All users currently running a v0.3.x version are recommended update to this version. Updating while on v0.3.0 involves the following git operations:
cd ~/rpi_power_monitor
sed -i 's|+refs/tags/v0.3.*:refs/tags/v0.3.*|+refs/heads/*:refs/remotes/origin/*|g' .git/config
git fetch
git checkout v0.3.2
sudo systemctl restart power-monitor.service
Also note: If you are using the configuration setting watts_cutoff_threshold
, please update your config file with the new amps_cutoff_threshold
. See the docs for more details. The watts_cutoff_threshold
will inadvertently cause valid amperage measurements to be discarded if the 9V AC transformer is removed or fails.
What's Changed
- MQTT Plugin by @jmadden91 in #104
- Adding the RPi 4 Model B Case by @onixx in #121
- Adding mqtt_v2 plugin by @onixx in #124
New Contributors
- @jmadden91 made their first contribution in #104
- @onixx made their first contribution in #121
Full Changelog: v0.3.0...v0.3.2