Skip to content

Releases: openenergymonitor/emonhub

2.5.9

16 Nov 18:30
Compare
Choose a tag to compare

2.5.2...2.5.9

Changelog back to 2.5.2 (last release)

  • Samsung ASHP modbus registers added
  • Support for sending names via emoncms interfacer with data compression
  • Changes to support new documentation website, thanks to @borpin for his help with this!
  • add support for QP6 Kamstrup403 MWh readings
  • Force emonhub log folder to user:root ownership @borpin
  • fix negative minimal modbus integer readings
  • emonPiCM node decoder
  • add support for rayleigh modbus meter
  • include emonTx4 3 phase node decoder
  • fix modbus tcp interfacer
  • SDM630 modbus meter support improvements

2.5.2

01 Dec 13:26
Compare
Choose a tag to compare
  • emonTx V4 support
  • Autoconf support
  • LowPowerLabs RF structure support

2.4.1

26 Oct 10:31
Compare
Choose a tag to compare

See change log since last release: 2.3.4...2.4.1

  • Support for gzip compression in EmonHubEmoncmsHTTPInterfacer thanks to @SeanDS
  • New interfacer to fetch from JLR API, thanks to @dconlon
  • Option to send input names in EmonHubEmoncmsHTTPInterfacer (automatically uses gzip compression)
  • Use a requests.Session to reuse HTTP connections, thanks to @bwduncan
  • Direct raspberrypi rfm69 spi interfacer
  • New option to read in data from a redis queue using redis interfacer
  • Documentation updates

2.3.4

24 Aug 22:22
b2e7ccc
Compare
Choose a tag to compare
  • Add support for reading from multiple Modbus devices using Minimalmodbus interfacer which replaces SDM120 interfacer #176
  • Add support for reading from Samsung ASHP via modbus #177
  • Fix Renogy interfacer #170
  • Mbus interfacer bugfixes
  • Reliability improvements: autoconnect if modbus disconnects, auto restart modbus

2.3.1

21 Sep 16:34
Compare
Choose a tag to compare

See change log since last release: 2.2.5...2.3.1

v2.2.5

08 May 10:48
Compare
Choose a tag to compare
  • Bluetooth LE sensor interfacer, thanks to @anbugge
  • Goodwe interfacer, thanks to @ziporah
  • Influx DB interfacer, thanks to @ziporah
  • Code formatting improvements, thanks to @bwduncan
  • MBUS interfacer improvements
  • Various fixes thanks to @bwduncan (and a special thanks for help with reviewing many of the other pull requests).
  • Improvements to EmonHubTx3 interfacer, thanks to @borpin
  • SDM120 interfacer device and baud rate correction, thanks to @pb66
  • HTTP interfacer reply fix
  • Minimalmodbus interfacer

v2.2.0

25 Nov 07:47
Compare
Choose a tag to compare

EmonHub version 2.2.0 is now available in the stable branch. The latest version brings several new interfacers to read data from different sources including:

There are also a number of bug fixes, thanks to @borpin, @bwduncan and @alexandrecuer

A new page has been added to the integrations section of the guide called EmonHub Interfacers intended to cover mainly integration with other hardware rather than the core interfacers used by OpenEnergyMonitor hardware. Links above link to the relevant sections of this page.

v2.1.7

12 Oct 14:47
Compare
Choose a tag to compare
  • VE Direct Interfacer fixes thanks to @bwduncan
  • Update documentation and MQTT interfacer to send JSON thanks to @borpin
  • Interfacer for Renogy Charge Controllers thanks to @acoleman-apc
  • interfacer for SDS011 Nova PM sensor
  • Python3 improvements thanks to @bwduncan
  • Pulse Interfacer thanks to @borpin
  • SMA bug fix and Bluetooth dependency added, thanks @bwduncan and @stuartpittaway

v2.1.3

12 May 13:34
Compare
Choose a tag to compare

Compare: v2.1.2...2.1.3

  • fix emonhubtx3einterfacer to accept floats & improved numeric check
  • installation script changes, part of work on EmonScripts
  • datacode documentation clarification
  • correction of 3 phase node configurations
  • data whitening option in jeelib interfacer
  • updated graphite interfacer
  • emonTx3CM node configuration
  • Tesla PowerWall interfacer

v2.1.2

10 Dec 17:24
fc60e98
Compare
Choose a tag to compare
  • Modification of the EmonTCPModbusInterfacer to work with Pymodbus 1.4.0 #52