-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fif le01mr #7584
Fif le01mr #7584
Conversation
Thx. What's the difference between the tasmota |
Total Active is a Energy counted by LE-01MR (from it's register - it can not be reset by any means). While Tasmota energy counters can be reset (e.g.: zero ESP flash and burn new tasmota firmware to ESP). |
So, TOTAL ACTIVE label should be ENERGY COUNTER TOTAL? |
Yes and No. TOTAL ACTIVE is the same as the hardware counter as will be shown when With this enabled you can tell Tasmota to reset the counters to any value you like as it will substract that value from the total value provided by your device. See command The point here is that I do not want to add another field when there is already a field for that. This way every new energy monitoring device adds it's own counters duplicating functionality that is already present. I'm still in limbo if I want this to add. |
Hmmmm.... But if this bugging you that much 😁 , then I'll settle to Option72 , and let the user to decide by leaving disabled "#define" to enable this additional value in mqtt json , would be that fine? @ascillato - yes, you can name it that, I was using name from registers description so I might not give this value best name. |
Then should I revert all those changes to language files? Then, I would move this additional string to driver file. |
Add support for FiF LE-01MR energy meter by saper-2 (#7584)
Description:
Added driver for F&F LE-01MR Single Phase Modbus Energy meter.
I based the code on SDM-120 driver.
Checklist:
Need to translate one added define to other languages from English to that language (I did copy-paste it from en-GB; my language pl-PL & sv-SE should be ok).
I did update some comments too (from SDM220 to "SDM120, SDM220 and LE-01MR" 😄 )
I'm also willing to update docs too 😄