forked from M-Labs/thermostat
Compare commits
14 Commits
6dcd1b6275
...
2548746fc6
Author | SHA1 | Date | |
---|---|---|---|
2548746fc6 | |||
d70ba8aaa0 | |||
4690e12432 | |||
4d3d4f4bc1 | |||
090e34ece1 | |||
23c44f63be | |||
de26e09c7a | |||
d76e015893 | |||
c4eb1a2eef | |||
39018d2360 | |||
25c7a070d9 | |||
8a4d861672 | |||
b668c699fb | |||
eb3719044f |
@ -61,7 +61,7 @@
|
||||
},
|
||||
{
|
||||
"name": "target",
|
||||
"title": "Set Temperature (°C)",
|
||||
"title": "Setpoint (°C)",
|
||||
"type": "float",
|
||||
"visible": false,
|
||||
"value": 25,
|
||||
@ -76,7 +76,7 @@
|
||||
"topic": "pid",
|
||||
"field": "target"
|
||||
},
|
||||
"tip": "The target temperature of the TEC",
|
||||
"tip": "The temperature setpoint of the TEC",
|
||||
"lock": false
|
||||
}
|
||||
]
|
||||
@ -134,7 +134,7 @@
|
||||
"step": 0.1,
|
||||
"limits": [
|
||||
0,
|
||||
5
|
||||
4
|
||||
],
|
||||
"siPrefix": true,
|
||||
"compactHeight": false,
|
||||
@ -142,7 +142,7 @@
|
||||
"topic": "pwm",
|
||||
"field": "max_v"
|
||||
},
|
||||
"tip": "The maximum voltage across the output pins",
|
||||
"tip": "The maximum voltage (in both directions) across the output pins",
|
||||
"lock": false
|
||||
}
|
||||
]
|
||||
@ -154,7 +154,7 @@
|
||||
"title": "Thermistor Settings",
|
||||
"expanded": true,
|
||||
"type": "group",
|
||||
"tip": "Settings of the connected Thermistor, including for the B-Parameter conversion",
|
||||
"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",
|
||||
"children": [
|
||||
{
|
||||
"name": "t0",
|
||||
@ -172,7 +172,7 @@
|
||||
"topic": "s-h",
|
||||
"field": "t0"
|
||||
},
|
||||
"tip": "The origin temperature",
|
||||
"tip": "The base temperature",
|
||||
"lock": false
|
||||
},
|
||||
{
|
||||
@ -187,7 +187,7 @@
|
||||
"topic": "s-h",
|
||||
"field": "r0"
|
||||
},
|
||||
"tip": "The resistance of the thermistor at origin temperature T₀",
|
||||
"tip": "The resistance of the thermistor at base temperature T₀",
|
||||
"lock": false
|
||||
},
|
||||
{
|
||||
@ -202,12 +202,12 @@
|
||||
"topic": "s-h",
|
||||
"field": "b"
|
||||
},
|
||||
"tip": "The B (or Beta) Parameter",
|
||||
"tip": "The Beta Parameter",
|
||||
"lock": false
|
||||
},
|
||||
{
|
||||
"name": "rate",
|
||||
"title": "Postfilter Rejection",
|
||||
"title": "50/60 Hz filter rejection",
|
||||
"type": "list",
|
||||
"value": 16.67,
|
||||
"thermostat:set_param": {
|
||||
@ -249,10 +249,9 @@
|
||||
},
|
||||
{
|
||||
"name": "ki",
|
||||
"title": "Ki",
|
||||
"title": "Ki (Hz)",
|
||||
"type": "float",
|
||||
"step": 0.1,
|
||||
"suffix": "Hz",
|
||||
"compactHeight": false,
|
||||
"thermostat:set_param": {
|
||||
"topic": "pid",
|
||||
@ -263,10 +262,9 @@
|
||||
},
|
||||
{
|
||||
"name": "kd",
|
||||
"title": "Kd",
|
||||
"title": "Kd (s)",
|
||||
"type": "float",
|
||||
"step": 0.1,
|
||||
"suffix": "s",
|
||||
"compactHeight": false,
|
||||
"thermostat:set_param": {
|
||||
"topic": "pid",
|
||||
@ -382,7 +380,7 @@
|
||||
"pid_autotune": {
|
||||
"params_name": "lookback"
|
||||
},
|
||||
"tip": "Amount of time to lookback"
|
||||
"tip": "Amount of time referenced for tuning"
|
||||
},
|
||||
{
|
||||
"name": "run_pid",
|
||||
@ -404,7 +402,7 @@
|
||||
"name": "load",
|
||||
"title": "Load from flash",
|
||||
"type": "action",
|
||||
"tip": "Load settings from flash"
|
||||
"tip": "Load settings from thermostat"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user