. * * @link http://librenms.org * @copyright 2020 Cercel Valentin * @author Cercel Valentin */ preg_match('/([0-9]+)/', $sensor_value, $temps); $sensor_value = $temps[0];