Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions device_services/meta/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,5 @@ However, there are some predefined parameters which have a standardized meaning
| `device_lock` | Device lock | `thermostat`,`power_regulator` | `string` | `select` | `unlocked`, `locked`, `locked_with_pin` | Configure lock setting of the thermostat device. |
| `used_sensors` | Used sensors | `thermostat` | `string` | `select` | `room_sensor`, `floor_sensor`, `floor_and_room_sensor` | Select which sensors should be used by the thermostat to calculate heating hysteresis. |
| `floor_sensor_resistance` | Floor sensor resistance | `thermostat` | `int` | `select` | | Set the floor sensor resistance in `kΩ`, if it is installed. |
| `low_current_time` | Low current time | `chargepoint` | `int` | `input` | | Set the time after which the low current detection feature will stop an ongoing transaction in minutes. |
| `low_current_threshold` | Low current threshold | `chargepoint` | `int` | `input` | | Stops the transaction if for a prolonged time the EV is charging with a current lower than configured numbers of Ampers. |