Skip to content

Releases: luebbe/homie-node-collection

Many improvements

02 Sep 18:21
Compare
Choose a tag to compare

Many improvements to the different nodes:

  • Common base class for sensor nodes.
  • Inject the temperature offset directly into the Adafruit driver so the calculations are correct.
  • Add dewpoint calculation to temp/humidity sensors.
  • Add notification callback to sensor nodes to be called when data has been sent.
  • Give all sensor notes an individual random start delay so they are not all read/reported at the same time.

Enhanced pulse node

13 Sep 12:00
Compare
Choose a tag to compare

make pulse node settings configurable:

  • check interval
  • activity detection

report pulse frequency on "pulses" property

Per node settings

26 Jun 07:23
Compare
Choose a tag to compare

Breaking changes:

  • The node id must now be passed in the constructor.

User visible changes:

  • custom settings have been converted from static to member variables of the instanciated node.
    Two nodes of the same kind can now have individual settings.
  • Improvements in output formatting.
  • Improvements to PingNode by @jimtng.

Ultrasonic power

03 Jun 07:41
Compare
Choose a tag to compare
  • New PingNode, an ultrasonic distance sensor by ArdKuijpers
  • Several bug fixes and improvements

Enhancements for environment sensors

21 Sep 15:26
Compare
Choose a tag to compare

Add intermediate class "SensorNode"
Add helper function to fix value ranges
Add helper function to calculate absolute humidity

Homie 3.0 and PlatformIO 4

11 Aug 19:07
Compare
Choose a tag to compare

Release 1.1.0 was ported to Homie 3.0-dev and PlatformIO 4

v1.0.2

26 Mar 09:10
Compare
Choose a tag to compare

Add Dallas DS18B20 temperature sensor

v1.0.1

19 Feb 17:20
Compare
Choose a tag to compare

Add pulse node as an additional input sensor.
Converted to PlatformIO library.

V1.0.0

07 Dec 19:59
Compare
Choose a tag to compare
v1.0.0

Update README.md