-
Notifications
You must be signed in to change notification settings - Fork 17
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
MQTT publishing and TimeSeries #40
Conversation
it will publish pzem metrics to topic ~/pub/pzem/jmetrics on each update cycle
not sure why it was float from the beginning
by default create 3 level of time series 1) 900 samples each second 2) 1000 samples each 15 seconds 3) 1000 samples each 300 seconds
- create 3 tiers of TimeSeries - 1 second, 900 samples - 15 seconds, 1000 samples - 300 second, 1000 samples - implement WebUI configuration for tiered capacity and interval setup
…s with parameters via object argument
@vortigont , thank you for the notification, I don't use GitHub desktop so I can't download it. |
Not sure what is GitHub desktop :) |
can't wait to test it , thank in advanced for your efforts |
@vortigont , In Setting Section, FTP Server & System Setup, the language still Russian Other than that, everything work fine |
- TimeSeries power chart could be switched via WebUI - Added Data export page to get links to download sampling data in json format
well, have no translation for this now :)))) |
add MQTT feeder for periodically sampled data
it will publish pzem metrics to topic ~/pub/pzem/jmetrics on each update cycle
Implement tiered TimeSeries sampling storage
tiered data could be obtained via HTTP
implement WebUI configuration for tiered capacity and interval setup