With the built-in MQTT broker the FLM provides an easy to use and easy to adapt capability to publish own sensor data beyond the FLM built in energy measurement.
With an Arduino-based MQTT publisher it is possible to add, for example, temperature gauges using the well-known Dallas/Maxim DS18x20 one-wire temperature sensors. Having access to digital as well as analog inputs on the Arduino (or derivate) this is not restricted to temperature but you may connect to any kind of sensor - accelerometers, compasses (did my house move?), humidity, water level (oh, flood again), mains frequency, you name it.
And with a convenient panel they are shown instantly without any configuration (as denoted in another thread)
Be inspired by https://github.com/gebhardm/energyhacks/tree/master/AVRNetIOduino and use your own creativity as long as the Kube is not publically available (or too expensive?).
Please note: Arduino is not only wired-ethernet, but provides also Wifi and BT, so connectivity is unlimited...
Please also note: MQTT is not only for displaying/supplying read-only messages, but may be used also for controlling; so the same means may be used for home automation purposes as well - security measures yet to be implemented!
Have fun.
Markus