tsathishkumar / MySController-rs

Controller for MySensors, exposes WoT APIs for the sensors. It supports OTA firmware updates, and also acts as proxy for all requests.
GNU Affero General Public License v3.0
20 stars 9 forks source link

Add automatic detection of additional devices #13

Closed flatsiedatsie closed 6 years ago

flatsiedatsie commented 6 years ago

Currently the software will scan all devices that exist once, and show them. If you then choose the 'add devices' option at a later time, newly powered up MySensors devices do not automatically show up in the Mozilla Gateway interface.

tsathishkumar commented 6 years ago

Version 0.6.2 addresses this feature. It take about 5 seconds to restart the server upon detection of new devices. After that the new device's API should be added and should be able to add the device to Mozilla Gateway.

@flatsiedatsie Please do a round of testing and close the issue if it works as expected.

tsathishkumar commented 6 years ago

Version 0.6.3 fixes the issue.