Releases: mycontroller-org/mycontroller-v1-legacy
Releases · mycontroller-org/mycontroller-v1-legacy
0.0.2-alpha4 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.db
andmycontroller/conf/mycontroller.properties
file. - Delete
mycontroller
directory - Extract 0.0.2-alpha4 bundle
- Place backed-up
mycontroller.h2.db
file in to 'mycontroller/conf/' - Modify
mycontroller/conf/mycontroller.properties
file based on existing configuration. - Start MyController.org server ->
bin/start.sh
0.0.2-alpha3 Release
New Features:
- Added support MySensors sensor Request type handler
Dependency Upgrade:
- AngularJS upgraded to version 1.4.5 and other GUI dependencies to their latest version
Bug Fixes:
- Accept sensor id 0, new sensor id limit 0~254
- Action board issue for mobile device
- NULL pointer exception on closing EthernetGateway
- NULL pointer exception on startup
- Removing firmware type before removing firmware fails #9
- Provide option to feed Firmware Type and Version id manually #11
- Shows client time stamp in GUI #2, now server timezone on client side, no more confusion
Steps to upgrade 0.0.2-alpha2 to 0.0.2-alpha3
- Manually backup/copy existing database from
mycontroller/conf/mycontroller.h2.db
andmycontroller/conf/mycontroller.properties
file. - Delete
mycontroller
directory - Extract 0.0.2-alpha3 bundle
- Place backed-up
mycontroller.h2.db
file in to 'mycontroller/conf/' - Modify
mycontroller/conf/mycontroller.properties
file based on existing configuration. - Start MyController.org server ->
bin/start.sh
0.0.2-alpha2 Release
New Features:
- Added support for Ethernet Gateway
- Added support for MQTT Gateway
Bug Fixes:
- Fix - Sensor Id should be in the range of 1~254 #1
Steps to upgrade 0.0.2-alpha1 to 0.0.2-alpha2
- Manually backup/copy existing database
mycontroller/conf/mycontroller.h2.db
andmycontroller/conf/mycontroller.properties
file. - Delete
mycontroller
directory - Extract 0.0.2-alpha2 bundle
- Place backed-up
mycontroller.h2.db
file in to 'mycontroller/conf/' - Modify
mycontroller/conf/mycontroller.properties
file based on existing configuration. - Start MyController.org server ->
bin/start.sh
0.0.2-alpha1 Release
New Features:
- Added new field in alarm called IgnoreDuplicate
Bug Fixes:
- Fixed Erase EEPROM function
- Default serial driver on 'auto' mode - JSERIALCOMM
- Changed H2DB database version to 1.3.176 (last stable)
Upgrade from 0.0.1
- This release will not support for upgrade from 0.0.1 to 0.0.2-alpha2, as database version has been downgraded.
Entering in to the real world!
This is the first release of mycontroller.org.
Target audience: mysensors.org users