Skip to content

Releases: freeranger/evologger

v3.0.0

07 Feb 07:27
Compare
Choose a tag to compare

What's Changed

  • Refactored the plugin model
  • Remove plotly plugin - the streaming features are no longer supported so this just won't worked
  • Improved error handling and logging
  • Fixed broken tests

Full Changelog: v2.1.0...v3.0.0

v2.1.0

02 Jan 17:49
Compare
Choose a tag to compare

What's Changed

  • Added Netatmo plugin to retrieve outdoor temperature
  • Fix changelog dates
  • get_string_or_default will select from the DEFAULT section if an empty key exists in the plugin section
  • read_temperatures sorts the temps using the actual configured OutsideZone name and not hard coded 'Outside'
  • Evohome plugin updated (v 2.0.1)

Full Changelog: v2.0.0...v2.1.0

v2.0.0

29 Dec 21:42
1405dd6
Compare
Choose a tag to compare

What's Changed

  • Updated to Python 3
  • Dockerfile added for optional running in a container
  • Fixed some bugs & cleaned up code
  • Added Console output plugin
  • Added InfluxDB 2.x output plugin

Full Changelog: v1.0.0...v2.0.0

v1.0.0

29 Dec 21:15
Compare
Choose a tag to compare

This is the already released python 2.x version of the logger
It is a bit old and may not work in new installations - this is just a checkpoint before merging in the python 3 version