diff options
author | Jack the Ripper <jack@x4.2.localnet.cc> | 2015-10-24 18:49:10 +0200 |
---|---|---|
committer | Jack the Ripper <jack@x4.2.localnet.cc> | 2015-10-24 18:49:10 +0200 |
commit | 8d6ccf54a7c1e763e016a82bdce31a19ed94a444 (patch) | |
tree | 0fd0b375aaa16cd4f438f6977c63a83cb409041b /usv_param.json | |
parent | fd78184a68c60008b98b4a525565b7ab56f26b45 (diff) | |
download | usv_tools-8d6ccf54a7c1e763e016a82bdce31a19ed94a444.tar.gz usv_tools-8d6ccf54a7c1e763e016a82bdce31a19ed94a444.zip |
first working versionN,
Diffstat (limited to 'usv_param.json')
-rw-r--r-- | usv_param.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/usv_param.json b/usv_param.json new file mode 100644 index 0000000..39e5698 --- /dev/null +++ b/usv_param.json @@ -0,0 +1,11 @@ +[{"name": "acvoltsin", "num": 1, "regex": "01\\ V\\ In\\ +([0-9]+[.]?[0-9]*)"}, +{"name": "acvoltsout", "num": 2, "regex": "02\\ V\\ Out\\ +([0-9]+[.]?[0-9]*)"}, +{"name": "vaout", "num": 5, "regex": "05\\ VA\\ Out\\ +([0-9]+[.]?[0-9]*)"}, +{"name": "vbattery", "num": 7, "regex": "07\\ V\\ Batt\\ +([0-9]+[.]?[0-9]*)"}, +{"name": "frequency", "num": 8, "regex": "08\\ Freq\\ ([0-9]+[.]?[0-9]*)\\ Hz"}, +{"name": "fullload", "num": 16, "regex": "16\\ FullLoad%\\ ([0-9]+[.]?[0-9]*)"}, +{"name": "watts", "num": 17, "regex": "17\\ Watts\\ +([0-9]+[.]?[0-9]*)"}, +{"name": "powerfactor", "num": 18, "regex": "18\\ PF\\ +([0-9]+[.]?[0-9]*)\\ ----"}, +{"name": "crestfactor", "num": 19, "regex": "19\\ CrestF\\ +([0-9]+[.]?[0-9]*)"}, +{"name": "powerout", "num": 20, "regex": "20\\ #PwrOut\\ +([0-9]+[.]?[0-9]*)"}, +{"name": "inverterminutes", "num": 23, "regex": "23\\ InvMin\\ +([0-9]+[.]?[0-9]*)"}] |