0.0.2-alpha4 Release
Pre-release
Pre-release
·
1020 commits
to master
since this release
New Features:
- Support special operations for timer and alarm module. Supported Operations: Invert, Increment, Decrements, addition, subtraction, division, multiplication, modulus, Reboot-Node
- Added MyController.org server timezone and version information on footer(only on desktop browser)
- Support line chart graph for various interpolate options #16
- Option to discover nodes automatically on the mysensors network #15
- Graph report for node battery usage #14
- Support for direct NRF24L01+ gateway via PiGatewaySerial (https://github.com/mysensors/Raspberry) on Raspberry PI
Bug Fixes:
- Log truncate null pointer exception
- Timer bug fix
- Displays only node types on Nodes table #18
- List senor types and sensor variable type in order #19
- When stop MyController.org server in RPI throws exception #21
Steps to upgrade 0.0.2-alpha3 to 0.0.2-alpha4
- Manually backup/copy existing database from
mycontroller/conf/mycontroller.h2.dbandmycontroller/conf/mycontroller.propertiesfile. - Delete
mycontrollerdirectory - Extract 0.0.2-alpha4 bundle
- Place backed-up
mycontroller.h2.dbfile in to 'mycontroller/conf/' - Modify
mycontroller/conf/mycontroller.propertiesfile based on existing configuration. - Start MyController.org server ->
bin/start.sh