-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Power monitoring improvements request #5897
Comments
There are many features nice to have. Please keep the very very limited resources of the device in mind. Please, address this to the Tasmota Support Chat. The chat is a better and more dynamic channel for helping you. Github issues are meant for Tasmota Software Bug Reporting. Please check the Contributing Guideline and Policy and the Support Guide. Thanks. Support InformationSee Wiki for more information. |
#1 Code a rule that triggers on #2 I agree that percentages are problematic. An enhancement to In the meantime... you can also use a rule to adjust
Which translates to:
Mike |
Hi,
I have a couple of feature requests.
Over/under voltage protection
AFAIU VoltageHigh, VoltageLow currently thresholds for MQTT reporting. It will be useful if it will be possible to turn off the load also based on those thresholds.
Power reporting
Power reporting thresholds currently set by PowerDelta in percents. The problem with percents always near zero. Usually, it is not very important to send a report when power changes from 1W to 1.1W (10%), but important when it changes from 1000W to 1100W that is also 10%. It will be better if PowerDelta will be in wats, but I suppose for back compatibility it is problematic to change this now. So it will be good if an additional parameter will be added that will prevent MQTT messages for small changes (set minimum change limit in W). I know it is PowerLow parameter, but I don't want to lose all low power reports completely.
Also, the possibility to set a minimum time between MQTT reports will be helpful. It seems now when power changes more than PowerDelta it will be reported each second. This may create a substantial load on the monitoring system for multiple devices.
P.S. One additional thing. As I understand currently voltage/current/power reported via MQTT is a momentary value at the time of the report. It would be nice if it is possible, to report the average value since the last report.
Thank you.
The text was updated successfully, but these errors were encountered: