tag:github.com,2008:https://github.com/mysensors/NodeManager/releases Release notes from NodeManager 2017-09-03T10:54:45Z tag:github.com,2008:Repository/85987908/v1.6 2017-09-03T10:56:26Z 1.6 <ul> <li>Introduced new remote API to allow calling almost ALL NodeManager's and its sensors' functions remotely</li> <li>Reporting interval configuration is now indipendent from the sleep cycle</li> <li>Reporting interval can be customized per-sensor</li> <li>All intervals (measure/battery reports) are now time-based</li> <li>Added support for BMP280 temperature and pressure sensor</li> <li>Added support for RS485 serial transport</li> <li>Added support for TSL2561 light sensor</li> <li>Added support for DHT21 temperature/humidity sensor</li> <li>Added support for AM2320 temperature/humidity sensor</li> <li>Added support for PT100 high temperature sensor</li> <li>Added support for MH-Z19 CO2 sensor</li> <li>Added support for analog rain and soil moisture sensors</li> <li>Added support for generic dimmer sensor (PWM output)</li> <li>Added support for power and water meter pulse sensors</li> <li>Radio signal level (RSSI) is now reported automatically like the battery level</li> <li>SensorRainGauge now supports sleep mode</li> <li>SensorSwitch now supports awake mode</li> <li>SensorLatchingRealy now handles automatically both on and off commands</li> <li>SensorMQ now depends on its own module</li> <li>Added safeguard (automatic off) to SensorDigitalOutput</li> <li>Any sensor can now access all NodeManager's functions</li> <li>DHT sensor now using MySensors' DHT library</li> </ul> user2684 tag:github.com,2008:Repository/85987908/v1.5.1 2017-07-02T17:06:23Z 1.5.1 <ul> <li>Optimized memory utilization by saving up to 20% on a pro mini board</li> </ul> user2684 tag:github.com,2008:Repository/85987908/v1.5 2017-05-23T16:41:51Z 1.5 <ul> <li>Added support for ACS712 current sensor</li> <li>Added support for HC-SR04 distance sensor</li> <li>Added support for BMP085/BMP180 temperature and pressure sensor</li> <li>Added support for Sonoff smart switch</li> <li>Added support for Rain Gauge sensor</li> <li>Added support for MCP9808 temperature sensor</li> <li>Added forecast output to all Bosch sensors</li> <li>Added I2C address auto-discovery for all Bosch sensors</li> <li>Added support for running as a gateway</li> <li>Added option to retrieve the latest value of a sensor from outside NodeManager</li> <li>Remote reboot now does not need a reboot pin configured</li> <li>A heartbeat is now sent also when waking up from a wait cycle</li> <li>When waking up for an interrupt, only the code of the sensor expecting that interrupt is executed</li> <li>Added capability to retrieve the time from the controller</li> <li>Optimized battery life for DS18B20 sensors</li> <li>SLEEP_MANAGER has been deprecated (now always enabled) and setMode() replaces setSleepMode()</li> <li>New mode ALWAYS_ON to let the node staying awake and executing each sensors' loop</li> <li>ESP8266WiFi.h has to be included in the main sketch if MY_GATEWAY_ESP8266 is defined</li> <li>Added receiveTime() wrapper in the main sketch</li> <li>Fixed the logic for output sensors</li> <li>Added common gateway settings in config.h</li> </ul> user2684 tag:github.com,2008:Repository/85987908/v1.4 2017-04-09T10:14:03Z 1.4 <ul> <li>Added support for ML8511 UV intensity sensor</li> <li>Added support for MQ air quality sensor</li> <li>Added ability to manually assign a child id to a sensor</li> <li>Ensured compatibility for non-sleeping nodes</li> <li>Ability to control if waking up from an interrupt counts for a battery level report</li> <li>When power pins are set the sensor is powered on just after</li> <li>Service messages are disabled by default</li> <li>Bug fixes</li> </ul> user2684 tag:github.com,2008:Repository/85987908/v1.3 2017-03-31T15:14:05Z 1.3 <ul> <li>Added support for BME280 temperature/humudity/pressure sensor</li> <li>Added option to measure battery level via a pin in addition to internal Vcc</li> <li>Added example sketches to the documentation</li> <li>Fixed a few bugs</li> </ul> user2684 tag:github.com,2008:Repository/85987908/v1.2 2017-03-23T21:29:25Z 1.2 <ul> <li>Added out-of-the-box support for BH1750 light sensor</li> <li>Added out-of-the-box support for HTU21D temperature and humidity sensor</li> <li>Added out-of-the-box support for MLX90614 contactless temperature sensor</li> <li>Added a few examples to the documentation</li> <li>Fixed a few bugs</li> </ul> user2684 tag:github.com,2008:Repository/85987908/v1.1 2017-03-23T21:28:37Z 1.1 <ul> <li>Added ability to sleep between send() so to save additional battery</li> <li>Bug fixes</li> </ul> user2684 tag:github.com,2008:Repository/85987908/v1.0 2017-03-23T21:25:46Z 1.0 <p>Initial release</p> user2684