diff options
author | KaufHA <[email protected]> | 2023-06-03 12:33:42 -0700 |
---|---|---|
committer | KaufHA <[email protected]> | 2023-06-03 12:33:42 -0700 |
commit | ec50c053ea0101396c8a0432c0458e69d003942a (patch) | |
tree | 3528f0febd91fb6f01c43da1e41b1dfe78e1c6d8 | |
parent | 8c25152992052220adc74d75fcdcd4787aa5cbb4 (diff) | |
download | PLF12-ec50c053ea0101396c8a0432c0458e69d003942a.tar.gz PLF12-ec50c053ea0101396c8a0432c0458e69d003942a.zip |
add sub for early publish absolute value
-rw-r--r-- | kauf-plf12-base.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kauf-plf12-base.yaml b/kauf-plf12-base.yaml index e3e0b17..b2bcc0b 100644 --- a/kauf-plf12-base.yaml +++ b/kauf-plf12-base.yaml @@ -30,6 +30,8 @@ substitutions: sub_default_scale_current: "162"
sub_default_scale_voltage: "85"
+ sub_early_publish_absolute: "4.05" # for PLF12, 1w is approximately 1.35. 4.05 is approximately 3w.
+
logger:
baud_rate: 0
|