Are there any plans or is there an easy way to publish additional sensors via MQTT
e.g. Using an Arduino MQTT to publish a sensor value to the Mosquitto Daemon on the Flukso,... ?
Jeenode and FluksoKube integration with the FLM02B is ongoing. We've got a demo setup running with pairing/autoprovisioning/registry-based decoding/over-the-air updates working. See this presentation for a top-level overview. Expect a more lengthy blog post in the near future.
Publishing via the FLM's built-in MQTT-broker is actually possible; I use an Arduino clone to post extra sensor data; see https://github.com/gebhardm/energyhacks/tree/master/AVRNetIOduino/AVRNet... - and instantly see the values in the FLM MQTT panel https://github.com/gebhardm/energyhacks/tree/master/RaspberryPi/panel (working with _any_ node.js installation)
Jeenode and FluksoKube integration with the FLM02B is ongoing. We've got a demo setup running with pairing/autoprovisioning/registry-based decoding/over-the-air updates working. See this presentation for a top-level overview. Expect a more lengthy blog post in the near future.