Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
damping [2022/08/26 14:48] – [Damping factor] knutkohldamping [2022/08/26 15:44] – [Damping factor] knutkohl
Line 1: Line 1:
 ====== Damping factor ====== ====== Damping factor ======
  
-With the URL parameter ''damping'' you can adjust the result in the morning and the evening.+With the URL parameters you can adjust the result in the morning and the evening. 
 + 
 +Combined in one parameter ''damping'' (factors separated by space):
  
     ?damping=<factor morning and evening>     ?damping=<factor morning and evening>
     ?damping=<factor morning>,<factor evening>     ?damping=<factor morning>,<factor evening>
 +e.g.
 +    ?damping=0,1
  
-With the default of ''0'' no modification will be made.+Means in the **morning** use a factor of ''0'' and in the **evening** a factor of ''1'' 
 + 
 +For APPs **checking format of parameters** during configuration, use the 2 separate parameters ''damping_morning'' and/or ''damping_evening'': 
 + 
 +    ?damping_morning=<factor> >>> same as ?damping=<factor>,
 +    ?damping_evening=<factor> >>> same as ?damping=0,<factor> 
 +    ?damping_morning=<factor1>&damping_evening=<factor2> >>> same as ?damping=<factor1>,<factor2> 
 + 
 +With the default of ''0''no modification will be made at all.
  
 <fc #4682b4>**Blue**</fc> is the original forecast and <fc #ff0000>**red**</fc> the adjusted one. <fc #4682b4>**Blue**</fc> is the original forecast and <fc #ff0000>**red**</fc> the adjusted one.
Line 26: Line 38:
 {{:damping:damping-1.jpg?direct&600|}} {{:damping:damping-1.jpg?direct&600|}}
  
-===== Split morning and evening ===== 
  
-To use different factors for **morning** and **evening**, separate them by a **comma** like this 
- 
-    ?damping=0,1 
- 
-Means in the **morning** use a factor of ''0'' and in the **evening** a factor of ''1''