emoncms / device

Emoncms device module
GNU Affero General Public License v3.0
2 stars 17 forks source link

One command device creation and initialisation #4

Closed TrystanLea closed 7 years ago

TrystanLea commented 7 years ago

The idea here is to have the option of sending an MQTT message to emoncms phpmqtt_input.php of the form:

[basetopic]/10/**describe** emontx

and for this then to automatically create a device of type given in the message value (e.g: emontx). Including creation of inputs, input processing and feeds.

This commit includes the device module part of this feature.

TrystanLea commented 7 years ago

See associated changes in device-autocreate branch of emoncms: https://github.com/emoncms/emoncms/tree/device-autocreate