forked from M-Labs/thermostat
Compare commits
19 Commits
2548746fc6
...
6dcd1b6275
Author | SHA1 | Date | |
---|---|---|---|
6dcd1b6275 | |||
c75c8f2da0 | |||
c754dcfb18 | |||
0b0bf26244 | |||
487bf24ffe | |||
6372e03dff | |||
dbee457c09 | |||
97c5f2a201 | |||
fad9008707 | |||
bbd6774c75 | |||
405d40c543 | |||
56655854cf | |||
37e888846b | |||
301db2e003 | |||
f2ca607b8b | |||
a18d6fb4d0 | |||
0e39b29c5d | |||
ce93004368 | |||
a57c365b8d |
@ -61,7 +61,7 @@
|
||||
},
|
||||
{
|
||||
"name": "target",
|
||||
"title": "Setpoint (°C)",
|
||||
"title": "Set Temperature (°C)",
|
||||
"type": "float",
|
||||
"visible": false,
|
||||
"value": 25,
|
||||
@ -76,7 +76,7 @@
|
||||
"topic": "pid",
|
||||
"field": "target"
|
||||
},
|
||||
"tip": "The temperature setpoint of the TEC",
|
||||
"tip": "The target temperature of the TEC",
|
||||
"lock": false
|
||||
}
|
||||
]
|
||||
@ -134,7 +134,7 @@
|
||||
"step": 0.1,
|
||||
"limits": [
|
||||
0,
|
||||
4
|
||||
5
|
||||
],
|
||||
"siPrefix": true,
|
||||
"compactHeight": false,
|
||||
@ -142,7 +142,7 @@
|
||||
"topic": "pwm",
|
||||
"field": "max_v"
|
||||
},
|
||||
"tip": "The maximum voltage (in both directions) across the output pins",
|
||||
"tip": "The maximum voltage across the output pins",
|
||||
"lock": false
|
||||
}
|
||||
]
|
||||
@ -154,7 +154,7 @@
|
||||
"title": "Thermistor Settings",
|
||||
"expanded": true,
|
||||
"type": "group",
|
||||
"tip": "Settings of the connected thermistor\n- Parameters for the resistance to temperature conversion (with the B-Parameter equation)\n- Settings for the 50/60 Hz filter with the thermistor",
|
||||
"tip": "Settings of the connected Thermistor, including for the B-Parameter conversion",
|
||||
"children": [
|
||||
{
|
||||
"name": "t0",
|
||||
@ -172,7 +172,7 @@
|
||||
"topic": "s-h",
|
||||
"field": "t0"
|
||||
},
|
||||
"tip": "The base temperature",
|
||||
"tip": "The origin temperature",
|
||||
"lock": false
|
||||
},
|
||||
{
|
||||
@ -187,7 +187,7 @@
|
||||
"topic": "s-h",
|
||||
"field": "r0"
|
||||
},
|
||||
"tip": "The resistance of the thermistor at base temperature T₀",
|
||||
"tip": "The resistance of the thermistor at origin temperature T₀",
|
||||
"lock": false
|
||||
},
|
||||
{
|
||||
@ -202,12 +202,12 @@
|
||||
"topic": "s-h",
|
||||
"field": "b"
|
||||
},
|
||||
"tip": "The Beta Parameter",
|
||||
"tip": "The B (or Beta) Parameter",
|
||||
"lock": false
|
||||
},
|
||||
{
|
||||
"name": "rate",
|
||||
"title": "50/60 Hz filter rejection",
|
||||
"title": "Postfilter Rejection",
|
||||
"type": "list",
|
||||
"value": 16.67,
|
||||
"thermostat:set_param": {
|
||||
@ -249,9 +249,10 @@
|
||||
},
|
||||
{
|
||||
"name": "ki",
|
||||
"title": "Ki (Hz)",
|
||||
"title": "Ki",
|
||||
"type": "float",
|
||||
"step": 0.1,
|
||||
"suffix": "Hz",
|
||||
"compactHeight": false,
|
||||
"thermostat:set_param": {
|
||||
"topic": "pid",
|
||||
@ -262,9 +263,10 @@
|
||||
},
|
||||
{
|
||||
"name": "kd",
|
||||
"title": "Kd (s)",
|
||||
"title": "Kd",
|
||||
"type": "float",
|
||||
"step": 0.1,
|
||||
"suffix": "s",
|
||||
"compactHeight": false,
|
||||
"thermostat:set_param": {
|
||||
"topic": "pid",
|
||||
@ -380,7 +382,7 @@
|
||||
"pid_autotune": {
|
||||
"params_name": "lookback"
|
||||
},
|
||||
"tip": "Amount of time referenced for tuning"
|
||||
"tip": "Amount of time to lookback"
|
||||
},
|
||||
{
|
||||
"name": "run_pid",
|
||||
@ -402,7 +404,7 @@
|
||||
"name": "load",
|
||||
"title": "Load from flash",
|
||||
"type": "action",
|
||||
"tip": "Load settings from thermostat"
|
||||
"tip": "Load settings from flash"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user