diff --git a/mycodo/config_devices_units.py b/mycodo/config_devices_units.py index 33a2741d0..1990031a9 100644 --- a/mycodo/config_devices_units.py +++ b/mycodo/config_devices_units.py @@ -213,6 +213,10 @@ 'name': lazy_gettext('PID D-Value'), 'meas': 'pid_value', 'units': ['pid_value']}, + 'position_open': { + 'name': lazy_gettext('Position Open'), + 'meas': 'position_open', + 'units': ['percent']}, 'power': { 'name': lazy_gettext('Power'), 'meas': 'power',